Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

File: [Platon] / cpdf / utils.h (download)

Revision 1.5, Mon Dec 23 02:40:05 2002 UTC (21 years, 3 months ago) by lynx


Changes since 1.4: +1 -1 lines

First phase parsing code is now very optimized...its faster than ever and he
is stable for all valid PDF.
Removed problems with decompression streams.

#ifndef UTILS_H
#define UTILS_H
char *fget(char *s, int size, FILE * stream);
void *resize(void *ptr, size_t size);
void *xmalloc(size_t size);
void *xcalloc(size_t nmemb, size_t size);
char *strnstr(const char *haystack, char *needle, size_t size);
#endif

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top