home *** CD-ROM | disk | FTP | other *** search
- #ifdef __STDC__
- /* psf.c */
- int main(int argc, char *argv[]);
- void scale_factors(void);
- void prologue(void);
- void showpage(int end_of_file);
- void set_frame(void);
- void set_y_coord(void);
- void put_top(void);
- void process_file(void);
- int escape_sequence(int which);
- void moveto(int x, int y, int do_move);
- void findfont(void);
- void start_file(void);
- void terminate_printer(void);
- void draw_cross(void);
- void set_clip_path(int x1, int y1, int x2, int y2);
- void output_book(char *bookfile);
- int tscan(char s[], char t[]);
- void get_time(char *t);
- int compare(char *a, char *b);
- int partial_compare(char *a, char *b);
- int comparen(char *a, char *b, int n);
- int endcompare(char *a, char *b);
- void trim(char *s);
- void bad_file(void);
- int xtoi(int c);
- void catch(int signo);
- void replacement_fonts(void);
- int otoi(char *s);
- void usage(void);
- void size_display(void);
- void output_trouble(int);
- #else
- /* psf.c */
- int main();
- void scale_factors();
- void prologue();
- void showpage();
- void set_frame();
- void set_y_coord();
- void put_top();
- void process_file();
- int escape_sequence();
- void moveto();
- void findfont();
- void start_file();
- void terminate_printer();
- void draw_cross();
- void set_clip_path();
- void output_book();
- int tscan();
- void get_time();
- int compare();
- int partial_compare();
- int comparen();
- int endcompare();
- void trim();
- void bad_file();
- int xtoi();
- void catch();
- void replacement_fonts();
- int otoi();
- void usage();
- void size_display();
- void output_trouble();
- #endif
-