Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/readtokens0 @ 5142:2c16ab133e2f
Merge fromm coreutils.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 06 Aug 2004 21:55:43 +0000 |
parents | |
children | 42b53a22aee5 |
rev | line source |
---|---|
5142 | 1 Description: |
2 Read NUL-separated tokens from a stream. | |
3 | |
4 Files: | |
5 lib/readtokens0.h | |
6 lib/readtokens0.c | |
7 | |
8 Depends-on: | |
9 obstack | |
10 | |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 lib_SOURCES += readtokens0.h readtokens0.c | |
15 | |
16 Include: | |
17 "readtokens0.h" | |
18 | |
19 Maintainer: | |
20 Jim Meyering | |
21 |