timespec_get: New module.
[gnulib.git] / modules / read-file
blob5d2be5bbf453bfb749b2943d6b4c033462dc36ef
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 explicit_bzero
11 fopen-gnu
12 fstat
13 ftello
14 malloc-posix
15 realloc-posix
16 stdint
17 sys_stat
19 configure.ac:
20 gl_PREREQ_READ_FILE
22 Makefile.am:
23 lib_SOURCES += read-file.c
25 Include:
26 "read-file.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 Simon Josefsson