Make SJ4 more portable

This commit is contained in:
Nishi 2026-06-22 05:24:16 +09:00
commit a160b81246
3 changed files with 2 additions and 8 deletions

View file

@ -14,6 +14,5 @@
int sj4_snprintf(char*, size_t, const char*, ...);
size_t sj4_strlcpy(char*, const char*, size_t);
int sj4_ftruncate(FILE*, size_t);
int sj4_unlink(const char*);
#endif