my_type_last

This commit is contained in:
timerix 2022-08-01 01:41:18 +06:00
parent d4f6a632c5
commit 3d66ff08af

View File

@ -26,7 +26,7 @@ typedef enum __attribute__((__packed__)) my_type {
AutoarrInt32Ptr, AutoarrUInt32Ptr, AutoarrInt64Ptr, AutoarrUInt64Ptr,
AutoarrUnitypePtr, AutoarrKVPairPtr
} my_type;
static const my_type my_type_last=AutoarrKVPairPtr;
#define my_type_last AutoarrKVPairPtr
const char* my_type_name(my_type t);