mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[liba] Include strlcat in the bridge too
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
LIBA_BEGIN_DECLS
|
||||
|
||||
#if (__GLIBC__ || __MINGW32__)
|
||||
size_t strlcat(char * dst, const char * src, size_t dstSize);
|
||||
size_t strlcpy(char * dst, const char * src, size_t len);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user