962f29b
1 2 3 4 5
#include <stdio.h> __declspec(dllexport) void say(const char* str) { if (str) puts(str); }