/* This file is Copyright (C) 2019 Jason Pepas. */ /* This file is released under the terms of the MIT License. */ /* See https://opensource.org/licenses/MIT */ #ifndef _BUILTINS_H_ #define _BUILTINS_H_ #include "forms.h" int bi_add(List* argsp, Form** resultpp, List* envp); #endif