mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
Add strlcat() and strlcpy(), might convert to them in the future
This commit is contained in:
2
src/common/strlutil.h
Normal file
2
src/common/strlutil.h
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user