diff options
Diffstat (limited to 'sds.h')
-rw-r--r-- | sds.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ sds sdscatprintf(sds s, const char *fmt, ...) sds sdscatprintf(sds s, const char *fmt, ...); #endif +sds sdscatfmt(sds s, char const *fmt, ...); void sdstrim(sds s, const char *cset); void sdsrange(sds s, int start, int end); void sdsupdatelen(sds s); |