Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/stdio



Module Name:    src
Committed By:   christos
Date:           Wed Apr 21 00:01:57 UTC 2004

Modified Files:
        src/lib/libc/stdio: Makefile.inc fgetln.3 fgetln.c
Added Files:
        src/lib/libc/stdio: fgetstr.3 fgetstr.c

Log Message:
Add a generalized version of fgetln that can stop at an arbitrary delimiter,
and implement fgetln on top of that.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/lib/libc/stdio/Makefile.inc
cvs rdiff -r1.11 -r1.12 src/lib/libc/stdio/fgetln.3
cvs rdiff -r1.12 -r1.13 src/lib/libc/stdio/fgetln.c
cvs rdiff -r0 -r1.1 src/lib/libc/stdio/fgetstr.3 src/lib/libc/stdio/fgetstr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index