api: remove obsolete xsi functions from ctype, fix typo in netinet_in
[libc-test] / src / api / monetary.c
1 #include <monetary.h>
2 #define T(t) (t*)0;
3 static void f()
4 {
5 T(locale_t)
6 T(size_t)
7 T(ssize_t)
8 ssize_t(*p_strfmon)(char*restrict,size_t,const char*restrict,...) = strfmon;
9 ssize_t(*p_strfmon_l)(char*restrict,size_t,locale_t,const char*restrict,...) = strfmon_l;
10 }