Here is a list of all files with brief descriptions:
cstring.h [code] | |
faststack.h [code] | Implementation of a fast stack with smart memory management |
sexp.h [code] | API for a small, fast and portable s-expression parser library |
sexp_errors.h [code] | Error conditions are enumerated here along with any routines for translating error codes to human readable messages |
sexp_memory.h [code] | Wrappers around basic memory allocation/deallocation routines to allow memory usage limiting. Only enabled if _SEXP_LIMIT_MEMORY_ is defined when building the library, otherwise the routines are defined to be the standard malloc/calloc/realloc/free functions |
sexp_ops.h [code] | A collection of useful operations to perform on s-expressions |
sexp_vis.h [code] | API for emitting graphviz data structure visualizations |