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
Omit libc-modules.h for all .v.i files.
[glibc.git]
/
include
/
argz.h
blob
4eab0b680bed7f1d81b7dc4b258b3fb891da35fc
1
#ifndef _ARGZ_H
2
3
#include <string/argz.h>
4
5
libc_hidden_proto
(
argz_delete
)
6
libc_hidden_proto
(
__argz_count
)
7
libc_hidden_proto
(
__argz_stringify
)
8
9
#endif