|
| _CRTIMP int __cdecl | ___mb_cur_max_func (void) |
| |
| _CRTIMP int __cdecl | ___mb_cur_max_l_func (_locale_t) |
| |
| _CRTIMP _purecall_handler __cdecl | _set_purecall_handler (_In_opt_ _purecall_handler _Handler) |
| |
| _CRTIMP _purecall_handler __cdecl | _get_purecall_handler (void) |
| |
| _invalid_parameter_handler __cdecl | _set_invalid_parameter_handler (_In_opt_ _invalid_parameter_handler _Handler) |
| |
| _invalid_parameter_handler __cdecl | _get_invalid_parameter_handler (void) |
| |
| _CRTIMP unsigned long *__cdecl | __doserrno (void) |
| |
| errno_t __cdecl | _set_doserrno (_In_ unsigned long _Value) |
| |
| errno_t __cdecl | _get_doserrno (_Out_ unsigned long *_Value) |
| |
| _CRTIMP int *__cdecl | __p___argc () |
| |
| _CRTIMP char ***__cdecl | __p___argv () |
| |
| _CRTIMP wchar_t ***__cdecl | __p___wargv () |
| |
| _CRTIMP char ***__cdecl | __p__environ () |
| |
| _CRTIMP wchar_t ***__cdecl | __p__wenviron () |
| |
| _CRTIMP char **__cdecl | __p__pgmptr () |
| |
| _CRTIMP wchar_t **__cdecl | __p__wpgmptr () |
| |
| _CRTIMP errno_t __cdecl | _get_environ (_Out_ char ***) |
| |
| _CRTIMP errno_t __cdecl | _get_wenviron (_Out_ wchar_t ***) |
| |
| _CRTIMP errno_t __cdecl | _get_pgmptr (_Outptr_result_z_ char **_Value) |
| |
| _CRTIMP errno_t __cdecl | _get_wpgmptr (_Outptr_result_z_ wchar_t **_Value) |
| |
| _CRTIMP errno_t __cdecl | _set_fmode (_In_ int _Mode) |
| |
| _CRTIMP errno_t __cdecl | _get_fmode (_Out_ int *_PMode) |
| |
| errno_t __cdecl | _get_osplatform (_Out_ unsigned int *_Value) |
| |
| errno_t __cdecl | _get_osver (_Out_ unsigned int *_Value) |
| |
| errno_t __cdecl | _get_winver (_Out_ unsigned int *_Value) |
| |
| errno_t __cdecl | _get_winmajor (_Out_ unsigned int *_Value) |
| |
| errno_t __cdecl | _get_winminor (_Out_ unsigned int *_Value) |
| |
| | __declspec (noreturn) void __cdecl exit(_In_ int _Code) |
| |
| __CRT_INLINE void __cdecl | _Exit (int status) |
| |
| _CRTIMP unsigned int __cdecl | _set_abort_behavior (_In_ unsigned int _Flags, _In_ unsigned int _Mask) |
| |
| int __cdecl | abs (_In_ int _X) |
| |
| long __cdecl | labs (_In_ long _X) |
| |
| int __cdecl | atexit (void(__cdecl *)(void)) |
| |
| _Check_return_ double __cdecl | atof (_In_z_ const char *_String) |
| |
| _Check_return_ double __cdecl | _atof_l (_In_z_ const char *_String, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ int __cdecl | atoi (_In_z_ const char *_Str) |
| |
| _Check_return_ _CRTIMP int __cdecl | _atoi_l (_In_z_ const char *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ long __cdecl | atol (_In_z_ const char *_Str) |
| |
| _Check_return_ _CRTIMP long __cdecl | _atol_l (_In_z_ const char *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ void *__cdecl | bsearch (_In_ const void *_Key, _In_reads_bytes_(_NumOfElements *_SizeOfElements) const void *_Base, _In_ size_t _NumOfElements, _In_ size_t _SizeOfElements, _In_ int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
| |
| void __cdecl | qsort (_Inout_updates_bytes_(_NumOfElements *_SizeOfElements) _Post_readable_byte_size_(_NumOfElements *_SizeOfElements) void *_Base, _In_ size_t _NumOfElements, _In_ size_t _SizeOfElements, _In_ int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
| |
| _Check_return_ unsigned short __cdecl | _byteswap_ushort (_In_ unsigned short _Short) |
| |
| _Check_return_ unsigned long __cdecl | _byteswap_ulong (_In_ unsigned long _Long) |
| |
| _Check_return_ div_t __cdecl | div (_In_ int _Numerator, _In_ int _Denominator) |
| |
| _Check_return_ char *__cdecl | getenv (_In_z_ const char *_VarName) |
| |
| _CRTIMP char *__cdecl | _itoa (_In_ int _Value, _Pre_notnull_ _Post_z_ char *_Dest, _In_ int _Radix) |
| |
| _Check_return_ ldiv_t __cdecl | ldiv (_In_ long _Numerator, _In_ long _Denominator) |
| |
| _CRTIMP char *__cdecl | _ltoa (_In_ long _Value, _Pre_notnull_ _Post_z_ char *_Dest, _In_ int _Radix) |
| |
| _Check_return_ int __cdecl | mblen (_In_reads_bytes_opt_(_MaxCount) _Pre_opt_z_ const char *_Ch, _In_ size_t _MaxCount) |
| |
| _Check_return_ _CRTIMP int __cdecl | _mblen_l (_In_reads_bytes_opt_(_MaxCount) _Pre_opt_z_ const char *_Ch, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _CRTIMP size_t __cdecl | _mbstrlen (_In_z_ const char *_Str) |
| |
| _Check_return_ _CRTIMP size_t __cdecl | _mbstrlen_l (_In_z_ const char *_Str, _In_opt_ _locale_t _Locale) |
| |
| | _Success_ (return >0) _Check_return_ _CRTIMP size_t __cdecl _mbstrnlen(_In_z_ const char *_Str |
| |
| _Check_return_ _CRTIMP size_t __cdecl | _mbstrnlen_l (_In_z_ const char *_Str, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale) |
| |
| int __cdecl | mbtowc (_Pre_notnull_ _Post_z_ wchar_t *_DstCh, _In_reads_bytes_opt_(_SrcSizeInBytes) _Pre_opt_z_ const char *_SrcCh, _In_ size_t _SrcSizeInBytes) |
| |
| _CRTIMP int __cdecl | _mbtowc_l (_Pre_notnull_ _Post_z_ wchar_t *_DstCh, _In_reads_bytes_opt_(_SrcSizeInBytes) _Pre_opt_z_ const char *_SrcCh, _In_ size_t _SrcSizeInBytes, _In_opt_ _locale_t _Locale) |
| |
| size_t __cdecl | mbstowcs (_Out_writes_opt_z_(_MaxCount) wchar_t *_Dest, _In_z_ const char *_Source, _In_ size_t _MaxCount) |
| |
| _CRTIMP size_t __cdecl | _mbstowcs_l (_Out_writes_opt_z_(_MaxCount) wchar_t *_Dest, _In_z_ const char *_Source, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ int __cdecl | rand (void) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _set_error_mode (_In_ int _Mode) |
| |
| void __cdecl | srand (_In_ unsigned int _Seed) |
| |
| _Check_return_ double __cdecl | strtod (_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr) |
| |
| float __cdecl | strtof (const char *nptr, char **endptr) |
| |
| long double __cdecl | strtold (const char *__restrict__, char **__restrict__) |
| |
| _Check_return_ _CRTIMP double __cdecl | _strtod_l (_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ long __cdecl | strtol (_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr, _In_ int _Radix) |
| |
| _Check_return_ _CRTIMP long __cdecl | _strtol_l (_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr, _In_ int _Radix, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ unsigned long __cdecl | strtoul (_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr, _In_ int _Radix) |
| |
| _Check_return_ _CRTIMP unsigned long __cdecl | _strtoul_l (_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr, _In_ int _Radix, _In_opt_ _locale_t _Locale) |
| |
| int __cdecl | system (_In_opt_z_ const char *_Command) |
| |
| _CRTIMP char *__cdecl | _ultoa (_In_ unsigned long _Value, _Pre_notnull_ _Post_z_ char *_Dest, _In_ int _Radix) |
| |
| int __cdecl | wctomb (_Out_writes_opt_z_(MB_LEN_MAX) char *_MbCh, _In_ wchar_t _WCh) |
| |
| _CRTIMP int __cdecl | _wctomb_l (_Pre_maybenull_ _Post_z_ char *_MbCh, _In_ wchar_t _WCh, _In_opt_ _locale_t _Locale) |
| |
| size_t __cdecl | wcstombs (_Out_writes_opt_z_(_MaxCount) char *_Dest, _In_z_ const wchar_t *_Source, _In_ size_t _MaxCount) |
| |
| _CRTIMP size_t __cdecl | _wcstombs_l (_Out_writes_opt_z_(_MaxCount) char *_Dest, _In_z_ const wchar_t *_Source, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _Ret_maybenull_ | _Post_writable_byte_size_ (_NumOfElements *_SizeOfElements) void *__cdecl calloc(_In_ size_t _NumOfElements |
| |
| void __cdecl | free (_Pre_maybenull_ _Post_invalid_ void *_Memory) |
| |
| _Check_return_ _Ret_maybenull_ | _Post_writable_byte_size_ (_Size) void *__cdecl malloc(_In_ size_t _Size) |
| |
| | _Success_ (return !=0) _Check_return_ _Ret_maybenull_ _Post_writable_byte_size_(_NewSize) void *__cdecl realloc(_Pre_maybenull_ _Post_invalid_ void *_Memory |
| |
| _CRTIMP void __cdecl | _aligned_free (_Pre_maybenull_ _Post_invalid_ void *_Memory) |
| |
| _Check_return_ _Ret_maybenull_ | _Post_writable_byte_size_ (_Count *_Size) _CRTIMP void *__cdecl _aligned_offset_recalloc(_Pre_maybenull_ _Post_invalid_ void *_Memory |
| |
| _CRTIMP wchar_t *__cdecl | _itow (_In_ int _Value, _Pre_notnull_ _Post_z_ wchar_t *_Dest, _In_ int _Radix) |
| |
| _CRTIMP wchar_t *__cdecl | _ltow (_In_ long _Value, _Pre_notnull_ _Post_z_ wchar_t *_Dest, _In_ int _Radix) |
| |
| _CRTIMP wchar_t *__cdecl | _ultow (_In_ unsigned long _Value, _Pre_notnull_ _Post_z_ wchar_t *_Dest, _In_ int _Radix) |
| |
| _Check_return_ double __cdecl | wcstod (_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr) |
| |
| float __cdecl | wcstof (const wchar_t *nptr, wchar_t **endptr) |
| |
| long double __cdecl | wcstold (const wchar_t *__restrict__, wchar_t **__restrict__) |
| |
| _Check_return_ _CRTIMP double __cdecl | _wcstod_l (_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ long __cdecl | wcstol (_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix) |
| |
| _Check_return_ _CRTIMP long __cdecl | _wcstol_l (_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ unsigned long __cdecl | wcstoul (_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix) |
| |
| _Check_return_ _CRTIMP unsigned long __cdecl | _wcstoul_l (_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _CRTIMP wchar_t *__cdecl | _wgetenv (_In_z_ const wchar_t *_VarName) |
| |
| _CRTIMP int __cdecl | _wsystem (_In_opt_z_ const wchar_t *_Command) |
| |
| _Check_return_ _CRTIMP double __cdecl | _wtof (_In_z_ const wchar_t *_Str) |
| |
| _Check_return_ _CRTIMP double __cdecl | _wtof_l (_In_z_ const wchar_t *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _CRTIMP int __cdecl | _wtoi (_In_z_ const wchar_t *_Str) |
| |
| _Check_return_ _CRTIMP int __cdecl | _wtoi_l (_In_z_ const wchar_t *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _CRTIMP long __cdecl | _wtol (_In_z_ const wchar_t *_Str) |
| |
| _Check_return_ _CRTIMP long __cdecl | _wtol_l (_In_z_ const wchar_t *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _CRTIMP char *__cdecl | _fullpath (_Out_writes_opt_z_(_SizeInBytes) char *_FullPath, _In_z_ const char *_Path, _In_ size_t _SizeInBytes) |
| |
| _Check_return_ _CRTIMP char *__cdecl | _ecvt (_In_ double _Val, _In_ int _NumOfDigits, _Out_ int *_PtDec, _Out_ int *_PtSign) |
| |
| _Check_return_ _CRTIMP char *__cdecl | _fcvt (_In_ double _Val, _In_ int _NumOfDec, _Out_ int *_PtDec, _Out_ int *_PtSign) |
| |
| _CRTIMP char *__cdecl | _gcvt (_In_ double _Val, _In_ int _NumOfDigits, _Pre_notnull_ _Post_z_ char *_DstBuf) |
| |
| _Check_return_ _CRTIMP int __cdecl | _atodbl (_Out_ _CRT_DOUBLE *_Result, _In_z_ char *_Str) |
| |
| _Check_return_ _CRTIMP int __cdecl | _atoldbl (_Out_ _LDOUBLE *_Result, _In_z_ char *_Str) |
| |
| _Check_return_ _CRTIMP int __cdecl | _atoflt (_Out_ _CRT_FLOAT *_Result, _In_z_ char *_Str) |
| |
| _Check_return_ _CRTIMP int __cdecl | _atodbl_l (_Out_ _CRT_DOUBLE *_Result, _In_z_ char *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _CRTIMP int __cdecl | _atoldbl_l (_Out_ _LDOUBLE *_Result, _In_z_ char *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ _CRTIMP int __cdecl | _atoflt_l (_Out_ _CRT_FLOAT *_Result, _In_z_ char *_Str, _In_opt_ _locale_t _Locale) |
| |
| _Check_return_ unsigned long __cdecl | _lrotl (_In_ unsigned long _Val, _In_ int _Shift) |
| |
| _Check_return_ unsigned long __cdecl | _lrotr (_In_ unsigned long _Val, _In_ int _Shift) |
| |
| _CRTIMP void __cdecl | _makepath (_Pre_notnull_ _Post_z_ char *_Path, _In_opt_z_ const char *_Drive, _In_opt_z_ const char *_Dir, _In_opt_z_ const char *_Filename, _In_opt_z_ const char *_Ext) |
| |
| _onexit_t __cdecl | _onexit (_In_opt_ _onexit_t _Func) |
| |
| void __cdecl | perror (_In_opt_z_ const char *_ErrMsg) |
| |
| _Check_return_ _CRTIMP int __cdecl | _putenv (_In_z_ const char *_EnvString) |
| |
| _Check_return_ unsigned int __cdecl | _rotl (_In_ unsigned int _Val, _In_ int _Shift) |
| |
| _Check_return_ unsigned int __cdecl | _rotr (_In_ unsigned int _Val, _In_ int _Shift) |
| |
| _CRTIMP void __cdecl | _searchenv (_In_z_ const char *_Filename, _In_z_ const char *_EnvVar, _Pre_notnull_ _Post_z_ char *_ResultPath) |
| |
| _CRTIMP void __cdecl | _splitpath (_In_z_ const char *_FullPath, _Pre_maybenull_ _Post_z_ char *_Drive, _Pre_maybenull_ _Post_z_ char *_Dir, _Pre_maybenull_ _Post_z_ char *_Filename, _Pre_maybenull_ _Post_z_ char *_Ext) |
| |
| _CRTIMP void __cdecl | _swab (_Inout_updates_(_SizeInBytes) _Post_readable_size_(_SizeInBytes) char *_Buf1, _Inout_updates_(_SizeInBytes) _Post_readable_size_(_SizeInBytes) char *_Buf2, int _SizeInBytes) |
| |
| _Check_return_ _CRTIMP wchar_t *__cdecl | _wfullpath (_Out_writes_opt_z_(_SizeInWords) wchar_t *_FullPath, _In_z_ const wchar_t *_Path, _In_ size_t _SizeInWords) |
| |
| _CRTIMP void __cdecl | _wmakepath (_Pre_notnull_ _Post_z_ wchar_t *_ResultPath, _In_opt_z_ const wchar_t *_Drive, _In_opt_z_ const wchar_t *_Dir, _In_opt_z_ const wchar_t *_Filename, _In_opt_z_ const wchar_t *_Ext) |
| |
| _CRTIMP void __cdecl | _wperror (_In_opt_z_ const wchar_t *_ErrMsg) |
| |
| _Check_return_ _CRTIMP int __cdecl | _wputenv (_In_z_ const wchar_t *_EnvString) |
| |
| _CRTIMP void __cdecl | _wsearchenv (_In_z_ const wchar_t *_Filename, _In_z_ const wchar_t *_EnvVar, _Pre_notnull_ _Post_z_ wchar_t *_ResultPath) |
| |
| _CRTIMP void __cdecl | _wsplitpath (_In_z_ const wchar_t *_FullPath, _Pre_maybenull_ _Post_z_ wchar_t *_Drive, _Pre_maybenull_ _Post_z_ wchar_t *_Dir, _Pre_maybenull_ _Post_z_ wchar_t *_Filename, _Pre_maybenull_ _Post_z_ wchar_t *_Ext) |
| |
| _CRTIMP __MINGW_ATTRIB_DEPRECATED void __cdecl | _beep (_In_ unsigned _Frequency, _In_ unsigned _Duration) |
| |
| _CRTIMP __MINGW_ATTRIB_DEPRECATED void __cdecl | _seterrormode (_In_ int _Mode) |
| |
| _CRTIMP __MINGW_ATTRIB_DEPRECATED void __cdecl | _sleep (_In_ unsigned long _Duration) |
| |
| _Check_return_ _CRTIMP char *__cdecl | ecvt (_In_ double _Val, _In_ int _NumOfDigits, _Out_ int *_PtDec, _Out_ int *_PtSign) |
| |
| _Check_return_ _CRTIMP char *__cdecl | fcvt (_In_ double _Val, _In_ int _NumOfDec, _Out_ int *_PtDec, _Out_ int *_PtSign) |
| |
| _CRTIMP char *__cdecl | gcvt (_In_ double _Val, _In_ int _NumOfDigits, _Pre_notnull_ _Post_z_ char *_DstBuf) |
| |
| _CRTIMP char *__cdecl | itoa (_In_ int _Val, _Pre_notnull_ _Post_z_ char *_DstBuf, _In_ int _Radix) |
| |
| _CRTIMP char *__cdecl | ltoa (_In_ long _Val, _Pre_notnull_ _Post_z_ char *_DstBuf, _In_ int _Radix) |
| |
| _Check_return_ _CRTIMP int __cdecl | putenv (_In_z_ const char *_EnvString) |
| |
| _CRTIMP void __cdecl | swab (_Inout_updates_z_(_SizeInBytes) char *_Buf1, _Inout_updates_z_(_SizeInBytes) char *_Buf2, _In_ int _SizeInBytes) |
| |
| _CRTIMP char *__cdecl | ultoa (_In_ unsigned long _Val, _Pre_notnull_ _Post_z_ char *_Dstbuf, _In_ int _Radix) |
| |
| onexit_t __cdecl | onexit (_In_opt_ onexit_t _Func) |
| |
| __MINGW_EXTENSION _Check_return_ lldiv_t __cdecl | lldiv (_In_ long long, _In_ long long) |
| |
| __MINGW_EXTENSION _Check_return_ __CRT_INLINE long long __cdecl | llabs (_In_ long long _j) |
| |
| __MINGW_EXTENSION long long __cdecl | strtoll (const char *__restrict__, char **__restrict, int) |
| |
| __MINGW_EXTENSION unsigned long long __cdecl | strtoull (const char *__restrict__, char **__restrict__, int) |
| |
| __MINGW_EXTENSION long long __cdecl | atoll (const char *) |
| |
| __MINGW_EXTENSION long long __cdecl | wtoll (const wchar_t *) |
| |
| __MINGW_EXTENSION char *__cdecl | lltoa (long long, char *, int) |
| |
| __MINGW_EXTENSION char *__cdecl | ulltoa (unsigned long long, char *, int) |
| |
| __MINGW_EXTENSION wchar_t *__cdecl | lltow (long long, wchar_t *, int) |
| |
| __MINGW_EXTENSION wchar_t *__cdecl | ulltow (unsigned long long, wchar_t *, int) |
| |