diff options
Diffstat (limited to 'test/locale-mbwc/tst_towupper.c')
-rw-r--r-- | test/locale-mbwc/tst_towupper.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/locale-mbwc/tst_towupper.c b/test/locale-mbwc/tst_towupper.c new file mode 100644 index 000000000..a077d27d9 --- /dev/null +++ b/test/locale-mbwc/tst_towupper.c @@ -0,0 +1,10 @@ +/* + TOWUPPER: int towupper (wint_t wc); +*/ + +#define TST_FUNCTION towupper + +#include "tsp_common.c" +#include "dat_towupper.c" + +TST_FUNC_TOW (UPPER, upper); |