|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 4.0 ! 3: * Copyright (c) 1982, 1992 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: #ifndef ASCII_H ! 7: #define ASCII_H ! 8: ! 9: /* ! 10: * Ascii Macro Definitions. ! 11: */ ! 12: ! 13: #define A_NUL 0x00 /* Ctrl-@ Null */ ! 14: #define A_SOH 0x01 /* Ctrl-a Start Of Header */ ! 15: #define A_STX 0x02 /* Ctrl-b Start Of Text */ ! 16: #define A_ETX 0x03 /* Ctrl-c End Of Text */ ! 17: #define A_EOT 0x04 /* Ctrl-d End Of Transmission */ ! 18: #define A_ENQ 0x05 /* Ctrl-e Enquiry */ ! 19: #define A_ACK 0x06 /* Ctrl-f Acknowledge */ ! 20: #define A_BEL 0x07 /* Ctrl-g Bell */ ! 21: #define A_BS 0x08 /* Ctrl-h Backspace */ ! 22: #define A_HT 0x09 /* Ctrl-i Horizontal Tab */ ! 23: #define A_NL 0x0A /* Ctrl-j New Line */ ! 24: #define A_LF 0x0A /* Ctrl-j Line Feed */ ! 25: #define A_VT 0x0B /* Ctrl-k Vertical Tabulation */ ! 26: #define A_FF 0x0C /* Ctrl-l Form Feed */ ! 27: #define A_CR 0x0D /* Ctrl-m Carriage Return */ ! 28: #define A_SO 0x0E /* Ctrl-n Stand Out */ ! 29: #define A_SI 0x0F /* Ctrl-o Stand In */ ! 30: #define A_DLE 0x10 /* Ctrl-p Data Link Escape */ ! 31: #define A_DC1 0x11 /* Ctrl-q Data Ctrl 1 - XON */ ! 32: #define A_DC2 0x12 /* Ctrl-r Data Ctrl 2 */ ! 33: #define A_DC3 0x13 /* Ctrl-s Data Ctrl 3 - XOFF */ ! 34: #define A_DC4 0x14 /* Ctrl-t Data Ctrl 4 */ ! 35: #define A_NAK 0x15 /* Ctrl-u Negative Acknowledge */ ! 36: #define A_SYN 0x16 /* Ctrl-v Synchronization */ ! 37: #define A_ETB 0x17 /* Ctrl-w */ ! 38: #define A_CAN 0x18 /* Ctrl-x Cancel */ ! 39: #define A_EM 0x19 /* Ctrl-y */ ! 40: #define A_SUB 0x1A /* Ctrl-z */ ! 41: #define A_ESC 0x1B /* Ctrl-[ Escape */ ! 42: #define A_FS 0x1C /* Ctrl-| */ ! 43: #define A_GS 0x1D /* Ctrl-] */ ! 44: #define A_RS 0x1E /* Ctrl-^ */ ! 45: #define A_US 0x1F /* Ctrl-_ */ ! 46: #define A_DEL 0x7F /* Delete */ ! 47: ! 48: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.