Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / getndelim2
blobdec82e4b5759e60a989f788367287387198939a5
1 Description:
2 Read a line from a stream, stopping at one of 2 delimiters, with bounded
3 memory allocation.
5 Files:
6 lib/getndelim2.h
7 lib/getndelim2.c
8 m4/getndelim2.m4
10 Depends-on:
11 ssize_t
12 stdbool
13 stdint
14 freadptr
15 freadseek
16 memchr2
18 configure.ac:
19 gl_GETNDELIM2
21 Makefile.am:
22 lib_SOURCES += getndelim2.c
24 Include:
25 "getndelim2.h"
27 License:
28 LGPLv2+
30 Maintainer:
31 all