closein: correct comments
[gnulib.git] / modules / read-file
1 Description:
2 read_file() function: read the contents of a file into a string
3
4 Files:
5 lib/read-file.h
6 lib/read-file.c
7 m4/read-file.m4
8
9 Depends-on:
10 ftello
11 malloc-posix
12 realloc-posix
13 stdint
14 sys_stat
15
16 configure.ac:
17 gl_PREREQ_READ_FILE
18
19 Makefile.am:
20 lib_SOURCES += read-file.c
21
22 Include:
23 "read-file.h"
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Simon Josefsson