home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1558 / simped.h < prev   
Encoding:
C/C++ Source or Header  |  1990-12-28  |  878 b   |  34 lines

  1.  
  2. /*
  3.  * Copyright (C) 1990 by Jay Konigsberg. mail: jak@sactoh0
  4.  *
  5.  * Permission to use, copy, modify, and distribute this  software  and  its
  6.  * documentation is hereby  granted,  provided  that  the  above  copyright
  7.  * notice appear in all copies  and that  both  the  copyright  notice  and
  8.  * this permission notice appear in supporting documentation. This software
  9.  * is provided "as is" without express or implied  warranty.  However,  the
  10.  * author retains all Copyright priviliges and rights  to  renumeration  if
  11.  * this software is sold.
  12.  */
  13.  
  14. /*
  15.  * simped.h - just a header file, nothing special
  16.  */
  17.  
  18. #include    <stdio.h>
  19. #include    <fcntl.h>
  20. #include    <termio.h>
  21. #include    <signal.h>
  22. #include    <string.h>
  23. #include    <sys/types.h>
  24. #include    <errno.h>
  25.  
  26. #define        PTR_CHUNK    50
  27. #define        MAXNAMESIZ    14
  28. #define        TRUE        1
  29. #define        FALSE        0
  30. #define        FUDGE        3
  31.  
  32. int    _filbuf(),
  33.     _flsbuf();
  34.