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