tst_towlower.c 157 B

1234567891011
  1. /*
  2. TOWLOWER: int towlower (wint_t wc);
  3. */
  4. #define TST_FUNCTION towlower
  5. #include "tsp_common.c"
  6. #include "dat_towlower.c"
  7. TST_FUNC_TOW (LOWER, lower);