1/*
2 TOWLOWER: int towlower (wint_t wc);
3*/
4
5#define TST_FUNCTION towlower
6
7#include "tsp_common.c"
8#include "dat_towlower.c"
9
10
11TST_FUNC_TOW (LOWER, lower);
12

source code of glibc/localedata/tests-mbwc/tst_towlower.c