Add initial libraries and their respective test code

This commit is contained in:
2023-11-04 12:51:01 +01:00
parent fc2258ce10
commit 75b8cfe46b
12 changed files with 931 additions and 0 deletions

7
src/c-libs.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef C_LIBS_H
#define C_LIBS_H
#include "logger.h"
#include "safe_array.h"
#endif // C_LIBS_H