Help for this page
Select Code to Download
Select
or
download this
__declspec( dllexport ) int __cdecl test( int x ) { x *= 2; return x; }