1#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX 2type nl_catd 3type nl_item 4 5constant NL_SETD 6constant NL_CAT_LOCALE 7 8function int catclose (nl_catd) 9function {char*} catgets (nl_catd, int, int, const char*) 10function nl_catd catopen (const char*, int) 11 12allow NL_* 13allow *_t 14#endif 15