ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../localedata/tests-mbwc/tst_towupper.c

11 lines
156 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
/*
TOWUPPER: int towupper (wint_t wc);
*/
#define TST_FUNCTION towupper
#include "tsp_common.c"
#include "dat_towupper.c"
TST_FUNC_TOW (UPPER, upper);