glibc/localedata/tests-mbwc/tst_iswprint.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

/*
ISWPRINT: int iswprint (wint_t wc);
*/
#define TST_FUNCTION iswprint
#include "tsp_common.c"
#include "dat_iswprint.c"
TST_FUNC_ISW (PRINT, print);