diff options
Diffstat (limited to 'include/argz.h')
-rw-r--r-- | include/argz.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/argz.h b/include/argz.h index 179e693106..0b4f8a0482 100644 --- a/include/argz.h +++ b/include/argz.h @@ -1 +1,10 @@ +f#ifndef _ARGZ_H + #include <string/argz.h> + +extern size_t __argz_count_internal (__const char *__argz, size_t __len) + __attribute_pure__ attribute_hidden; +extern void __argz_stringify_internal (char *__argz, size_t __len, int __sep) + attribute_hidden; + +#endif |