diff options
Diffstat (limited to 'string.h')
-rw-r--r-- | string.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,4 +23,6 @@ void ttd_strlcpy(char *dst, const char *src, size_t size); char* strecat(char* dst, const char* src, const char* last); char* strecpy(char* dst, const char* src, const char* last); +char* CDECL str_fmt(const char* str, ...); + #endif |