1/*
2 ISWPUNCT: int iswpunct (wint_t wc);
3*/
4
5#define TST_FUNCTION iswpunct
6
7#include "tsp_common.c"
8#include "dat_iswpunct.c"
9
10TST_FUNC_ISW (PUNCT, punct);
11

source code of glibc/localedata/tests-mbwc/tst_iswpunct.c