#include #include "dll.h" extern "C" int __stdcall own_function(int arg) { printf("Hello from simplelib, arg = %d\n", arg); return 0; }