Coverage Report

Created: 2026-04-01 07:17

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/ghostpdl/pcl/pl/plufstlp.c
Line
Count
Source
1
/* Copyright (C) 2001-2023 Artifex Software, Inc.
2
   All Rights Reserved.
3
4
   This software is provided AS-IS with no warranty, either express or
5
   implied.
6
7
   This software is distributed under license and may not be copied,
8
   modified or distributed except as expressly authorized under the terms
9
   of the license contained in the file LICENSE in this distribution.
10
11
   Refer to licensing information at http://www.artifex.com or contact
12
   Artifex Software, Inc.,  39 Mesa Street, Suite 108A, San Francisco,
13
   CA 94129, USA, for further information.
14
*/
15
16
#include "stdio_.h"
17
#include "string_.h"
18
#include "gsmemory.h"
19
#include "gstypes.h"
20
#include "gxfapi.h"
21
#include "plufstlp.h"
22
23
void
24
pl_get_ulp_character_data(byte ** header, byte ** character_data)
25
0
{
26
0
    *header = NULL;
27
    *character_data = NULL;
28
0
}