Refactor strings and allocator to primitives
This commit is contained in:
10
src/primitives/wapp_primitives.c
Normal file
10
src/primitives/wapp_primitives.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef WAPP_PRIMITIVES_C
|
||||
#define WAPP_PRIMITIVES_C
|
||||
|
||||
#include "wapp_primitives.h"
|
||||
#include "array/array.c"
|
||||
#include "dbl_list/dbl_list.c"
|
||||
#include "mem_allocator/mem_allocator.c"
|
||||
#include "strings/str8/str8.c"
|
||||
|
||||
#endif // !WAPP_PRIMITIVES_C
|
||||
Reference in New Issue
Block a user