diff options
Diffstat (limited to 'src/ctype/iswpunct.c')
-rw-r--r-- | src/ctype/iswpunct.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ctype/iswpunct.c b/src/ctype/iswpunct.c index f0b9ea0a..e99e7490 100644 --- a/src/ctype/iswpunct.c +++ b/src/ctype/iswpunct.c @@ -17,3 +17,11 @@ int __iswpunct_l(wint_t c, locale_t l) } weak_alias(__iswpunct_l, iswpunct_l); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |