diff options
Diffstat (limited to 'src/common/stringx.h')
-rw-r--r-- | src/common/stringx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/stringx.h b/src/common/stringx.h index 2fff195..042cf2d 100644 --- a/src/common/stringx.h +++ b/src/common/stringx.h @@ -47,4 +47,7 @@ char* trim_space(char* data); int strtob(const char* str); +size_t +strlcpy(char *dst, const char *src, size_t len); + #endif /* __STRINGX_H__ */ |