4 Commits

Author SHA1 Message Date
4333b16090 Reformat uuid 2025-12-29 21:41:10 +00:00
ed72ccc139 Reformat common 2025-12-29 21:41:04 +00:00
31a22b74e9 Reformat base 2025-12-29 21:21:09 +00:00
a32ef94522 Test replacing spaces with tabs 2025-12-29 15:59:50 +00:00
15 changed files with 1010 additions and 1010 deletions

View File

@@ -83,7 +83,7 @@ void _dbl_list_empty(GenericList *list, u64 item_size);
// Base list types // Base list types
typedef struct str8 Str8; typedef struct str8 Str8;
WAPP_DEF_DBL_LIST_TYPE(void *, VoidPtrNode, VoidPtrList); WAPP_DEF_DBL_LIST_TYPE(void * , VoidPtrNode , VoidPtrList);
WAPP_DEF_DBL_LIST_TYPE(c8 , C8Node , C8List); WAPP_DEF_DBL_LIST_TYPE(c8 , C8Node , C8List);
WAPP_DEF_DBL_LIST_TYPE(c16 , C16Node , C16List); WAPP_DEF_DBL_LIST_TYPE(c16 , C16Node , C16List);
WAPP_DEF_DBL_LIST_TYPE(c32 , C32Node , C32List); WAPP_DEF_DBL_LIST_TYPE(c32 , C32Node , C32List);