(root)/
glibc-2.38/
localedata/
tests-mbwc/
tst_towupper.c
       1  /*
       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  
      10  TST_FUNC_TOW (UPPER, upper);