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