1 2 3 4 5 6 7 8
#ifndef pdf_h #define pdf_h int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, int startpos); #endif