added:
- file: bool fileExists - str: removed c++ string conversion - tracelog: added utf8 output for windows
This commit is contained in:
parent
bce93361b1
commit
915fd081f3
6 changed files with 23 additions and 10 deletions
2
file.h
2
file.h
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue