diff options
Diffstat (limited to 'src/common/strlutil.h')
-rw-r--r-- | src/common/strlutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/strlutil.h b/src/common/strlutil.h new file mode 100644 index 00000000..968aab53 --- /dev/null +++ b/src/common/strlutil.h @@ -0,0 +1,2 @@ +size_t strlcat(char *dst, const char *src, size_t siz); +size_t strlcpy(char *dst, const char *src, size_t siz); |