repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove i486 subdirectory
[glibc.git]
/
conform
/
data
/
nl_types.h-data
blob
67a0d7a198d6575c3482917591c8e3eac460fe8d
1
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
2
type nl_catd
3
type nl_item
4
5
constant NL_SETD
6
constant NL_CAT_LOCALE
7
8
function int catclose (nl_catd)
9
function {char*} catgets (nl_catd, int, int, const char*)
10
function nl_catd catopen (const char*, int)
11
12
allow NL_*
13
allow *_t
14
#endif