Brucey 56764dd06e Text.Graphviz. Initial Import. 8 months ago
..
Sfio_f 56764dd06e Text.Graphviz. Initial Import. 8 months ago
Makefile.am 56764dd06e Text.Graphviz. Initial Import. 8 months ago
Makefile.in 56764dd06e Text.Graphviz. Initial Import. 8 months ago
README 56764dd06e Text.Graphviz. Initial Import. 8 months ago
sfcvt.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
sfextern.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
sfhdr.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
sfio.h 56764dd06e Text.Graphviz. Initial Import. 8 months ago
sfprint.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
sftable.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago
sfvscanf.c 56764dd06e Text.Graphviz. Initial Import. 8 months ago

README

DIRECTORY HIERARCHY:

This directory hierarchy has the source of Sfio, the Safe/Fast I/O library.

. : source code for Sfio.
./Sfio_f: function versions of sfio macros.

SOFTWARE CONSTRUCTION:

Two sets of libraries will be built:
libsfio.a and libstdio.a: for uni-threaded applications, and
libsfio-mt.a and libstdio-mt.a: for multi-threaded applications.

Depending on the local platform, an application using the multi-threaded
libraries may need to specify a thread library for linkage. For example,
below are the known requirements for a few popular platforms:

Irix, Linux, Solaris systems: -lpthread
Hpux: -lcma
BSD: none

CORRESPONDENCE:
Comments, etc. should be sent to:

Phong Vo
AT&T Labs - Research
180 Park Avenue
Florham Park, NJ 07932
e-mail: [email protected]