glibc/localedata/tests-mbwc/tst_iswalpha.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
156 B
C

/*
ISWALPHA: int iswalpha (wint_t wc);
*/
#define TST_FUNCTION iswalpha
#include "tsp_common.c"
#include "dat_iswalpha.c"
TST_FUNC_ISW (ALPHA, alpha);