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