glibc/localedata/tests-mbwc/tst_iswalnum.c
Andreas Jaeger 5b905722f6 * Makefile (tests): Add tests from tests-mbwc subdirectory,
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.
2000-06-27 12:14:09 +00:00

11 lines
155 B
C

/*
ISWALNUM: int iswalnum (wint_t wc)
*/
#define TST_FUNCTION iswalnum
#include "tsp_common.c"
#include "dat_iswalnum.c"
TST_FUNC_ISW (ALNUM, alnum);