home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / f2c-1993.04.28-src.lha / f2c-1993.04.28 / src / format.h < prev    next >
C/C++ Source or Header  |  1993-04-28  |  300b  |  11 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. char *wr_ardecls (/* FILE *, struct Dimblock * */);
  8. void list_init_data (), wr_one_init (), wr_output_values ();
  9. int do_init_data ();
  10. chainp data_value ();
  11.