tst_iswcntrl.c 156 B

12345678910
  1. /*
  2. ISWCNTRL: int iswcntrl (wint_t wc);
  3. */
  4. #define TST_FUNCTION iswcntrl
  5. #include "tsp_common.c"
  6. #include "dat_iswcntrl.c"
  7. TST_FUNC_ISW (CNTRL, cntrl);