Go to the source code of this file.
Functions | |
int | TY_❪tmbsnprintf❫ (tmbstr buffer, size_t count, ctmbstr format,...) |
int | TY_❪tmbstrcasecmp❫ (ctmbstr s1, ctmbstr s2) |
uint | TY_❪tmbstrcat❫ (tmbstr s1, ctmbstr s2) |
int | TY_❪tmbstrcmp❫ (ctmbstr s1, ctmbstr s2) |
uint | TY_❪tmbstrcpy❫ (tmbstr s1, ctmbstr s2) |
tmbstr | TY_❪tmbstrdup❫ (TidyAllocator *allocator, ctmbstr str) |
uint | TY_❪tmbstrlen❫ (ctmbstr str) |
int | TY_❪tmbstrncasecmp❫ (ctmbstr s1, ctmbstr s2, uint n) |
int | TY_❪tmbstrncmp❫ (ctmbstr s1, ctmbstr s2, uint n) |
uint | TY_❪tmbstrncpy❫ (tmbstr s1, ctmbstr s2, uint size) |
tmbstr | TY_❪tmbstrndup❫ (TidyAllocator *allocator, ctmbstr str, uint len) |
tmbstr | TY_❪tmbstrtolower❫ (tmbstr s) |
tmbstr | TY_❪tmbstrtoupper❫ (tmbstr s) |
ctmbstr | TY_❪tmbsubstrn❫ (ctmbstr s1, uint len1, ctmbstr s2) |
ctmbstr | TY_❪tmbsubstr❫ (ctmbstr s1, ctmbstr s2) |
int | TY_❪tmbvsnprintf❫ (tmbstr buffer, size_t count, ctmbstr format, va_list args) |