mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 06:10:31 +01:00
For example, GLIBC doesn't provide strlcpy which we want to use Change-Id: Iebbadfd42ca8e5dc089a8fe0b670fef843a10027
6 lines
63 B
C
6 lines
63 B
C
#include <string.h>
|
|
|
|
#if __GLIBC__
|
|
#include "strlcpy.c"
|
|
#endif
|