blob: bb3e45694ecdbc8a7ff6cdb1045eb9b44393dd11 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <_mingw.h>
extern char ***__MINGW_IMP_SYMBOL(__argv);
char ***__cdecl __p___argv(void);
char ***__cdecl __p___argv(void)
{
return __MINGW_IMP_SYMBOL(__argv);
}
typedef char ***__cdecl (*_f__p___argv)(void);
_f__p___argv __MINGW_IMP_SYMBOL(__p___argv) = __p___argv;