Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
[gnulib.git] / modules / getdelim
1 Description:
2 Read character delimited data from a stream.
3
4 Files:
5 lib/getdelim.c
6 m4/getdelim.m4
7
8 Depends-on:
9 extensions
10 stdio
11 realloc-posix
12
13 configure.ac:
14 gl_FUNC_GETDELIM
15 gl_STDIO_MODULE_INDICATOR([getdelim])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Simon Josefsson