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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue