glibc/conform/data/nl_types.h-data

14 lines
254 B
Plaintext

#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, char char*)
function nl_catd catopen (const char*, int)
allow *_t
#endif