home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / PROGPACK / SCZ01BET.LBR / STDIO.HZ / STDIO.H
Text File  |  1989-05-24  |  512b  |  19 lines

  1. /*
  2. ** STDIO.H -- Standard Small-C Definitions
  3. **
  4. ** Copyright 1984  L. E. Payne and J. E. Hendrix
  5. */
  6. #define stdin    0
  7. #define stdout   1
  8. #define stderr   2
  9. #define ERR   (-2)
  10. #define EOF   (-1)
  11. #define YES      1
  12. #define NO       0
  13. #define NULL     0
  14. #define CR      13
  15. #define LF      10
  16. #define BELL     7
  17. #define SPACE  ' '
  18. #define NEWLINE LF      /*23*/ /*45*/
  19.