13 lines
285 B
C
13 lines
285 B
C
// vim:fileencoding=utf-8:foldmethod=marker
|
|
|
|
#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
|