log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / read-file
blob506e88f0aba43fdf61a6b8aa88560d0ac7e84997
1 Description:
2 read_file() function: read the contents of a file into a string
4 Files:
5 lib/read-file.h
6 lib/read-file.c
7 m4/read-file.m4
9 Depends-on:
10 fstat
11 ftello
12 malloc-posix
13 realloc-posix
14 stdint
15 sys_stat
17 configure.ac:
18 gl_PREREQ_READ_FILE
20 Makefile.am:
21 lib_SOURCES += read-file.c
23 Include:
24 "read-file.h"
26 License:
27 LGPLv2+
29 Maintainer:
30 Simon Josefsson