home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sources / 2537 / buffer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-17  |  565 b   |  21 lines

  1. /* 
  2.  * Copyright 1992 Peter da Silva
  3.  *
  4.  * Permission to use, copy, modify, and distribute this
  5.  * software and its documentation for any purpose and without
  6.  * fee is hereby granted, provided that the above copyright
  7.  * notice appear in all copies.  The author[s] make no representations
  8.  * about the suitability of this software for any purpose.
  9.  * It is provided "as is" without express or implied warranty.
  10.  */
  11. #define BUFFER int
  12. #define MARK int
  13. #define RANGE long
  14.  
  15. #define MARK_BEGIN 0
  16. #define MARK_END -1
  17.  
  18. #define BUFFER_ERROR -1
  19.  
  20. extern char *buffer_error;
  21.