comparison src/toplev.h @ 574:a10f1c8ab10f

[project @ 1994-07-29 18:29:13 by jwe]
author jwe
date Fri, 29 Jul 1994 18:29:31 +0000
parents 0b52c68ec81f
children d169be9237fb
comparison
equal deleted inserted replaced
573:5d1aae432b69 574:a10f1c8ab10f
35 typedef void v_fcn_i (int); 35 typedef void v_fcn_i (int);
36 volatile v_fcn_i clean_up_and_exit; 36 volatile v_fcn_i clean_up_and_exit;
37 #endif 37 #endif
38 38
39 extern void clean_up_and_exit (int); 39 extern void clean_up_and_exit (int);
40 extern void parse_and_execute (char*, int); 40
41 extern void parse_and_execute (FILE*, int); 41 extern void parse_and_execute (FILE *f, int print = 0);
42 extern void parse_and_execute (char *s, int print = 0, int verbose = 0);
42 43
43 // argv[0] for this program. 44 // argv[0] for this program.
44 extern char *raw_prog_name; 45 extern char *raw_prog_name;
45 46
46 // Cleaned-up name of this program, not including path information. 47 // Cleaned-up name of this program, not including path information.