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

12 lines
157 B
C

/*
TOWLOWER: int towlower (wint_t wc);
*/
#define TST_FUNCTION towlower
#include "tsp_common.c"
#include "dat_towlower.c"
TST_FUNC_TOW (LOWER, lower);