first commit

This commit is contained in:
2024-03-25 21:05:36 +01:00
commit 1014d2526c
22 changed files with 2998 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
void test_(bool expr, const char *text, const char *file, int line);
#define test(expr) test_(expr, #expr, __FILE__, __LINE__)