summaryrefslogtreecommitdiff
path: root/modules/getndelim2
blob: dec82e4b5759e60a989f788367287387198939a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
Read a line from a stream, stopping at one of 2 delimiters, with bounded
memory allocation.

Files:
lib/getndelim2.h
lib/getndelim2.c
m4/getndelim2.m4

Depends-on:
ssize_t
stdbool
stdint
freadptr
freadseek
memchr2

configure.ac:
gl_GETNDELIM2

Makefile.am:
lib_SOURCES += getndelim2.c

Include:
"getndelim2.h"

License:
LGPLv2+

Maintainer:
all