1 2 3 4 5 6
__declspec(dllimport) void SomeFunction(void); int main(void) { SomeFunction(); return 0; }