summaryrefslogtreecommitdiff
path: root/conform/data/nl_types.h-data
blob: 7cabf3ff623a5f731182fc41c3215fad6f68547c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 *_t
#endif