blob: 0388c23277ed9c4ccdf011210615b14d56ee607c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _ARGZ_H
#include <string/argz.h>
# ifndef _ISOMAC
libc_hidden_proto (argz_delete)
libc_hidden_proto (__argz_count)
libc_hidden_proto (__argz_stringify)
# endif /* !_ISOMAC */
#endif
|