Small, Fast S-Expression Library
sexp_vis.h
Go to the documentation of this file.
1
46#ifndef __SEXP_VIS_H__
47#define __SEXP_VIS_H__
48
63sexp_errcode_t sexp_to_dotfile(const sexp_t *sx, const char *fname);
64
65#endif /* __SEXP_VIS_H__ */
sexp_errcode_t sexp_to_dotfile(const sexp_t *sx, const char *fname)
sexp_errcode_t
Definition sexp_errors.h:53
Definition sexp.h:227