This directory contains the hooks and test for the Mathomatic symbolic math
library.  Compile and link "*.c" and "../*.c", leaving out "../main.c", with
"-DLIBRARY" on the C compiler command line, to create the test app which uses
the library.

See the file "lib.c" for the very simple API, and "test.c" for an example on
how to use it.

