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
i386: Do not set internal_function
[glibc.git]
/
include
/
argz.h
blob
0388c23277ed9c4ccdf011210615b14d56ee607c
1
#ifndef _ARGZ_H
2
3
#include <string/argz.h>
4
5
# ifndef _ISOMAC
6
7
libc_hidden_proto
(
argz_delete
)
8
libc_hidden_proto
(
__argz_count
)
9
libc_hidden_proto
(
__argz_stringify
)
10
11
# endif
/* !_ISOMAC */
12
#endif