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
ka_GE locale: Fix yesexp to make it agree with CLDR.
[glibc.git]
/
conform
/
data
/
stdarg.h-data
blob
53addb91fa91bb1de32d9ed1c1972086f2b96b63
1
type va_list
2
3
// XXX We didn't check the parameters.
4
macro va_start
5
macro va_arg
6
macro va_end
7
8
#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008 || defined XOPEN2K8
9
macro va_copy
10
#endif
11
12
#if !defined ISO && !defined ISO99 && !defined ISO11
13
allow *_t
14
#endif