home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * Copyright (C) 1990 by Jay Konigsberg. mail: jak@sactoh0
- *
- * Permission to use, copy, modify, and distribute this software and its
- * documentation is hereby granted, provided that the above copyright
- * notice appear in all copies and that both the copyright notice and
- * this permission notice appear in supporting documentation. This software
- * is provided "as is" without express or implied warranty. However, the
- * author retains all Copyright priviliges and rights to renumeration if
- * this software is sold.
- */
-
- /*
- * simped.h - just a header file, nothing special
- */
-
- #include <stdio.h>
- #include <fcntl.h>
- #include <termio.h>
- #include <signal.h>
- #include <string.h>
- #include <sys/types.h>
- #include <errno.h>
-
- #define PTR_CHUNK 50
- #define MAXNAMESIZ 14
- #define TRUE 1
- #define FALSE 0
- #define FUDGE 3
-
- int _filbuf(),
- _flsbuf();
-