repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
read-file
blob
5d2be5bbf453bfb749b2943d6b4c033462dc36ef
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
explicit_bzero
11
fopen-gnu
12
fstat
13
ftello
14
malloc-posix
15
realloc-posix
16
stdint
17
sys_stat
18
19
configure.ac:
20
gl_PREREQ_READ_FILE
21
22
Makefile.am:
23
lib_SOURCES += read-file.c
24
25
Include:
26
"read-file.h"
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
Simon Josefsson