blob: 67a0d7a198d6575c3482917591c8e3eac460fe8d [file] [log] [blame]
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
type nl_catd
type nl_item
constant NL_SETD
constant NL_CAT_LOCALE
function int catclose (nl_catd)
function {char*} catgets (nl_catd, int, int, const char*)
function nl_catd catopen (const char*, int)
allow NL_*
allow *_t
#endif