Unify struct names and tags

This commit is contained in:
2026-01-02 14:00:00 +00:00
parent 7be1b42107
commit f3ee1ee468
13 changed files with 22 additions and 22 deletions

View File

@@ -15,8 +15,8 @@ BEGIN_C_LINKAGE
#define WAPP_UUID_SPEC WAPP_STR8_SPEC
#define wapp_uuid_varg(WUUID) wapp_str8_varg((WUUID).uuid)
typedef struct wapp_uuid WUUID;
struct wapp_uuid {
typedef struct WUUID WUUID;
struct WUUID {
Str8 uuid;
};