Files correlati : pdflib Ricompilazione Demo : [ ] Commento : Aggiornata pdflib.dll alla versione 7.0.4 git-svn-id: svn://10.65.10.50/trunk@18580 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			20 lines
		
	
	
		
			729 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			729 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*---------------------------------------------------------------------------*
 | |
|  |                   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.3 2009-03-23 08:51:17 guy Exp $ */
 | |
| 
 | |
| 
 | |
| #include "pc_util.h"
 | |
| #include "pc_strconst.h"
 | |
| #include "pc_ctype.h"
 | |
| #include "pc_scan.h"
 | |
| 
 | |
| #include "pc_string.h"
 | |
| 
 | |
| 
 |