922cb2bbb4616063aceddc2ea5d177dc61d9dce5
[libc-test] / src / api / nl_types.c
1 #include <nl_types.h>
2 #define T(t) (t*)0;
3 #define C(n) switch(n){case n:;}
4 static void f()
5 {
6 T(nl_catd)
7 T(nl_item)
8 C(NL_SETD)
9 C(NL_CAT_LOCALE)
10 int(*p_catclose)(nl_catd) = catclose;
11 char*(*p_catgets)(nl_catd,int,int,const char*) = catgets;
12 nl_catd(*p_catopen)(const char*,int) = catopen;
13 }