impl os functions to delete generated hot loading files
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user