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