feat: Vector init and push works

This commit is contained in:
2026-07-14 00:20:30 +05:30
parent bbf7f8d9bb
commit ac50b21178
2 changed files with 44 additions and 8 deletions
+1 -5
View File
@@ -5,7 +5,6 @@
#include <string.h>
#include <stdarg.h>
#define NARGS(...) NARGS_(__VA_ARGS__, 5, 4, 3, 2, 1, 0)
#define NARGS_(_5, _4, _3, _2, _1, N, ...) N
@@ -38,8 +37,5 @@ void LOG2(char *str, char *level) {
#endif // SONUVA_IMPLEMENTATION
/* I took it from stack overflow man stop asking me questions */