tst_iswlower.c 156 B

12345678910
  1. /*
  2. ISWLOWER: int iswlower (wint_t wc);
  3. */
  4. #define TST_FUNCTION iswlower
  5. #include "tsp_common.c"
  6. #include "dat_iswlower.c"
  7. TST_FUNC_ISW (LOWER, lower);