Unify struct names and tags
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
BEGIN_C_LINKAGE
|
||||
#endif // !WAPP_PLATFORM_CPP
|
||||
|
||||
typedef struct str8 Str8;
|
||||
struct str8 {
|
||||
typedef struct Str8 Str8;
|
||||
struct Str8 {
|
||||
u64 capacity;
|
||||
u64 size;
|
||||
c8 *buf;
|
||||
|
||||
Reference in New Issue
Block a user