Skip to content
Permalink
37f3ee4954
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (8 sloc) 300 Bytes
#ifndef _ARGZ_H
#include <string/argz.h>
libc_hidden_proto (argz_delete)
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