5 lines
95 B
C
5 lines
95 B
C
|
#define BITSPERUI 16
|
||
|
#define SHORT short
|
||
|
|
||
|
#define MAXUNSINT (unsigned long)((1L<<BITSPERUI)-1)
|