mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
7 lines
101 B
C
7 lines
101 B
C
#include <string.h>
|
|
|
|
#if (__GLIBC__ || __MINGW32__)
|
|
#include "strlcat.c"
|
|
#include "strlcpy.c"
|
|
#endif
|