extern "C" { __declspec(dllexport) int psq_add(int a, int b); }
C:Userspansq>mkexp mydll.a mydll.dll
extern "C" { int psq_add(int a, int b); }