home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 443.lha / pcl2english_v2.0 / protos.h < prev    next >
C/C++ Source or Header  |  1990-12-02  |  564b  |  36 lines

  1. /* $RCSfile: protos.h,v $  $Revision: 2.0 $ */
  2.  
  3. extern void exit(int i);
  4.  
  5. void err_exit(int x);
  6.  
  7. void print_hex(int i);
  8.  
  9. void output_byte(int c);
  10.  
  11. void indent(int x);
  12.  
  13. void print_esc_string(void);
  14.  
  15. void print_sub_string(int header, int start, int stop);
  16.  
  17. void get_num(int *stop_pos, int sum);
  18.  
  19. void decode_paren(void);
  20.  
  21. void decode_ampersand(void);
  22.  
  23. void decode_asterisk(void);
  24.  
  25. void decode_esc_string(void);
  26.  
  27. void add_char(int c);
  28.  
  29. void print_extra_rasters(void);
  30.  
  31. void print_char(char c);
  32.  
  33. void print_chars(void);
  34.  
  35. int    getopt(int argc, char **argv, char *opts);
  36.