_usr_src_RPM_BUILD_sexpr-1.3.1_src_(3)

src Directory Reference(3) Library Functions Manual src Directory Reference(3)

NAME

src Directory Reference

SYNOPSIS

Files


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

Thu Sep 23 2021 Small, Fast S-Expression Library