verify: new macro 'assume'
[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 fstat
11 ftello
12 malloc-posix
13 realloc-posix
14 stdint
15 sys_stat
16
17 configure.ac:
18 gl_PREREQ_READ_FILE
19
20 Makefile.am:
21 lib_SOURCES += read-file.c
22
23 Include:
24 "read-file.h"
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Simon Josefsson