// IWYU pragma: private, include "nvim/lua/base64.h" #define DEFINE_FUNC_ATTRIBUTES #include "nvim/func_attr.h" #undef DEFINE_FUNC_ATTRIBUTES #ifndef DLLEXPORT # ifdef MSWIN # define DLLEXPORT __declspec(dllexport) # else # define DLLEXPORT # endif #endif DLLEXPORT int luaopen_base64(lua_State *L); #include "nvim/func_attr.h"