#ifndef postscript_h #define postscript_h int print_ps(FILE *s, const char *alreadyread, size_t len, const char *filename); #endif