Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/read-file @ 6829:19c37b3f23b1
Add read-file module.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 16 Jun 2006 19:40:12 +0000 |
parents | |
children | d445de86b311 |
rev | line source |
---|---|
6829 | 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 | |
11 configure.ac: | |
12 gl_FUNC_READ_FILE | |
13 | |
14 Makefile.am: | |
15 | |
16 Include: | |
17 "read-file.h" | |
18 | |
19 License: | |
20 LGPL | |
21 | |
22 Maintainer: | |
23 Simon Josefsson |