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