Súbor: [Platon] / cpdf / utils.h (stiahnutie)
Revízia 1.5, Mon Dec 23 02:40:05 2002 UTC (21 years, 10 months ago) by lynx
Zmeny od 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.sk> http://platon.sk/
|