Small C Libraries
manual version 4.1 - by Jeremy Dewey
Library Directories
- The
lib
directory contains routines written in both c and assembly that
can be included in your program. The files in this directory have a '.c' extension and
contain a header describing the function(s) and explaining their use. Some of these
functions were written by me, and some were written by others. The routines written by
others contain the information from the original file (available at ticalc.org), giving
their authors the proper credit.
- The
func
directory contains wrappers for the Usgard functions
currently available. For some routines (especially the sprite routines) additional
information may be required, which can be found in the funcpack.txt
file.