Help for this page

Select Code to Download


  1. or download this
    __declspec( dllexport ) int __cdecl test( int x ) {
        x *= 2;
        return x;
    }