mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
278 B
Plaintext
25 lines
278 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:
|
|
realloc-posix
|
|
|
|
configure.ac:
|
|
gl_FUNC_READ_FILE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"read-file.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|