diff options
Diffstat (limited to 'localedata/tests-mbwc/tst_towlower.c')
-rw-r--r-- | localedata/tests-mbwc/tst_towlower.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/localedata/tests-mbwc/tst_towlower.c b/localedata/tests-mbwc/tst_towlower.c new file mode 100644 index 0000000000..7719b0daea --- /dev/null +++ b/localedata/tests-mbwc/tst_towlower.c @@ -0,0 +1,11 @@ +/* + TOWLOWER: int towlower (wint_t wc); +*/ + +#define TST_FUNCTION towlower + +#include "tsp_common.c" +#include "dat_towlower.c" + + +TST_FUNC_TOW (LOWER, lower); |