1997-11-09 10:32:51 +00:00
|
|
|
This is a portable library for performing stream I/O. It provides similar
|
2000-08-26 22:58:13 +00:00
|
|
|
functionality to the ANSI C Standard I/O functions collectively known as
|
1997-11-09 10:32:51 +00:00
|
|
|
Stdio. However, it is generally faster and more robust than most Stdio
|
|
|
|
implementations.
|
|
|
|
|
2000-08-26 22:58:13 +00:00
|
|
|
This version of the library has been ported to all known UNIX platforms
|
|
|
|
including various flavors of IRIX, SUNOS, Solaris, Ultrix, Linux, BSDI,
|
|
|
|
and MVS/OpenEdition. The library handles 64-bit streams on platforms that
|
|
|
|
support 64-bit files.
|
1997-11-09 10:32:51 +00:00
|
|
|
|
|
|
|
A set of regression tests is available in the subdirectory
|
|
|
|
$(WRKDIR)/src/lib/sfio/Sfio_t. These tests can be exercised by running
|
|
|
|
the shell script runtest after building the library.
|
|
|
|
|
2000-08-26 22:58:13 +00:00
|
|
|
WWW: http://www.research.att.com/sw/tools/sfio/
|