add: map size
This commit is contained in:
parent
ba9c1f8c11
commit
f05f3945fe
@ -1,4 +1,6 @@
|
|||||||
enum MAP_KEY, MAP_VALUE;
|
enum MAP_KEY, MAP_VALUE;
|
||||||
|
define MAP_SIZE=2;
|
||||||
|
|
||||||
define NUM_MAX = 0xffff;
|
define NUM_MAX = 0xffff;
|
||||||
define NUM_MIN = 0x0000;
|
define NUM_MIN = 0x0000;
|
||||||
define NUM_S_MIN = 0x8000;
|
define NUM_S_MIN = 0x8000;
|
||||||
|
Loading…
Reference in New Issue
Block a user