/* tag: Tom Lord Tue Dec 4 14:41:39 2001 (main.h) */ /* main.h - * **************************************************************** * Copyright (C) 2000 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__CMD__MAIN_H #define INCLUDE__CMD__MAIN_H #include "hackerlab/cmd/opt.h" /* Things you'd likely want to include in the file * that defines `main', and that probably won't * do any harm. */ #include "hackerlab/bugs/panic.h" #include "hackerlab/os/errno-to-string.h" #include "hackerlab/mem/mem.h" #include "hackerlab/mem/must-malloc.h" #include "hackerlab/mem/alloc-limits.h" #include "hackerlab/arrays/ar.h" #include "hackerlab/char/char-class.h" #include "hackerlab/char/char-name.h" #include "hackerlab/char/str.h" #include "hackerlab/fmt/cvt.h" #include "hackerlab/vu/safe.h" #include "hackerlab/vu/vu-utils.h" #include "hackerlab/vu/vu-dash.h" /* automatically generated __STDC__ prototypes */ #endif /* INCLUDE__CMD__MAIN_H */