9 lines
141 B
C
9 lines
141 B
C
|
#ifndef _calc__defines_h_
|
||
|
#define _calc__defines_h_
|
||
|
|
||
|
#define DIGIT 257
|
||
|
#define LETTER 258
|
||
|
#define UMINUS 259
|
||
|
|
||
|
#endif /* _calc__defines_h_ */
|