mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
WIP: Design is almost done, impl this weekend.
This commit is contained in:
2
thirdparty/zpl.h
vendored
2
thirdparty/zpl.h
vendored
@ -5095,8 +5095,8 @@ License:
|
||||
|
||||
typedef struct string_header {
|
||||
allocator allocator;
|
||||
sw length;
|
||||
sw capacity;
|
||||
sw length;
|
||||
} string_header;
|
||||
|
||||
#define ZPL_STRING_HEADER(str) (zpl_cast(ZPL_NS string_header *)(str) - 1)
|
||||
|
Reference in New Issue
Block a user