blob: ec2c18bc3e250f999f0e07a25bb227f3838c12f8 [file] [log] [blame]
#if !defined ISO && !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