impl os functions to delete generated hot loading files

This commit is contained in:
Krzosa Karol
2025-01-30 10:45:35 +01:00
parent be2537b73c
commit 6f723af31f
2 changed files with 157 additions and 6 deletions

View File

@@ -162,6 +162,7 @@ void *sbin_read_data(stream_t *stream, i64 size);
#define S8_CODE(...) s8_lit(#__VA_ARGS__)
#define S8_FILE s8_lit(__FILE__)
#define S8_FILE_AND_LINE s8_lit(FILE_AND_LINE)
#define s16(str,len) (s16_t){str, len}
#define S8_FMT(ma, str, result) \
va_list args1; \