1 2 3 4 5 6 7 8
#include "hai.h" #include <stdio.h> __declspec(dllexport) void hai() { printf("lol\n"); }