Index of /courses/undergraduate/201/source/libraries/standard
Name Last modified Size Description
Parent Directory
Makefile 01-Sep-94 17:05 2k
cc201std 02-Sep-94 09:41 1k
exception.c 01-Sep-94 16:29 3k
exception.h 01-Sep-94 16:29 8k
gcalloc.h 01-Sep-94 16:29 8k
genlib.c 01-Sep-94 16:29 4k
genlib.h 01-Sep-94 16:29 6k
graphics.c 01-Sep-94 16:29 5k
graphics.h 01-Sep-94 16:29 5k
libcs201std.a 01-Sep-94 17:05 67k
random.c 01-Sep-94 16:29 2k
random.h 01-Sep-94 16:30 2k
simpio.c 01-Sep-94 16:30 3k
simpio.h 01-Sep-94 16:30 2k
strlib.c 01-Sep-94 16:30 5k
strlib.h 01-Sep-94 16:30 7k
README file for the cslib/standard directory
Last modified on Sun Jul 24 09:45:24 1994 by eroberts
------------------------------------------------------------------------
This directory contains the standard libraries used in conjunction with
"The Art and Science of C" (Addison-Wesley, 1995). This implementation
is more advanced than the one published in Appendix B of the text and
is compatible with the more advanced library facilities required for
Stanford's second course.
The graphics library provided in this directory is a machine-independent
implementation that writes a data file called graphics.ps that can then
be printed to a PostScript printer. If you want to draw actual figures
on the screen, you need to use a version of graphics.c that has been
tailored for use with your specific system. Several implementations of
graphics.c are included in other subdirectories of the cslib directory.
These libraries are in the public domain and may be freely copied and
distributed, although they remain under development. No warranties are
made concerning their correctness or stability, and no user support is
guaranteed. Bug reports and suggestions, however, are appreciated and
may be sent to
Eric Roberts <eroberts@cs.stanford.edu>