Small, Fast S-Expression Library
sexp_vis.h
Go to the documentation of this file.
00001 
00046 #ifndef __SEXP_VIS_H__
00047 #define __SEXP_VIS_H__
00048 
00063 sexp_errcode_t sexp_to_dotfile(const sexp_t *sx, const char *fname);
00064 
00065 #endif /* __SEXP_VIS_H__ */