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