diff options
Diffstat (limited to 'src/string/stpncpy.c')
-rw-r--r-- | src/string/stpncpy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/string/stpncpy.c b/src/string/stpncpy.c index f57fa6b7..16717f9e 100644 --- a/src/string/stpncpy.c +++ b/src/string/stpncpy.c @@ -30,3 +30,11 @@ tail: weak_alias(__stpncpy, stpncpy); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |