1 /* tag: Tom Lord Tue Dec  4 14:41:39 2001 (main.h)
2  */
3 /* main.h -
4  *
5  ****************************************************************
6  * Copyright (C) 2000 Tom Lord
7  *
8  * See the file "COPYING" for further information about
9  * the copyright and warranty status of this work.
10  */
11 
12 #ifndef INCLUDE__CMD__MAIN_H
13 #define INCLUDE__CMD__MAIN_H
14 
15 
16 #include "hackerlab/cmd/opt.h"
17 
18 /* Things you'd likely want to include in the file
19  * that defines `main', and that probably won't
20  * do any harm.
21  */
22 #include "hackerlab/bugs/panic.h"
23 #include "hackerlab/os/errno-to-string.h"
24 #include "hackerlab/mem/mem.h"
25 #include "hackerlab/mem/must-malloc.h"
26 #include "hackerlab/mem/alloc-limits.h"
27 #include "hackerlab/arrays/ar.h"
28 #include "hackerlab/char/char-class.h"
29 #include "hackerlab/char/char-name.h"
30 #include "hackerlab/char/str.h"
31 #include "hackerlab/fmt/cvt.h"
32 #include "hackerlab/vu/safe.h"
33 #include "hackerlab/vu/vu-utils.h"
34 #include "hackerlab/vu/vu-dash.h"
35 
36 
37 
38 
39 
40 /* automatically generated __STDC__ prototypes */
41 #endif  /* INCLUDE__CMD__MAIN_H */
42