repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
[glibc.git]
/
include
/
argz.h
blob
55c7f53a9278de942e3cdd09d1b32b348e0e01a6
1
#ifndef _ARGZ_H
2
3
#include <string/argz.h>
4
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
;
9
10
#endif