blob: a96af589ccae3c1f4ffad65b4c08b792c57f3b2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*---------------------------------------------------------------------------*
| PDC -- PDF content stream parser |
+---------------------------------------------------------------------------+
| Copyright (c) 2002 PDFlib GmbH. All rights reserved. |
*---------------------------------------------------------------------------*
| Proprietary source code -- do not redistribute! |
*---------------------------------------------------------------------------*/
/* $Id: pc_scan.c,v 1.2 2009/10/20 18:12:26 scuri Exp $ */
#include "pc_util.h"
#include "pc_strconst.h"
#include "pc_ctype.h"
#include "pc_scan.h"
#include "pc_string.h"
|