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