diff options
Diffstat (limited to 'include/common/strl.h')
-rw-r--r-- | include/common/strl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/common/strl.h b/include/common/strl.h new file mode 100644 index 0000000..099f0db --- /dev/null +++ b/include/common/strl.h @@ -0,0 +1,5 @@ +#include <string.h> +#include <sys/types.h> + +size_t strlcpy(char *dst, const char *src, size_t dsize); +size_t strlcat(char *dst, const char *src, size_t dsize); \ No newline at end of file |