// IWYU pragma: private, include "nvim/os/dl.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 _Bool os_libcall(const char *libname, const char *funcname, const char *argv, int argi, char **str_out, int *int_out); #include "nvim/func_attr.h"