|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright (c) 1982, 1993 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: /* ! 7: * ebcdic.h ! 8: */ ! 9: ! 10: #ifndef __EBCDIC_H__ ! 11: #define __EBCDIC_H__ ! 12: ! 13: /* ! 14: * EBCDIC Macro Definitions. ! 15: */ ! 16: ! 17: #define E_NUL 0x00 /* Null */ ! 18: #define E_SOH 0x01 /* Start Of Header */ ! 19: #define E_STX 0x02 /* Start Of Text */ ! 20: #define E_ETX 0x03 /* End Of Text */ ! 21: #define E_HT 0x05 /* Horizontal Tab */ ! 22: #define E_DEL 0x07 /* Delete */ ! 23: #define E_VT 0x0B /* Vertical Tabulation */ ! 24: #define E_FF 0x0C /* Form Feed */ ! 25: #define E_CR 0x0D /* Carriage Return */ ! 26: #define E_SO 0x0E /* Stand Out */ ! 27: #define E_SI 0x0F /* Stand In */ ! 28: #define E_DLE 0x10 /* Data Link Escape */ ! 29: #define E_DC1 0x11 /* Data Ctrl 1 */ ! 30: #define E_DC2 0x12 /* Data Ctrl 2 */ ! 31: #define E_DC3 0x13 /* Data Ctrl 3 */ ! 32: #define E_BS 0x16 /* Backspace */ ! 33: #define E_CAN 0x18 /* Cancel */ ! 34: #define E_EM 0x19 /* */ ! 35: #define E_FS 0x1C /* */ ! 36: #define E_GS 0x1D /* */ ! 37: #define E_RS 0x1E /* */ ! 38: #define E_US 0x1F /* */ ! 39: #define E_LF 0x25 /* Line Feed */ ! 40: #define E_ETB 0x26 /* */ ! 41: #define E_ESC 0x27 /* Escape */ ! 42: #define E_ENQ 0x2D /* Enquiry */ ! 43: #define E_ACK 0x2E /* Acknowledge */ ! 44: #define E_BEL 0x2F /* Bell */ ! 45: #define E_EOT 0x37 /* End Of Transmission */ ! 46: #define E_DC4 0x3C /* Data Ctrl 4 */ ! 47: #define E_NAK 0x3D /* Negative Acknowledge */ ! 48: #define E_SYN 0x32 /* Synchronization */ ! 49: #define E_SUB 0x3F /* */ ! 50: ! 51: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.