|
| file | cstring.h [code] |
| |
| file | faststack.h [code] |
| | Implementation of a fast stack with smart memory management.
|
| |
| file | sexp.h [code] |
| | API for a small, fast and portable s-expression parser library.
|
| |
| file | sexp_errors.h [code] |
| | Error conditions are enumerated here along with any routines for translating error codes to human readable messages.
|
| |
| file | 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.
|
| |
| file | sexp_ops.h [code] |
| | A collection of useful operations to perform on s-expressions.
|
| |
| file | sexp_vis.h [code] |
| | API for emitting graphviz data structure visualizations.
|
| |