|
|
1.1 root 1: #ifndef _ASCIIDEF_DOT_H
2: #define _ASCIIDEF_DOT_H
3:
4: /*
5: * ASCIIDEF.H 5.20A June 8, 1995
6: *
7: * The Greenleaf Comm Library
8: *
9: * Copyright (C) 1991-1995 Greenleaf Software Inc. All Rights Reserved.
10: *
11: * NOTES
12: *
13: * This header file contains definitions for most low order
14: * ASCII characters. Since these names are used frequently,
15: * and may show up in other header files, feel free to comment
16: * out any of these definitions.
17: *
18: * MODIFICATIONS
19: *
20: * December 12, 1992 4.00A : Initial release
21: */
22:
23:
24: #define NUL 0
25: #define SOH 1
26: #define STX 2
27: #define ETX 3
28: #define EOT 4
29: #define ENQ 5
30: #define ACK 6
31: #define BEL 7
32: #define BS 8
33: #define HT 9
34: #define LF 10
35: #define VT 11
36: #define FF 12
37: #define CR 13
38: #define SO 14
39: #define SI 15
40: #define DLE 16
41: #define DC1 17
42: #define DC2 18
43: #define DC3 19
44: #define DC4 20
45: #define NAK 21
46: #define SYN 22
47: #define ETB 23
48: #define CAN 24
49: #define EM 25
50: #define SUB 26
51: #define ESC 27
52: #define FS 28
53: #define GS 29
54: #define RS 30
55: #define US 31
56:
57: #define XON 17
58: #define XOFF 19
59:
60: #define CTRL_A 1
61: #define CTRL_B 2
62: #define CTRL_C 3
63: #define CTRL_D 4
64: #define CTRL_E 5
65: #define CTRL_F 6
66: #define CTRL_G 7
67: #define CTRL_H 8
68: #define CTRL_I 9
69: #define CTRL_J 10
70: #define CTRL_K 11
71: #define CTRL_L 12
72: #define CTRL_M 13
73: #define CTRL_N 14
74: #define CTRL_O 15
75: #define CTRL_P 16
76: #define CTRL_Q 17
77: #define CTRL_R 18
78: #define CTRL_S 19
79: #define CTRL_T 20
80: #define CTRL_U 21
81: #define CTRL_V 22
82: #define CTRL_W 23
83: #define CTRL_X 24
84: #define CTRL_Y 25
85: #define CTRL_Z 26
86:
87: #endif /* #ifndef _ASCIIDEF_DOT_H */
88:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.