Use 64bit filesystem functions for x32
[glibc.git] / include / argz.h
blob4f45b0bf1704238b06769ef1108d2209876ddc72
1 #ifndef _ARGZ_H
3 #include <string/argz.h>
5 libc_hidden_proto (argz_delete)
7 extern size_t __argz_count_internal (const char *__argz, size_t __len)
8 __attribute_pure__ attribute_hidden;
9 extern void __argz_stringify_internal (char *__argz, size_t __len, int __sep)
10 attribute_hidden;
12 #endif