#ifndef GUILE_TYPE_HELPERS_H #define GUILE_TYPE_HELPERS_H #include #include "calendar.h" #include "strbuf.h" #define SCM_IS_LIST(x) scm_is_true(scm_list_p(x)) SCM scm_from_strbuf(strbuf* s); #endif /* GUILE_TYPE_HELPERS_H */