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