mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
6 lines
80 B
C
6 lines
80 B
C
#include <string.h>
|
|
|
|
#if (__GLIBC__ || __MINGW32__)
|
|
#include "strlcpy.c"
|
|
#endif
|