- 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

View file

@ -75,7 +75,7 @@ str_ostream_t ostrInitStr(const char *buf, size_t len);
void ostrFree(str_ostream_t *ctx);
void ostrClear(str_ostream_t *ctx);
str_t ostrMove(str_ostream_t *ctx);
char ostrBack(str_ostream_t *ctx);
str_t ostrAsStr(str_ostream_t *ctx);
strview_t ostrAsView(str_ostream_t *ctx);