This commit is contained in:
2022-07-21 01:18:38 +03:00
parent 84c3a10035
commit 7cd2facc5e
3 changed files with 6 additions and 3 deletions

View File

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