blob: a077d27d9ebcec31d0072d146fbb8f52b9a946ca [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/*
2 TOWUPPER: int towupper (wint_t wc);
3*/
4
5#define TST_FUNCTION towupper
6
7#include "tsp_common.c"
8#include "dat_towupper.c"
9
10TST_FUNC_TOW (UPPER, upper);