#ifndef __LISP_BUILTINS_H__ #define __LISP_BUILTINS_H__ #include "object.h" struct Object *builtins_get(const char *name); #endif