home *** CD-ROM | disk | FTP | other *** search
- /*
- This program is copyright 1990, 1993 Stephen Norris.
- May be freely distributed provided this notice remains intact.
- */
-
- #ifndef STDINC_H
- #define STDINC_H
-
- #include <stdio.h>
- #include <stdlib.h>
- #include <strings.h>
- #include "support.h"
-
- #define TRUE 1
- #define FALSE 0
-
- #endif
-