|
|
1.1 root 1: // Note: there is code that depends on all of the digits being contiguous
2: // and in the following order.
3: //
4: #define IDC_ZERO 1000
5: #define IDC_ONE 1001
6: #define IDC_TWO 1002
7: #define IDC_THREE 1003
8: #define IDC_FOUR 1004
9: #define IDC_FIVE 1005
10: #define IDC_SIX 1006
11: #define IDC_SEVEN 1007
12: #define IDC_EIGHT 1008
13: #define IDC_NINE 1009
14:
15: // Note: there is code that depends on the operators being contiguous
16: // and in the following order.
17: //
18: #define IDC_PLUS 1010
19: #define IDC_MINUS 1011
20: #define IDC_MULT 1012
21: #define IDC_DIV 1013
22:
23: #define IDC_EQUALS 1020
24: #define IDC_CLEAR 1021
25:
26: #define IDC_DISPLAY 1030
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.