#ifndef STRUCT_BUILDIN_LAMBDA_VALUE #define STRUCT_BUILDIN_LAMBDA_VALUE #include struct builtin_lambda_value { struct string* name; builtin_funcptr_t funcptr; }; #endif