home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 1992 Peter da Silva
- *
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The author[s] make no representations
- * about the suitability of this software for any purpose.
- * It is provided "as is" without express or implied warranty.
- */
- #define BUFFER int
- #define MARK int
- #define RANGE long
-
- #define MARK_BEGIN 0
- #define MARK_END -1
-
- #define BUFFER_ERROR -1
-
- extern char *buffer_error;
-