extern int __cdecl __setargv(void);

int __cdecl _setargv(void)
{
   return __setargv();
}
