home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / bts314b4 / faxascii.h < prev    next >
Text File  |  1992-10-20  |  680b  |  30 lines

  1. #define    ASC_NUL    0x00
  2. #define    ASC_SOH    0x01
  3. #define    ASC_STX    0x02
  4. #define    ASC_ETX    0x03
  5. #define    ASC_EOT    0x04
  6. #define    ASC_ENQ    0x05
  7. #define ASC_ACK 0x06
  8. #define ASC_BEL 0x07
  9. #define ASC_BS  0x08
  10. #define ASC_HT  0x09
  11. #define ASC_LF  0x0A
  12. #define ASC_VT  0x0B
  13. #define ASC_FF  0x0C
  14. #define ASC_CR  0x0D
  15. #define ASC_SO  0x0E
  16. #define ASC_SI  0x0F
  17.  
  18. #define    ASC_DLE    0x10   /* Data Link Escape */
  19. #define ASC_DC1 0x11   /* X-ON  */
  20. #define ASC_XON 0x11   /* X-ON  */
  21. #define ASC_DC2 0x12
  22. #define ASC_DC3 0x13   /* X-OFF */
  23. #define ASC_XOFF 0x13   /* X-OFF */
  24. #define ASC_DC4 0x14
  25.  
  26. #define ASC_NAK 0x15
  27. #define ASC_SYN 0x16
  28. #define ASC_ETB 0x17
  29. #define ASC_CAN 0x18
  30.