1 /* 2 * TEST SUITE FOR MB/WC FUNCTIONS IN C LIBRARY 3 * 4 * FILE: dat_tow-funcs.h 5 * 6 * ISW*: int tow*( wint_t wc ); 7 */ 8 9 #include <errno.h> 10 #include <stdlib.h> 11 #include <wctype.h> 12 #include "tst_types.h" 13 #include "tgn_locdef.h" 14 15 #define TST_TOW_LOC(FUNC, func) \ 16 TST_TOW## FUNC tst_tow## func ##_loc[] 17 18 #define TST_TOW_REC(locale, func) \ 19 { Ttow## func, TST_LOC_## locale }, 20 21 /* 22 * NOTE: 23 * need more test data! 24 */ 25