mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/sys_stat-h: Renamed from modules/sys_stat. * modules/sys_stat-h-tests: Renamed from modules/sys_stat-tests. * modules/sys_stat-h-c++-tests: Renamed from modules/sys_stat-c++-tests. * tests/test-sys_stat-h.c: Renamed from tests/test-sys_stat.c. * tests/test-sys_stat-h-c++.cc: Renamed from tests/test-sys_stat-c++.cc. * doc/posix-headers/sys_stat.texi: Update. * doc/posix-functions/mkdir.texi: Update. * modules/* (Depends-on): Update. * modules/sys_stat: New file.
34 lines
390 B
Plaintext
34 lines
390 B
Plaintext
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-h
|
|
sys_stat-h
|
|
|
|
configure.ac:
|
|
gl_PREREQ_READ_FILE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += read-file.c
|
|
|
|
Include:
|
|
"read-file.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|