5b905722f6
comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths. * Makefile (tests): Add tests from tests-mbwc subdirectory, comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths.
11 lines
162 B
C
11 lines
162 B
C
/*
|
|
ISWXDIGIT: int iswxdigit (wint_t wc);
|
|
*/
|
|
|
|
#define TST_FUNCTION iswxdigit
|
|
|
|
#include "tsp_common.c"
|
|
#include "dat_iswxdigit.c"
|
|
|
|
TST_FUNC_ISW (XDIGIT, xdigit);
|