* sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
[glibc.git] / include / argz.h
blob55c7f53a9278de942e3cdd09d1b32b348e0e01a6
1 #ifndef _ARGZ_H
3 #include <string/argz.h>
5 extern size_t __argz_count_internal (__const char *__argz, size_t __len)
6 __attribute_pure__ attribute_hidden;
7 extern void __argz_stringify_internal (char *__argz, size_t __len, int __sep)
8 attribute_hidden;
10 #endif