Init/shutdown working

- stk_init/shutdown do what they are supposed to.
- buffer sizes moved to headers
This commit is contained in:
2025-11-02 18:40:33 +01:00
parent a0c9cdb577
commit 5c621c8367
5 changed files with 213 additions and 11 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
#include "stk.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -13,7 +14,6 @@
#endif
#define EVENT_BUFFER_SIZE 4096
#define PATH_BUFFER_SIZE 1024
void *platform_load_library(const char *path)
{