home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / f2csrc.zip / f2csrc / src / format.h < prev    next >
C/C++ Source or Header  |  1994-02-22  |  470b  |  13 lines

  1. #define DEF_C_LINE_LENGTH 77
  2. /* actual max will be 79 */
  3.  
  4. extern int c_output_line_length;    /* max # chars per line in C source
  5.                        code */
  6.  
  7. chainp    data_value Argdcl((FILEP, long int, int));
  8. int    do_init_data Argdcl((FILEP, FILEP));
  9. void    list_init_data Argdcl((FILEP*, char*, FILEP));
  10. char*    wr_ardecls Argdcl((FILEP, struct Dimblock*, long int));
  11. void    wr_one_init Argdcl((FILEP, char*, chainp*, int));
  12. void    wr_output_values Argdcl((FILEP, Namep, chainp));
  13.