glibc/localedata/tests-mbwc/tst_towupper.c
2000-06-27 15:53:49 +00:00

11 lines
156 B
C

/*
TOWUPPER: int towupper (wint_t wc);
*/
#define TST_FUNCTION towupper
#include "tsp_common.c"
#include "dat_towupper.c"
TST_FUNC_TOW (UPPER, upper);