int __declspec(dllexport) __stdcall mult( int a, int b ) { return a * b; }