summaryrefslogtreecommitdiff
path: root/test/locale-mbwc/tst_towlower.c
blob: 7719b0daeacfc47110b0a0a50bae75aef463ef33 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
  TOWLOWER: int towlower (wint_t wc);
*/

#define TST_FUNCTION towlower

#include "tsp_common.c"
#include "dat_towlower.c"


TST_FUNC_TOW (LOWER, lower);