repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
af_alg: minor style improvements
[gnulib.git]
/
modules
/
getndelim2
blob
dec82e4b5759e60a989f788367287387198939a5
1
Description:
2
Read a line from a stream, stopping at one of 2 delimiters, with bounded
3
memory allocation.
4
5
Files:
6
lib/getndelim2.h
7
lib/getndelim2.c
8
m4/getndelim2.m4
9
10
Depends-on:
11
ssize_t
12
stdbool
13
stdint
14
freadptr
15
freadseek
16
memchr2
17
18
configure.ac:
19
gl_GETNDELIM2
20
21
Makefile.am:
22
lib_SOURCES += getndelim2.c
23
24
Include:
25
"getndelim2.h"
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all