summaryrefslogtreecommitdiff
path: root/test/locale-mbwc/tst_iswlower.c
blob: e0911001d0ad1f9b85146873f190c27baff4c51c (plain)
1
2
3
4
5
6
7
8
9
10
/*
  ISWLOWER: int iswlower (wint_t wc);
*/

#define TST_FUNCTION iswlower

#include "tsp_common.c"
#include "dat_iswlower.c"

TST_FUNC_ISW (LOWER, lower);