home *** CD-ROM | disk | FTP | other *** search
- /* $RCSfile: protos.h,v $ $Revision: 2.0 $ */
-
- extern void exit(int i);
-
- void err_exit(int x);
-
- void print_hex(int i);
-
- void output_byte(int c);
-
- void indent(int x);
-
- void print_esc_string(void);
-
- void print_sub_string(int header, int start, int stop);
-
- void get_num(int *stop_pos, int sum);
-
- void decode_paren(void);
-
- void decode_ampersand(void);
-
- void decode_asterisk(void);
-
- void decode_esc_string(void);
-
- void add_char(int c);
-
- void print_extra_rasters(void);
-
- void print_char(char c);
-
- void print_chars(void);
-
- int getopt(int argc, char **argv, char *opts);
-