diff options
Diffstat (limited to 'src/ctype/towctrans.c')
-rw-r--r-- | src/ctype/towctrans.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ctype/towctrans.c b/src/ctype/towctrans.c index 76d13769..55ff1ca5 100644 --- a/src/ctype/towctrans.c +++ b/src/ctype/towctrans.c @@ -82,3 +82,11 @@ wint_t __towlower_l(wint_t c, locale_t l) weak_alias(__towupper_l, towupper_l); weak_alias(__towlower_l, towlower_l); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |