freebsd-dev/usr.bin/f2c/format.h
1994-01-05 02:53:40 +00:00

11 lines
300 B
C

#define DEF_C_LINE_LENGTH 77
/* actual max will be 79 */
extern int c_output_line_length; /* max # chars per line in C source
code */
char *wr_ardecls (/* FILE *, struct Dimblock * */);
void list_init_data (), wr_one_init (), wr_output_values ();
int do_init_data ();
chainp data_value ();