#ifndef pdf_h #define pdf_h int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, int startpos); #endif