#include #define DLL_IMPORTS #include "funs.h" int main(void) { f1(); f2(); return 0; }