2.9
[glibc/nacl-glibc.git] / conform / data / nl_types.h-data
blobec2c18bc3e250f999f0e07a25bb227f3838c12f8
1 #if !defined ISO && !defined POSIX
2 type nl_catd
3 type nl_item
5 constant NL_SETD
6 constant NL_CAT_LOCALE
8 function int catclose (nl_catd)
9 function {char*} catgets (nl_catd, int, int, const char*)
10 function nl_catd catopen (const char*, int)
12 allow NL_*
13 allow *_t
14 #endif