mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
11 lines
300 B
C
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 ();
|