]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/argz.h
Remove use of INTDEF/INTUSE in libio
[thirdparty/glibc.git] / include / argz.h
CommitLineData
64655dbf 1#ifndef _ARGZ_H
6b87a564 2
392d7920 3#include <string/argz.h>
6b87a564 4
37f3ee49
RM
5libc_hidden_proto (argz_delete)
6
a784e502 7extern size_t __argz_count_internal (const char *__argz, size_t __len)
6b87a564
UD
8 __attribute_pure__ attribute_hidden;
9extern void __argz_stringify_internal (char *__argz, size_t __len, int __sep)
10 attribute_hidden;
11
12#endif