14 lines
225 B
C
14 lines
225 B
C
#ifndef BASE_IMPL_C
|
|
#define BASE_IMPL_C
|
|
|
|
#include "math.c"
|
|
#include "os.c"
|
|
#include "memory.c"
|
|
#include "serialize.c"
|
|
#include "string.c"
|
|
#include "tctx.c"
|
|
#include "thread.c"
|
|
#include "string_chunk.c"
|
|
|
|
#endif // BASE_IMPL_C
|