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