my_type_last
This commit is contained in:
parent
d4f6a632c5
commit
3d66ff08af
@ -26,7 +26,7 @@ typedef enum __attribute__((__packed__)) my_type {
|
|||||||
AutoarrInt32Ptr, AutoarrUInt32Ptr, AutoarrInt64Ptr, AutoarrUInt64Ptr,
|
AutoarrInt32Ptr, AutoarrUInt32Ptr, AutoarrInt64Ptr, AutoarrUInt64Ptr,
|
||||||
AutoarrUnitypePtr, AutoarrKVPairPtr
|
AutoarrUnitypePtr, AutoarrKVPairPtr
|
||||||
} my_type;
|
} my_type;
|
||||||
static const my_type my_type_last=AutoarrKVPairPtr;
|
#define my_type_last AutoarrKVPairPtr
|
||||||
|
|
||||||
const char* my_type_name(my_type t);
|
const char* my_type_name(my_type t);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user