- file: bool fileExists
 - str: removed c++ string conversion
 - tracelog: added utf8 output for windows
This commit is contained in:
alessandrobason 2022-03-31 02:19:14 +01:00
parent bce93361b1
commit 915fd081f3
6 changed files with 23 additions and 10 deletions

2
file.h
View file

@ -23,6 +23,8 @@ typedef struct {
size_t len;
} fread_buf_t;
bool fileExists(const char *fname);
file_t fileOpen(const char *fname, int mode);
void fileClose(file_t *ctx);