repo.or.cz
/
gliv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix some more build warnings
[gliv.git]
/
lib
/
getdelim.h
blob
e855659d507f66be3192bfcd5f83bf2c9703cc3f
1
/* #included only if getdelim() is lacking. */
2
3
#include <sys/types.h>
/* size_t */
4
#include <stdio.h>
/* FILE */
5
6
long
getdelim
(
char
**
LINEPTR
,
size_t
*
N
,
int
delim
,
FILE
*
STREAM
);