- More documentation

This commit is contained in:
2025-12-18 16:18:07 -05:00
parent 9e6f00eb60
commit 88e33bdcc8
50 changed files with 987 additions and 264 deletions

View File

@@ -18,8 +18,6 @@
#include <fennec/lang/detail/_stdlib.h>
using assert_handler = void (*)(const char *, const char *, int , const char *);
void _assert_callback(const char* expression, const char* file, int line, const char* function, const char* description);
void _assert_impl(const char* expression, const char* file, int line, const char* function, const char* description, bool halt)