xtool/contrib/LIBC/testlibucrt.pas

5192 lines
277 KiB
ObjectPascal

unit testlibucrt;
interface
uses SysUtils,libucrt;
procedure test_libucrt;
implementation
procedure test_libucrt;
begin
try
{$IFDEF WIN64}
writeln('vsscanf: ',NativeInt(@vsscanf));
writeln('vsprintf: ',NativeInt(@vsprintf));
writeln('vsnprintf: ',NativeInt(@vsnprintf));
writeln('vscanf: ',NativeInt(@vscanf));
writeln('vprintf: ',NativeInt(@vprintf));
writeln('vfscanf: ',NativeInt(@vfscanf));
writeln('vfprintf: ',NativeInt(@vfprintf));
writeln('_vsnwprintf: ',NativeInt(@_vsnwprintf));
writeln('_vsnprintf: ',NativeInt(@_vsnprintf));
writeln('_vscprintf: ',NativeInt(@_vscprintf));
writeln('sscanf: ',NativeInt(@sscanf));
writeln('sprintf: ',NativeInt(@sprintf));
writeln('snprintf: ',NativeInt(@snprintf));
writeln('_snwprintf: ',NativeInt(@_snwprintf));
writeln('scanf: ',NativeInt(@scanf));
writeln('printf: ',NativeInt(@printf));
writeln('fwprintf: ',NativeInt(@fwprintf));
writeln('fscanf: ',NativeInt(@fscanf));
writeln('fprintf: ',NativeInt(@fprintf));
writeln('_get_output_format: ',NativeInt(@_get_output_format));
writeln('_abs64: ',NativeInt(@_abs64));
writeln('_byteswap_uint64: ',NativeInt(@_byteswap_uint64));
writeln('_byteswap_ulong: ',NativeInt(@_byteswap_ulong));
writeln('_byteswap_ushort: ',NativeInt(@_byteswap_ushort));
writeln('lfind: ',NativeInt(@lfind));
writeln('_lfind: ',NativeInt(@_lfind));
writeln('_lfind_s: ',NativeInt(@_lfind_s));
writeln('_lrotl: ',NativeInt(@_lrotl));
writeln('_lrotr: ',NativeInt(@_lrotr));
writeln('lsearch: ',NativeInt(@lsearch));
writeln('_lsearch: ',NativeInt(@_lsearch));
writeln('_lsearch_s: ',NativeInt(@_lsearch_s));
writeln('_rotl: ',NativeInt(@_rotl));
writeln('_rotl64: ',NativeInt(@_rotl64));
writeln('_rotr: ',NativeInt(@_rotr));
writeln('_rotr64: ',NativeInt(@_rotr64));
writeln('_swab: ',NativeInt(@_swab));
writeln('swab: ',NativeInt(@swab));
writeln('abs: ',NativeInt(@abs));
writeln('bsearch: ',NativeInt(@bsearch));
writeln('bsearch_s: ',NativeInt(@bsearch_s));
writeln('div: ',NativeInt(@&div));
writeln('imaxabs: ',NativeInt(@imaxabs));
writeln('imaxdiv: ',NativeInt(@imaxdiv));
writeln('labs: ',NativeInt(@labs));
writeln('ldiv: ',NativeInt(@ldiv));
writeln('llabs: ',NativeInt(@llabs));
writeln('lldiv: ',NativeInt(@lldiv));
writeln('qsort: ',NativeInt(@qsort));
writeln('qsort_s: ',NativeInt(@qsort_s));
writeln('rand: ',NativeInt(@rand));
writeln('rand_s: ',NativeInt(@rand_s));
writeln('srand: ',NativeInt(@srand));
writeln('_Getdays: ',NativeInt(@_Getdays));
writeln('_Getmonths: ',NativeInt(@_Getmonths));
writeln('_Gettnames: ',NativeInt(@_Gettnames));
writeln('_Strftime: ',NativeInt(@_Strftime));
writeln('_W_Getdays: ',NativeInt(@_W_Getdays));
writeln('_W_Getmonths: ',NativeInt(@_W_Getmonths));
writeln('_W_Gettnames: ',NativeInt(@_W_Gettnames));
writeln('_Wcsftime: ',NativeInt(@_Wcsftime));
writeln('__daylight: ',NativeInt(@__daylight));
writeln('__dstbias: ',NativeInt(@__dstbias));
writeln('__timezone: ',NativeInt(@__timezone));
writeln('__tzname: ',NativeInt(@__tzname));
writeln('_ctime32: ',NativeInt(@_ctime32));
writeln('_ctime32_s: ',NativeInt(@_ctime32_s));
writeln('ctime: ',NativeInt(@ctime));
writeln('_ctime64: ',NativeInt(@_ctime64));
writeln('_ctime64_s: ',NativeInt(@_ctime64_s));
writeln('_difftime32: ',NativeInt(@_difftime32));
writeln('_difftime64: ',NativeInt(@_difftime64));
writeln('_ftime32: ',NativeInt(@_ftime32));
writeln('_ftime32_s: ',NativeInt(@_ftime32_s));
writeln('_ftime: ',NativeInt(@_ftime));
writeln('_ftime64: ',NativeInt(@_ftime64));
writeln('_ftime64_s: ',NativeInt(@_ftime64_s));
writeln('_futime32: ',NativeInt(@_futime32));
writeln('_futime: ',NativeInt(@_futime));
writeln('_futime64: ',NativeInt(@_futime64));
writeln('_get_daylight: ',NativeInt(@_get_daylight));
writeln('_get_dstbias: ',NativeInt(@_get_dstbias));
writeln('_get_timezone: ',NativeInt(@_get_timezone));
writeln('_get_tzname: ',NativeInt(@_get_tzname));
writeln('_getsystime: ',NativeInt(@_getsystime));
writeln('_gmtime32: ',NativeInt(@_gmtime32));
writeln('_gmtime32_s: ',NativeInt(@_gmtime32_s));
writeln('gmtime: ',NativeInt(@gmtime));
writeln('_gmtime64: ',NativeInt(@_gmtime64));
writeln('_gmtime64_s: ',NativeInt(@_gmtime64_s));
writeln('_localtime32: ',NativeInt(@_localtime32));
writeln('_localtime32_s: ',NativeInt(@_localtime32_s));
writeln('_localtime64: ',NativeInt(@_localtime64));
writeln('localtime: ',NativeInt(@localtime));
writeln('_localtime64_s: ',NativeInt(@_localtime64_s));
writeln('_mkgmtime32: ',NativeInt(@_mkgmtime32));
writeln('_mkgmtime64: ',NativeInt(@_mkgmtime64));
writeln('_mktime32: ',NativeInt(@_mktime32));
writeln('mktime: ',NativeInt(@mktime));
writeln('_mktime64: ',NativeInt(@_mktime64));
writeln('_setsystime: ',NativeInt(@_setsystime));
writeln('_strdate: ',NativeInt(@_strdate));
writeln('_strdate_s: ',NativeInt(@_strdate_s));
writeln('_strftime_l: ',NativeInt(@_strftime_l));
writeln('_strtime: ',NativeInt(@_strtime));
writeln('_strtime_s: ',NativeInt(@_strtime_s));
writeln('_time32: ',NativeInt(@_time32));
writeln('time: ',NativeInt(@time));
writeln('_time64: ',NativeInt(@_time64));
writeln('_timespec32_get: ',NativeInt(@_timespec32_get));
writeln('_timespec64_get: ',NativeInt(@_timespec64_get));
writeln('_utime32: ',NativeInt(@_utime32));
writeln('_utime: ',NativeInt(@_utime));
writeln('_utime64: ',NativeInt(@_utime64));
writeln('_wasctime: ',NativeInt(@_wasctime));
writeln('utime: ',NativeInt(@utime));
writeln('_wasctime_s: ',NativeInt(@_wasctime_s));
writeln('_wcsftime_l: ',NativeInt(@_wcsftime_l));
writeln('_wctime32: ',NativeInt(@_wctime32));
writeln('_wctime32_s: ',NativeInt(@_wctime32_s));
writeln('_wctime64: ',NativeInt(@_wctime64));
writeln('_wctime64_s: ',NativeInt(@_wctime64_s));
writeln('_wutime: ',NativeInt(@_wutime));
writeln('_wstrdate: ',NativeInt(@_wstrdate));
writeln('_wstrdate_s: ',NativeInt(@_wstrdate_s));
writeln('_wstrtime: ',NativeInt(@_wstrtime));
writeln('_wstrtime_s: ',NativeInt(@_wstrtime_s));
writeln('_wutime32: ',NativeInt(@_wutime32));
writeln('_wutime64: ',NativeInt(@_wutime64));
writeln('asctime: ',NativeInt(@asctime));
writeln('asctime_s: ',NativeInt(@asctime_s));
writeln('clock: ',NativeInt(@clock));
writeln('strftime: ',NativeInt(@strftime));
writeln('timespec_get: ',NativeInt(@timespec_get));
writeln('wcsftime: ',NativeInt(@wcsftime));
writeln('_iswalpha_l: ',NativeInt(@_iswalpha_l));
writeln('_strcmpi: ',NativeInt(@_strcmpi));
writeln('__isascii: ',NativeInt(@__isascii));
writeln('__iscsym: ',NativeInt(@__iscsym));
writeln('iscsymf: ',NativeInt(@iscsymf));
writeln('__iscsymf: ',NativeInt(@__iscsymf));
writeln('__iswcsym: ',NativeInt(@__iswcsym));
writeln('iscsym: ',NativeInt(@iscsym));
writeln('__iswcsymf: ',NativeInt(@__iswcsymf));
writeln('__strncnt: ',NativeInt(@__strncnt));
writeln('__wcsncnt: ',NativeInt(@__wcsncnt));
writeln('_isalnum_l: ',NativeInt(@_isalnum_l));
writeln('_isalpha_l: ',NativeInt(@_isalpha_l));
writeln('_isblank_l: ',NativeInt(@_isblank_l));
writeln('_iscntrl_l: ',NativeInt(@_iscntrl_l));
writeln('_isctype: ',NativeInt(@_isctype));
writeln('_isctype_l: ',NativeInt(@_isctype_l));
writeln('_isdigit_l: ',NativeInt(@_isdigit_l));
writeln('_isgraph_l: ',NativeInt(@_isgraph_l));
writeln('_isleadbyte_l: ',NativeInt(@_isleadbyte_l));
writeln('_islower_l: ',NativeInt(@_islower_l));
writeln('_isprint_l: ',NativeInt(@_isprint_l));
writeln('isascii: ',NativeInt(@isascii));
writeln('_ispunct_l: ',NativeInt(@_ispunct_l));
writeln('_isspace_l: ',NativeInt(@_isspace_l));
writeln('_isupper_l: ',NativeInt(@_isupper_l));
writeln('_iswalnum_l: ',NativeInt(@_iswalnum_l));
writeln('_iswblank_l: ',NativeInt(@_iswblank_l));
writeln('_iswcntrl_l: ',NativeInt(@_iswcntrl_l));
writeln('_iswcsym_l: ',NativeInt(@_iswcsym_l));
writeln('_iswcsymf_l: ',NativeInt(@_iswcsymf_l));
writeln('_iswctype_l: ',NativeInt(@_iswctype_l));
writeln('_iswdigit_l: ',NativeInt(@_iswdigit_l));
writeln('_iswgraph_l: ',NativeInt(@_iswgraph_l));
writeln('_iswlower_l: ',NativeInt(@_iswlower_l));
writeln('_iswprint_l: ',NativeInt(@_iswprint_l));
writeln('_iswpunct_l: ',NativeInt(@_iswpunct_l));
writeln('_iswspace_l: ',NativeInt(@_iswspace_l));
writeln('_iswupper_l: ',NativeInt(@_iswupper_l));
writeln('_iswxdigit_l: ',NativeInt(@_iswxdigit_l));
writeln('_isxdigit_l: ',NativeInt(@_isxdigit_l));
writeln('_memccpy: ',NativeInt(@_memccpy));
writeln('memicmp: ',NativeInt(@memicmp));
writeln('_memicmp: ',NativeInt(@_memicmp));
writeln('_memicmp_l: ',NativeInt(@_memicmp_l));
writeln('_strcoll_l: ',NativeInt(@_strcoll_l));
writeln('memccpy: ',NativeInt(@memccpy));
writeln('_strdup: ',NativeInt(@_strdup));
writeln('strcmpi: ',NativeInt(@strcmpi));
writeln('stricmp: ',NativeInt(@stricmp));
writeln('strcasecmp: ',NativeInt(@strcasecmp));
writeln('strdup: ',NativeInt(@strdup));
writeln('_stricmp: ',NativeInt(@_stricmp));
writeln('_stricmp_l: ',NativeInt(@_stricmp_l));
writeln('stricoll: ',NativeInt(@stricoll));
writeln('_stricoll: ',NativeInt(@_stricoll));
writeln('_stricoll_l: ',NativeInt(@_stricoll_l));
writeln('_strlwr: ',NativeInt(@_strlwr));
writeln('strlwr: ',NativeInt(@strlwr));
writeln('_strlwr_l: ',NativeInt(@_strlwr_l));
writeln('_strlwr_s: ',NativeInt(@_strlwr_s));
writeln('_strlwr_s_l: ',NativeInt(@_strlwr_s_l));
writeln('_strncoll: ',NativeInt(@_strncoll));
writeln('_strncoll_l: ',NativeInt(@_strncoll_l));
writeln('_strnicmp: ',NativeInt(@_strnicmp));
writeln('strnicmp: ',NativeInt(@strnicmp));
writeln('strncasecmp: ',NativeInt(@strncasecmp));
writeln('_strnicmp_l: ',NativeInt(@_strnicmp_l));
writeln('_strnicoll: ',NativeInt(@_strnicoll));
writeln('_strnicoll_l: ',NativeInt(@_strnicoll_l));
writeln('strnset: ',NativeInt(@strnset));
writeln('_strnset: ',NativeInt(@_strnset));
writeln('_strnset_s: ',NativeInt(@_strnset_s));
writeln('strrev: ',NativeInt(@strrev));
writeln('_strrev: ',NativeInt(@_strrev));
writeln('_strset: ',NativeInt(@_strset));
writeln('strset: ',NativeInt(@strset));
writeln('_strset_s: ',NativeInt(@_strset_s));
writeln('strupr: ',NativeInt(@strupr));
writeln('_strupr: ',NativeInt(@_strupr));
writeln('_strupr_l: ',NativeInt(@_strupr_l));
writeln('_strupr_s: ',NativeInt(@_strupr_s));
writeln('_strupr_s_l: ',NativeInt(@_strupr_s_l));
writeln('_strxfrm_l: ',NativeInt(@_strxfrm_l));
writeln('_tolower: ',NativeInt(@_tolower));
writeln('_tolower_l: ',NativeInt(@_tolower_l));
writeln('_toupper: ',NativeInt(@_toupper));
writeln('_toupper_l: ',NativeInt(@_toupper_l));
writeln('_towlower_l: ',NativeInt(@_towlower_l));
writeln('_towupper_l: ',NativeInt(@_towupper_l));
writeln('_wcscoll_l: ',NativeInt(@_wcscoll_l));
writeln('wcsdup: ',NativeInt(@wcsdup));
writeln('_wcsdup: ',NativeInt(@_wcsdup));
writeln('wcsicmp: ',NativeInt(@wcsicmp));
writeln('wcscmpi: ',NativeInt(@wcscmpi));
writeln('_wcsicmp: ',NativeInt(@_wcsicmp));
writeln('_wcsicmp_l: ',NativeInt(@_wcsicmp_l));
writeln('_wcsicoll: ',NativeInt(@_wcsicoll));
writeln('wcsicoll: ',NativeInt(@wcsicoll));
writeln('_wcsicoll_l: ',NativeInt(@_wcsicoll_l));
writeln('_wcslwr: ',NativeInt(@_wcslwr));
writeln('wcslwr: ',NativeInt(@wcslwr));
writeln('_wcslwr_l: ',NativeInt(@_wcslwr_l));
writeln('_wcslwr_s: ',NativeInt(@_wcslwr_s));
writeln('_wcslwr_s_l: ',NativeInt(@_wcslwr_s_l));
writeln('_wcsncoll: ',NativeInt(@_wcsncoll));
writeln('_wcsncoll_l: ',NativeInt(@_wcsncoll_l));
writeln('_wcsnicmp: ',NativeInt(@_wcsnicmp));
writeln('wcsnicmp: ',NativeInt(@wcsnicmp));
writeln('_wcsnicmp_l: ',NativeInt(@_wcsnicmp_l));
writeln('_wcsnicoll: ',NativeInt(@_wcsnicoll));
writeln('_wcsnicoll_l: ',NativeInt(@_wcsnicoll_l));
writeln('_wcsnset: ',NativeInt(@_wcsnset));
writeln('_wcsnset_s: ',NativeInt(@_wcsnset_s));
writeln('wcsnset: ',NativeInt(@wcsnset));
writeln('_wcsrev: ',NativeInt(@_wcsrev));
writeln('wcsrev: ',NativeInt(@wcsrev));
writeln('_wcsset: ',NativeInt(@_wcsset));
writeln('_wcsset_s: ',NativeInt(@_wcsset_s));
writeln('wcsupr: ',NativeInt(@wcsupr));
writeln('_wcsupr: ',NativeInt(@_wcsupr));
writeln('wcsset: ',NativeInt(@wcsset));
writeln('_wcsupr_l: ',NativeInt(@_wcsupr_l));
writeln('_wcsupr_s: ',NativeInt(@_wcsupr_s));
writeln('_wcsupr_s_l: ',NativeInt(@_wcsupr_s_l));
writeln('_wcsxfrm_l: ',NativeInt(@_wcsxfrm_l));
writeln('_wctype: ',NativeInt(@_wctype));
writeln('is_wctype: ',NativeInt(@is_wctype));
writeln('isalnum: ',NativeInt(@isalnum));
writeln('isalpha: ',NativeInt(@isalpha));
writeln('isblank: ',NativeInt(@isblank));
writeln('iscntrl: ',NativeInt(@iscntrl));
writeln('isdigit: ',NativeInt(@isdigit));
writeln('isgraph: ',NativeInt(@isgraph));
writeln('isleadbyte: ',NativeInt(@isleadbyte));
writeln('islower: ',NativeInt(@islower));
writeln('isprint: ',NativeInt(@isprint));
writeln('ispunct: ',NativeInt(@ispunct));
writeln('isspace: ',NativeInt(@isspace));
writeln('isupper: ',NativeInt(@isupper));
writeln('iswalnum: ',NativeInt(@iswalnum));
writeln('iswalpha: ',NativeInt(@iswalpha));
writeln('iswascii: ',NativeInt(@iswascii));
writeln('iswblank: ',NativeInt(@iswblank));
writeln('iswcntrl: ',NativeInt(@iswcntrl));
writeln('iswctype: ',NativeInt(@iswctype));
writeln('iswdigit: ',NativeInt(@iswdigit));
writeln('iswgraph: ',NativeInt(@iswgraph));
writeln('iswlower: ',NativeInt(@iswlower));
writeln('iswprint: ',NativeInt(@iswprint));
writeln('iswpunct: ',NativeInt(@iswpunct));
writeln('iswspace: ',NativeInt(@iswspace));
writeln('iswupper: ',NativeInt(@iswupper));
writeln('iswxdigit: ',NativeInt(@iswxdigit));
writeln('isxdigit: ',NativeInt(@isxdigit));
writeln('mblen: ',NativeInt(@mblen));
writeln('mbrlen: ',NativeInt(@mbrlen));
writeln('memcpy_s: ',NativeInt(@memcpy_s));
writeln('memmove_s: ',NativeInt(@memmove_s));
writeln('memset: ',NativeInt(@memset));
writeln('strcat: ',NativeInt(@strcat));
writeln('strcat_s: ',NativeInt(@strcat_s));
writeln('strcmp: ',NativeInt(@strcmp));
writeln('strcoll: ',NativeInt(@strcoll));
writeln('strcpy: ',NativeInt(@strcpy));
writeln('strcpy_s: ',NativeInt(@strcpy_s));
writeln('strcspn: ',NativeInt(@strcspn));
writeln('strlen: ',NativeInt(@strlen));
writeln('strncat: ',NativeInt(@strncat));
writeln('strncat_s: ',NativeInt(@strncat_s));
writeln('strncmp: ',NativeInt(@strncmp));
writeln('strncpy: ',NativeInt(@strncpy));
writeln('strncpy_s: ',NativeInt(@strncpy_s));
writeln('strpbrk: ',NativeInt(@strpbrk));
writeln('strspn: ',NativeInt(@strspn));
writeln('strtok: ',NativeInt(@strtok));
writeln('strtok_s: ',NativeInt(@strtok_s));
writeln('strxfrm: ',NativeInt(@strxfrm));
writeln('tolower: ',NativeInt(@tolower));
writeln('toupper: ',NativeInt(@toupper));
writeln('towctrans: ',NativeInt(@towctrans));
writeln('towlower: ',NativeInt(@towlower));
writeln('towupper: ',NativeInt(@towupper));
writeln('wcscat: ',NativeInt(@wcscat));
writeln('wcscat_s: ',NativeInt(@wcscat_s));
writeln('wcscmp: ',NativeInt(@wcscmp));
writeln('wcscoll: ',NativeInt(@wcscoll));
writeln('wcscpy: ',NativeInt(@wcscpy));
writeln('wcscpy_s: ',NativeInt(@wcscpy_s));
writeln('wcscspn: ',NativeInt(@wcscspn));
writeln('wcslen: ',NativeInt(@wcslen));
writeln('wcsncat: ',NativeInt(@wcsncat));
writeln('wcsncat_s: ',NativeInt(@wcsncat_s));
writeln('wcsncmp: ',NativeInt(@wcsncmp));
writeln('wcsncpy: ',NativeInt(@wcsncpy));
writeln('wcsncpy_s: ',NativeInt(@wcsncpy_s));
writeln('wcspbrk: ',NativeInt(@wcspbrk));
writeln('wcsspn: ',NativeInt(@wcsspn));
writeln('wcstok: ',NativeInt(@wcstok));
writeln('wcstok_s: ',NativeInt(@wcstok_s));
writeln('wcsxfrm: ',NativeInt(@wcsxfrm));
writeln('wctype: ',NativeInt(@wctype));
writeln('wmemcpy_s: ',NativeInt(@wmemcpy_s));
writeln('wmemmove_s: ',NativeInt(@wmemmove_s));
writeln('__acrt_iob_func: ',NativeInt(@__acrt_iob_func));
writeln('__p__commode: ',NativeInt(@__p__commode));
writeln('__p__fmode: ',NativeInt(@__p__fmode));
writeln('__stdio_common_vfprintf: ',NativeInt(@__stdio_common_vfprintf));
writeln('__stdio_common_vfprintf_p: ',NativeInt(@__stdio_common_vfprintf_p));
writeln('__stdio_common_vfprintf_s: ',NativeInt(@__stdio_common_vfprintf_s));
writeln('__stdio_common_vfscanf: ',NativeInt(@__stdio_common_vfscanf));
writeln('__stdio_common_vfwprintf: ',NativeInt(@__stdio_common_vfwprintf));
writeln('__stdio_common_vfwprintf_p: ',NativeInt(@__stdio_common_vfwprintf_p));
writeln('__stdio_common_vfwprintf_s: ',NativeInt(@__stdio_common_vfwprintf_s));
writeln('__stdio_common_vfwscanf: ',NativeInt(@__stdio_common_vfwscanf));
writeln('__stdio_common_vsnprintf_s: ',NativeInt(@__stdio_common_vsnprintf_s));
writeln('__stdio_common_vsnwprintf_s: ',NativeInt(@__stdio_common_vsnwprintf_s));
writeln('__stdio_common_vsprintf: ',NativeInt(@__stdio_common_vsprintf));
writeln('__stdio_common_vsprintf_p: ',NativeInt(@__stdio_common_vsprintf_p));
writeln('__stdio_common_vsprintf_s: ',NativeInt(@__stdio_common_vsprintf_s));
writeln('__stdio_common_vsscanf: ',NativeInt(@__stdio_common_vsscanf));
writeln('__stdio_common_vswprintf: ',NativeInt(@__stdio_common_vswprintf));
writeln('__stdio_common_vswprintf_p: ',NativeInt(@__stdio_common_vswprintf_p));
writeln('__stdio_common_vswprintf_s: ',NativeInt(@__stdio_common_vswprintf_s));
writeln('__stdio_common_vswscanf: ',NativeInt(@__stdio_common_vswscanf));
writeln('_chsize: ',NativeInt(@_chsize));
writeln('chsize: ',NativeInt(@chsize));
writeln('_chsize_s: ',NativeInt(@_chsize_s));
writeln('_close: ',NativeInt(@_close));
writeln('_commit: ',NativeInt(@_commit));
writeln('creat: ',NativeInt(@creat));
writeln('_creat: ',NativeInt(@_creat));
writeln('close: ',NativeInt(@close));
writeln('_dup: ',NativeInt(@_dup));
writeln('dup: ',NativeInt(@dup));
writeln('_dup2: ',NativeInt(@_dup2));
writeln('eof: ',NativeInt(@eof));
writeln('_eof: ',NativeInt(@_eof));
writeln('dup2: ',NativeInt(@dup2));
writeln('_fclose_nolock: ',NativeInt(@_fclose_nolock));
writeln('_fcloseall: ',NativeInt(@_fcloseall));
writeln('_fflush_nolock: ',NativeInt(@_fflush_nolock));
writeln('_fgetc_nolock: ',NativeInt(@_fgetc_nolock));
writeln('_fgetchar: ',NativeInt(@_fgetchar));
writeln('fgetchar: ',NativeInt(@fgetchar));
writeln('_fgetwc_nolock: ',NativeInt(@_fgetwc_nolock));
writeln('_fgetwchar: ',NativeInt(@_fgetwchar));
writeln('filelength: ',NativeInt(@filelength));
writeln('_filelength: ',NativeInt(@_filelength));
writeln('_filelengthi64: ',NativeInt(@_filelengthi64));
writeln('fgetwchar: ',NativeInt(@fgetwchar));
writeln('_fileno: ',NativeInt(@_fileno));
writeln('fileno: ',NativeInt(@fileno));
writeln('_flushall: ',NativeInt(@_flushall));
writeln('_fputc_nolock: ',NativeInt(@_fputc_nolock));
writeln('_fputchar: ',NativeInt(@_fputchar));
writeln('_fputwc_nolock: ',NativeInt(@_fputwc_nolock));
writeln('fputchar: ',NativeInt(@fputchar));
writeln('_fputwchar: ',NativeInt(@_fputwchar));
writeln('fputwchar: ',NativeInt(@fputwchar));
writeln('_fread_nolock: ',NativeInt(@_fread_nolock));
writeln('_fread_nolock_s: ',NativeInt(@_fread_nolock_s));
writeln('_fseek_nolock: ',NativeInt(@_fseek_nolock));
writeln('_fseeki64: ',NativeInt(@_fseeki64));
writeln('_fseeki64_nolock: ',NativeInt(@_fseeki64_nolock));
writeln('_fsopen: ',NativeInt(@_fsopen));
writeln('_ftell_nolock: ',NativeInt(@_ftell_nolock));
writeln('_ftelli64: ',NativeInt(@_ftelli64));
writeln('_ftelli64_nolock: ',NativeInt(@_ftelli64_nolock));
writeln('_fwrite_nolock: ',NativeInt(@_fwrite_nolock));
writeln('_get_fmode: ',NativeInt(@_get_fmode));
writeln('_get_osfhandle: ',NativeInt(@_get_osfhandle));
writeln('_get_printf_count_output: ',NativeInt(@_get_printf_count_output));
writeln('_get_stream_buffer_pointers: ',NativeInt(@_get_stream_buffer_pointers));
writeln('_getc_nolock: ',NativeInt(@_getc_nolock));
writeln('_getcwd: ',NativeInt(@_getcwd));
writeln('getcwd: ',NativeInt(@getcwd));
writeln('_getdcwd: ',NativeInt(@_getdcwd));
writeln('_getmaxstdio: ',NativeInt(@_getmaxstdio));
writeln('_getw: ',NativeInt(@_getw));
writeln('getw: ',NativeInt(@getw));
writeln('_getwc_nolock: ',NativeInt(@_getwc_nolock));
writeln('_getws: ',NativeInt(@_getws));
writeln('_getws_s: ',NativeInt(@_getws_s));
writeln('_isatty: ',NativeInt(@_isatty));
writeln('isatty: ',NativeInt(@isatty));
writeln('_kbhit: ',NativeInt(@_kbhit));
writeln('kbhit: ',NativeInt(@kbhit));
writeln('_locking: ',NativeInt(@_locking));
writeln('_lseek: ',NativeInt(@_lseek));
writeln('_lseeki64: ',NativeInt(@_lseeki64));
writeln('mktemp: ',NativeInt(@mktemp));
writeln('_mktemp: ',NativeInt(@_mktemp));
writeln('_mktemp_s: ',NativeInt(@_mktemp_s));
writeln('_open: ',NativeInt(@_open));
writeln('lseek: ',NativeInt(@lseek));
writeln('open: ',NativeInt(@open));
writeln('pclose: ',NativeInt(@pclose));
writeln('_pclose: ',NativeInt(@_pclose));
writeln('_open_osfhandle: ',NativeInt(@_open_osfhandle));
writeln('_pipe: ',NativeInt(@_pipe));
writeln('_popen: ',NativeInt(@_popen));
writeln('_putc_nolock: ',NativeInt(@_putc_nolock));
writeln('popen: ',NativeInt(@popen));
writeln('_putw: ',NativeInt(@_putw));
writeln('putw: ',NativeInt(@putw));
writeln('_putwc_nolock: ',NativeInt(@_putwc_nolock));
writeln('_putws: ',NativeInt(@_putws));
writeln('_read: ',NativeInt(@_read));
writeln('read: ',NativeInt(@read));
writeln('_rmtmp: ',NativeInt(@_rmtmp));
writeln('rmtmp: ',NativeInt(@rmtmp));
writeln('_set_fmode: ',NativeInt(@_set_fmode));
writeln('_set_printf_count_output: ',NativeInt(@_set_printf_count_output));
writeln('_setmaxstdio: ',NativeInt(@_setmaxstdio));
writeln('setmode: ',NativeInt(@setmode));
writeln('_setmode: ',NativeInt(@_setmode));
writeln('_sopen: ',NativeInt(@_sopen));
writeln('_sopen_dispatch: ',NativeInt(@_sopen_dispatch));
writeln('_sopen_s: ',NativeInt(@_sopen_s));
writeln('sopen: ',NativeInt(@sopen));
writeln('_tell: ',NativeInt(@_tell));
writeln('tell: ',NativeInt(@tell));
writeln('_telli64: ',NativeInt(@_telli64));
writeln('_tempnam: ',NativeInt(@_tempnam));
writeln('_ungetc_nolock: ',NativeInt(@_ungetc_nolock));
writeln('_ungetwc_nolock: ',NativeInt(@_ungetwc_nolock));
writeln('_wcreat: ',NativeInt(@_wcreat));
writeln('tempnam: ',NativeInt(@tempnam));
writeln('_wfdopen: ',NativeInt(@_wfdopen));
writeln('_wfopen: ',NativeInt(@_wfopen));
writeln('_wfopen_s: ',NativeInt(@_wfopen_s));
writeln('_wfreopen: ',NativeInt(@_wfreopen));
writeln('_wfreopen_s: ',NativeInt(@_wfreopen_s));
writeln('_wfsopen: ',NativeInt(@_wfsopen));
writeln('_wmktemp: ',NativeInt(@_wmktemp));
writeln('_wmktemp_s: ',NativeInt(@_wmktemp_s));
writeln('_wopen: ',NativeInt(@_wopen));
writeln('_wpopen: ',NativeInt(@_wpopen));
writeln('wpopen: ',NativeInt(@wpopen));
writeln('_write: ',NativeInt(@_write));
writeln('write: ',NativeInt(@write));
writeln('_wsopen: ',NativeInt(@_wsopen));
writeln('_wsopen_dispatch: ',NativeInt(@_wsopen_dispatch));
writeln('_wsopen_s: ',NativeInt(@_wsopen_s));
writeln('_wtempnam: ',NativeInt(@_wtempnam));
writeln('_wtmpnam: ',NativeInt(@_wtmpnam));
writeln('_wtmpnam_s: ',NativeInt(@_wtmpnam_s));
writeln('clearerr: ',NativeInt(@clearerr));
writeln('clearerr_s: ',NativeInt(@clearerr_s));
writeln('fclose: ',NativeInt(@fclose));
writeln('feof: ',NativeInt(@feof));
writeln('ferror: ',NativeInt(@ferror));
writeln('fflush: ',NativeInt(@fflush));
writeln('fgetc: ',NativeInt(@fgetc));
writeln('fgetpos: ',NativeInt(@fgetpos));
writeln('fgets: ',NativeInt(@fgets));
writeln('fgetwc: ',NativeInt(@fgetwc));
writeln('fgetws: ',NativeInt(@fgetws));
writeln('fopen: ',NativeInt(@fopen));
writeln('fopen_s: ',NativeInt(@fopen_s));
writeln('fputc: ',NativeInt(@fputc));
writeln('fputs: ',NativeInt(@fputs));
writeln('fputwc: ',NativeInt(@fputwc));
writeln('fputws: ',NativeInt(@fputws));
writeln('fread: ',NativeInt(@fread));
writeln('fread_s: ',NativeInt(@fread_s));
writeln('freopen: ',NativeInt(@freopen));
writeln('freopen_s: ',NativeInt(@freopen_s));
writeln('fseek: ',NativeInt(@fseek));
writeln('fsetpos: ',NativeInt(@fsetpos));
writeln('ftell: ',NativeInt(@ftell));
writeln('fwrite: ',NativeInt(@fwrite));
writeln('getc: ',NativeInt(@getc));
writeln('getchar: ',NativeInt(@getchar));
writeln('gets: ',NativeInt(@gets));
writeln('gets_s: ',NativeInt(@gets_s));
writeln('getwc: ',NativeInt(@getwc));
writeln('getwchar: ',NativeInt(@getwchar));
writeln('putc: ',NativeInt(@putc));
writeln('putchar: ',NativeInt(@putchar));
writeln('puts: ',NativeInt(@puts));
writeln('putwc: ',NativeInt(@putwc));
writeln('putwchar: ',NativeInt(@putwchar));
writeln('rewind: ',NativeInt(@rewind));
writeln('setbuf: ',NativeInt(@setbuf));
writeln('setvbuf: ',NativeInt(@setvbuf));
writeln('tmpfile: ',NativeInt(@tmpfile));
writeln('tmpfile_s: ',NativeInt(@tmpfile_s));
writeln('tmpnam: ',NativeInt(@tmpnam));
writeln('tmpnam_s: ',NativeInt(@tmpnam_s));
writeln('ungetc: ',NativeInt(@ungetc));
writeln('ungetwc: ',NativeInt(@ungetwc));
writeln('_Exit: ',NativeInt(@_Exit));
writeln('__doserrno: ',NativeInt(@__doserrno));
writeln('__fpe_flt_rounds: ',NativeInt(@__fpe_flt_rounds));
writeln('__fpecode: ',NativeInt(@__fpecode));
writeln('__p___argc: ',NativeInt(@__p___argc));
writeln('__p___argv: ',NativeInt(@__p___argv));
writeln('__p___wargv: ',NativeInt(@__p___wargv));
writeln('__p__acmdln: ',NativeInt(@__p__acmdln));
writeln('__p__pgmptr: ',NativeInt(@__p__pgmptr));
writeln('__p__wcmdln: ',NativeInt(@__p__wcmdln));
writeln('__p__wpgmptr: ',NativeInt(@__p__wpgmptr));
writeln('__pxcptinfoptrs: ',NativeInt(@__pxcptinfoptrs));
writeln('__sys_errlist: ',NativeInt(@__sys_errlist));
writeln('__sys_nerr: ',NativeInt(@__sys_nerr));
writeln('__threadhandle: ',NativeInt(@__threadhandle));
writeln('__threadid: ',NativeInt(@__threadid));
writeln('__wcserror: ',NativeInt(@__wcserror));
writeln('__wcserror_s: ',NativeInt(@__wcserror_s));
writeln('_assert: ',NativeInt(@_assert));
writeln('_beginthread: ',NativeInt(@_beginthread));
writeln('_beginthreadex: ',NativeInt(@_beginthreadex));
writeln('_c_exit: ',NativeInt(@_c_exit));
writeln('_cexit: ',NativeInt(@_cexit));
writeln('_clearfp: ',NativeInt(@_clearfp));
writeln('_configure_narrow_argv: ',NativeInt(@_configure_narrow_argv));
writeln('_configure_wide_argv: ',NativeInt(@_configure_wide_argv));
writeln('_control87: ',NativeInt(@_control87));
writeln('_controlfp: ',NativeInt(@_controlfp));
writeln('_controlfp_s: ',NativeInt(@_controlfp_s));
writeln('_crt_at_quick_exit: ',NativeInt(@_crt_at_quick_exit));
writeln('_crt_atexit: ',NativeInt(@_crt_atexit));
writeln('_crt_debugger_hook: ',NativeInt(@_crt_debugger_hook));
writeln('_endthread: ',NativeInt(@_endthread));
writeln('_endthreadex: ',NativeInt(@_endthreadex));
writeln('_errno: ',NativeInt(@_errno));
writeln('_execute_onexit_table: ',NativeInt(@_execute_onexit_table));
writeln('_fpieee_flt: ',NativeInt(@_fpieee_flt));
writeln('_get_doserrno: ',NativeInt(@_get_doserrno));
writeln('_get_errno: ',NativeInt(@_get_errno));
writeln('_get_initial_narrow_environment: ',NativeInt(@_get_initial_narrow_environment));
writeln('_get_initial_wide_environment: ',NativeInt(@_get_initial_wide_environment));
writeln('_get_invalid_parameter_handler: ',NativeInt(@_get_invalid_parameter_handler));
writeln('_get_narrow_winmain_command_line: ',NativeInt(@_get_narrow_winmain_command_line));
writeln('_get_pgmptr: ',NativeInt(@_get_pgmptr));
writeln('_get_terminate: ',NativeInt(@_get_terminate));
writeln('_get_thread_local_invalid_parameter_handler: ',NativeInt(@_get_thread_local_invalid_parameter_handler));
writeln('_get_wide_winmain_command_line: ',NativeInt(@_get_wide_winmain_command_line));
writeln('_get_wpgmptr: ',NativeInt(@_get_wpgmptr));
writeln('_getdllprocaddr: ',NativeInt(@_getdllprocaddr));
writeln('_getpid: ',NativeInt(@_getpid));
writeln('getpid: ',NativeInt(@getpid));
writeln('_initialize_narrow_environment: ',NativeInt(@_initialize_narrow_environment));
writeln('_initialize_onexit_table: ',NativeInt(@_initialize_onexit_table));
writeln('_initialize_wide_environment: ',NativeInt(@_initialize_wide_environment));
writeln('_initterm: ',NativeInt(@_initterm));
writeln('_initterm_e: ',NativeInt(@_initterm_e));
writeln('_invalid_parameter_noinfo: ',NativeInt(@_invalid_parameter_noinfo));
writeln('_invalid_parameter_noinfo_noreturn: ',NativeInt(@_invalid_parameter_noinfo_noreturn));
writeln('_invoke_watson: ',NativeInt(@_invoke_watson));
writeln('_query_app_type: ',NativeInt(@_query_app_type));
writeln('_register_onexit_function: ',NativeInt(@_register_onexit_function));
writeln('_register_thread_local_exe_atexit_callback: ',NativeInt(@_register_thread_local_exe_atexit_callback));
writeln('_resetstkoflw: ',NativeInt(@_resetstkoflw));
writeln('_seh_filter_dll: ',NativeInt(@_seh_filter_dll));
writeln('_seh_filter_exe: ',NativeInt(@_seh_filter_exe));
writeln('_set_abort_behavior: ',NativeInt(@_set_abort_behavior));
writeln('__set_app_type: ',NativeInt(@__set_app_type));
writeln('_set_app_type: ',NativeInt(@_set_app_type));
writeln('_set_controlfp: ',NativeInt(@_set_controlfp));
writeln('_set_doserrno: ',NativeInt(@_set_doserrno));
writeln('_set_errno: ',NativeInt(@_set_errno));
writeln('_set_error_mode: ',NativeInt(@_set_error_mode));
writeln('_set_invalid_parameter_handler: ',NativeInt(@_set_invalid_parameter_handler));
writeln('_set_new_handler: ',NativeInt(@_set_new_handler));
writeln('_set_thread_local_invalid_parameter_handler: ',NativeInt(@_set_thread_local_invalid_parameter_handler));
writeln('_seterrormode: ',NativeInt(@_seterrormode));
writeln('_sleep: ',NativeInt(@_sleep));
writeln('_statusfp: ',NativeInt(@_statusfp));
writeln('_strerror: ',NativeInt(@_strerror));
writeln('_strerror_s: ',NativeInt(@_strerror_s));
writeln('_wassert: ',NativeInt(@_wassert));
writeln('_wcserror: ',NativeInt(@_wcserror));
writeln('_wcserror_s: ',NativeInt(@_wcserror_s));
writeln('_wperror: ',NativeInt(@_wperror));
writeln('_wsystem: ',NativeInt(@_wsystem));
writeln('abort: ',NativeInt(@abort));
writeln('exit: ',NativeInt(@exit));
writeln('perror: ',NativeInt(@perror));
writeln('quick_exit: ',NativeInt(@quick_exit));
writeln('raise: ',NativeInt(@&raise));
writeln('set_terminate: ',NativeInt(@set_terminate));
writeln('signal: ',NativeInt(@signal));
writeln('strerror: ',NativeInt(@strerror));
writeln('strerror_s: ',NativeInt(@strerror_s));
writeln('system: ',NativeInt(@libucrt.system));
writeln('terminate: ',NativeInt(@terminate));
writeln('_beep: ',NativeInt(@_beep));
writeln('_cwait: ',NativeInt(@_cwait));
writeln('execl: ',NativeInt(@execl));
writeln('_execl: ',NativeInt(@_execl));
writeln('cwait: ',NativeInt(@cwait));
writeln('_execle: ',NativeInt(@_execle));
writeln('execle: ',NativeInt(@execle));
writeln('_execlp: ',NativeInt(@_execlp));
writeln('execlpe: ',NativeInt(@execlpe));
writeln('_execlpe: ',NativeInt(@_execlpe));
writeln('execlp: ',NativeInt(@execlp));
writeln('_execv: ',NativeInt(@_execv));
writeln('execv: ',NativeInt(@execv));
writeln('_execve: ',NativeInt(@_execve));
writeln('execve: ',NativeInt(@execve));
writeln('_execvp: ',NativeInt(@_execvp));
writeln('execvpe: ',NativeInt(@execvpe));
writeln('_execvpe: ',NativeInt(@_execvpe));
writeln('_loaddll: ',NativeInt(@_loaddll));
writeln('execvp: ',NativeInt(@execvp));
writeln('_spawnl: ',NativeInt(@_spawnl));
writeln('spawnl: ',NativeInt(@spawnl));
writeln('_spawnle: ',NativeInt(@_spawnle));
writeln('_spawnlp: ',NativeInt(@_spawnlp));
writeln('spawnlpe: ',NativeInt(@spawnlpe));
writeln('spawnle: ',NativeInt(@spawnle));
writeln('_spawnlpe: ',NativeInt(@_spawnlpe));
writeln('spawnlp: ',NativeInt(@spawnlp));
writeln('_spawnv: ',NativeInt(@_spawnv));
writeln('spawnve: ',NativeInt(@spawnve));
writeln('_spawnve: ',NativeInt(@_spawnve));
writeln('spawnvp: ',NativeInt(@spawnvp));
writeln('_spawnvp: ',NativeInt(@_spawnvp));
writeln('spawnv: ',NativeInt(@spawnv));
writeln('_spawnvpe: ',NativeInt(@_spawnvpe));
writeln('spawnvpe: ',NativeInt(@spawnvpe));
writeln('_unloaddll: ',NativeInt(@_unloaddll));
writeln('_wexecl: ',NativeInt(@_wexecl));
writeln('_wexecle: ',NativeInt(@_wexecle));
writeln('_wexeclp: ',NativeInt(@_wexeclp));
writeln('_wexeclpe: ',NativeInt(@_wexeclpe));
writeln('_wexecv: ',NativeInt(@_wexecv));
writeln('_wexecve: ',NativeInt(@_wexecve));
writeln('_wexecvp: ',NativeInt(@_wexecvp));
writeln('_wexecvpe: ',NativeInt(@_wexecvpe));
writeln('_wspawnl: ',NativeInt(@_wspawnl));
writeln('_wspawnle: ',NativeInt(@_wspawnle));
writeln('_wspawnlp: ',NativeInt(@_wspawnlp));
writeln('_wspawnlpe: ',NativeInt(@_wspawnlpe));
writeln('_wspawnv: ',NativeInt(@_wspawnv));
writeln('_wspawnve: ',NativeInt(@_wspawnve));
writeln('_wspawnvp: ',NativeInt(@_wspawnvp));
writeln('_wspawnvpe: ',NativeInt(@_wspawnvpe));
writeln('_CreateFrameInfo: ',NativeInt(@_CreateFrameInfo));
writeln('_CxxThrowException: ',NativeInt(@_CxxThrowException));
writeln('_FindAndUnlinkFrame: ',NativeInt(@_FindAndUnlinkFrame));
writeln('_GetImageBase: ',NativeInt(@_GetImageBase));
writeln('_GetThrowImageBase: ',NativeInt(@_GetThrowImageBase));
writeln('_IsExceptionObjectToBeDestroyed: ',NativeInt(@_IsExceptionObjectToBeDestroyed));
writeln('_NLG_Dispatch2: ',NativeInt(@_NLG_Dispatch2));
writeln('_NLG_Return: ',NativeInt(@_NLG_Return));
writeln('_NLG_Return2: ',NativeInt(@_NLG_Return2));
writeln('_SetImageBase: ',NativeInt(@_SetImageBase));
writeln('_SetThrowImageBase: ',NativeInt(@_SetThrowImageBase));
writeln('_SetWinRTOutOfMemoryExceptionCallback: ',NativeInt(@_SetWinRTOutOfMemoryExceptionCallback));
writeln('__AdjustPointer: ',NativeInt(@__AdjustPointer));
writeln('__BuildCatchObject: ',NativeInt(@__BuildCatchObject));
writeln('__BuildCatchObjectHelper: ',NativeInt(@__BuildCatchObjectHelper));
writeln('__C_specific_handler: ',NativeInt(@__C_specific_handler));
writeln('__CxxDetectRethrow: ',NativeInt(@__CxxDetectRethrow));
writeln('__CxxExceptionFilter: ',NativeInt(@__CxxExceptionFilter));
writeln('__CxxFrameHandler: ',NativeInt(@__CxxFrameHandler));
writeln('__CxxFrameHandler2: ',NativeInt(@__CxxFrameHandler2));
writeln('__CxxFrameHandler3: ',NativeInt(@__CxxFrameHandler3));
writeln('__CxxQueryExceptionSize: ',NativeInt(@__CxxQueryExceptionSize));
writeln('__CxxRegisterExceptionObject: ',NativeInt(@__CxxRegisterExceptionObject));
writeln('__CxxUnregisterExceptionObject: ',NativeInt(@__CxxUnregisterExceptionObject));
writeln('__DestructExceptionObject: ',NativeInt(@__DestructExceptionObject));
writeln('__FrameUnwindFilter: ',NativeInt(@__FrameUnwindFilter));
writeln('__GetPlatformExceptionInfo: ',NativeInt(@__GetPlatformExceptionInfo));
writeln('__NLG_Dispatch2: ',NativeInt(@__NLG_Dispatch2));
writeln('__NLG_Return2: ',NativeInt(@__NLG_Return2));
writeln('__RTCastToVoid: ',NativeInt(@__RTCastToVoid));
writeln('__RTDynamicCast: ',NativeInt(@__RTDynamicCast));
writeln('__RTtypeid: ',NativeInt(@__RTtypeid));
writeln('__TypeMatch: ',NativeInt(@__TypeMatch));
writeln('__current_exception: ',NativeInt(@__current_exception));
writeln('__current_exception_context: ',NativeInt(@__current_exception_context));
writeln('__dcrt_get_wide_environment_from_os: ',NativeInt(@__dcrt_get_wide_environment_from_os));
writeln('__dcrt_initial_narrow_environment: ',NativeInt(@__dcrt_initial_narrow_environment));
writeln('__intrinsic_abnormal_termination: ',NativeInt(@__intrinsic_abnormal_termination));
writeln('__intrinsic_setjmp: ',NativeInt(@__intrinsic_setjmp));
writeln('__intrinsic_setjmpex: ',NativeInt(@__intrinsic_setjmpex));
writeln('__processing_throw: ',NativeInt(@__processing_throw));
writeln('__report_gsfailure: ',NativeInt(@__report_gsfailure));
writeln('__std_exception_copy: ',NativeInt(@__std_exception_copy));
writeln('__std_exception_destroy: ',NativeInt(@__std_exception_destroy));
writeln('__std_type_info_compare: ',NativeInt(@__std_type_info_compare));
writeln('__std_type_info_destroy_list: ',NativeInt(@__std_type_info_destroy_list));
writeln('__std_type_info_hash: ',NativeInt(@__std_type_info_hash));
writeln('__std_type_info_name: ',NativeInt(@__std_type_info_name));
writeln('__unDName: ',NativeInt(@__unDName));
writeln('__unDNameEx: ',NativeInt(@__unDNameEx));
writeln('__uncaught_exception: ',NativeInt(@__uncaught_exception));
writeln('_get_purecall_handler: ',NativeInt(@_get_purecall_handler));
writeln('_get_unexpected: ',NativeInt(@_get_unexpected));
writeln('_is_exception_typeof: ',NativeInt(@_is_exception_typeof));
writeln('_local_unwind: ',NativeInt(@_local_unwind));
writeln('_o__CIacos: ',NativeInt(@_o__CIacos));
writeln('_o__CIasin: ',NativeInt(@_o__CIasin));
writeln('_o__CIatan: ',NativeInt(@_o__CIatan));
writeln('_o__CIatan2: ',NativeInt(@_o__CIatan2));
writeln('_o__CIcos: ',NativeInt(@_o__CIcos));
writeln('_o__CIcosh: ',NativeInt(@_o__CIcosh));
writeln('_o__CIexp: ',NativeInt(@_o__CIexp));
writeln('_o__CIfmod: ',NativeInt(@_o__CIfmod));
writeln('_o__CIlog: ',NativeInt(@_o__CIlog));
writeln('_o__CIlog10: ',NativeInt(@_o__CIlog10));
writeln('_o__CIpow: ',NativeInt(@_o__CIpow));
writeln('_o__CIsin: ',NativeInt(@_o__CIsin));
writeln('_o__CIsinh: ',NativeInt(@_o__CIsinh));
writeln('_o__CIsqrt: ',NativeInt(@_o__CIsqrt));
writeln('_o__CItan: ',NativeInt(@_o__CItan));
writeln('_o__CItanh: ',NativeInt(@_o__CItanh));
writeln('_o__Getdays: ',NativeInt(@_o__Getdays));
writeln('_o__Getmonths: ',NativeInt(@_o__Getmonths));
writeln('_o__Gettnames: ',NativeInt(@_o__Gettnames));
writeln('_o__Strftime: ',NativeInt(@_o__Strftime));
writeln('_o__W_Getdays: ',NativeInt(@_o__W_Getdays));
writeln('_o__W_Getmonths: ',NativeInt(@_o__W_Getmonths));
writeln('_o__W_Gettnames: ',NativeInt(@_o__W_Gettnames));
writeln('_o__Wcsftime: ',NativeInt(@_o__Wcsftime));
writeln('_o___acrt_iob_func: ',NativeInt(@_o___acrt_iob_func));
writeln('_o___conio_common_vcprintf: ',NativeInt(@_o___conio_common_vcprintf));
writeln('_o___conio_common_vcprintf_p: ',NativeInt(@_o___conio_common_vcprintf_p));
writeln('_o___conio_common_vcprintf_s: ',NativeInt(@_o___conio_common_vcprintf_s));
writeln('_o___conio_common_vcscanf: ',NativeInt(@_o___conio_common_vcscanf));
writeln('_o___conio_common_vcwprintf: ',NativeInt(@_o___conio_common_vcwprintf));
writeln('_o___conio_common_vcwprintf_p: ',NativeInt(@_o___conio_common_vcwprintf_p));
writeln('_o___conio_common_vcwprintf_s: ',NativeInt(@_o___conio_common_vcwprintf_s));
writeln('_o___conio_common_vcwscanf: ',NativeInt(@_o___conio_common_vcwscanf));
writeln('_o___daylight: ',NativeInt(@_o___daylight));
writeln('_o___dstbias: ',NativeInt(@_o___dstbias));
writeln('_o___fpe_flt_rounds: ',NativeInt(@_o___fpe_flt_rounds));
writeln('_o___libm_sse2_acos: ',NativeInt(@_o___libm_sse2_acos));
writeln('_o___libm_sse2_acosf: ',NativeInt(@_o___libm_sse2_acosf));
writeln('_o___libm_sse2_asin: ',NativeInt(@_o___libm_sse2_asin));
writeln('_o___libm_sse2_asinf: ',NativeInt(@_o___libm_sse2_asinf));
writeln('_o___libm_sse2_atan: ',NativeInt(@_o___libm_sse2_atan));
writeln('_o___libm_sse2_atan2: ',NativeInt(@_o___libm_sse2_atan2));
writeln('_o___libm_sse2_atanf: ',NativeInt(@_o___libm_sse2_atanf));
writeln('_o___libm_sse2_cos: ',NativeInt(@_o___libm_sse2_cos));
writeln('_o___libm_sse2_cosf: ',NativeInt(@_o___libm_sse2_cosf));
writeln('_o___libm_sse2_exp: ',NativeInt(@_o___libm_sse2_exp));
writeln('_o___libm_sse2_expf: ',NativeInt(@_o___libm_sse2_expf));
writeln('_o___libm_sse2_log: ',NativeInt(@_o___libm_sse2_log));
writeln('_o___libm_sse2_log10: ',NativeInt(@_o___libm_sse2_log10));
writeln('_o___libm_sse2_log10f: ',NativeInt(@_o___libm_sse2_log10f));
writeln('_o___libm_sse2_logf: ',NativeInt(@_o___libm_sse2_logf));
writeln('_o___libm_sse2_pow: ',NativeInt(@_o___libm_sse2_pow));
writeln('_o___libm_sse2_powf: ',NativeInt(@_o___libm_sse2_powf));
writeln('_o___libm_sse2_sin: ',NativeInt(@_o___libm_sse2_sin));
writeln('_o___libm_sse2_sinf: ',NativeInt(@_o___libm_sse2_sinf));
writeln('_o___libm_sse2_tan: ',NativeInt(@_o___libm_sse2_tan));
writeln('_o___libm_sse2_tanf: ',NativeInt(@_o___libm_sse2_tanf));
writeln('_o___p___argc: ',NativeInt(@_o___p___argc));
writeln('_o___p___argv: ',NativeInt(@_o___p___argv));
writeln('_o___p___wargv: ',NativeInt(@_o___p___wargv));
writeln('_o___p__acmdln: ',NativeInt(@_o___p__acmdln));
writeln('_o___p__commode: ',NativeInt(@_o___p__commode));
writeln('_o___p__environ: ',NativeInt(@_o___p__environ));
writeln('_o___p__fmode: ',NativeInt(@_o___p__fmode));
writeln('_o___p__mbcasemap: ',NativeInt(@_o___p__mbcasemap));
writeln('_o___p__mbctype: ',NativeInt(@_o___p__mbctype));
writeln('_o___p__pgmptr: ',NativeInt(@_o___p__pgmptr));
writeln('_o___p__wcmdln: ',NativeInt(@_o___p__wcmdln));
writeln('_o___p__wenviron: ',NativeInt(@_o___p__wenviron));
writeln('_o___p__wpgmptr: ',NativeInt(@_o___p__wpgmptr));
writeln('_o___pctype_func: ',NativeInt(@_o___pctype_func));
writeln('_o___pwctype_func: ',NativeInt(@_o___pwctype_func));
writeln('_o___stdio_common_vfprintf: ',NativeInt(@_o___stdio_common_vfprintf));
writeln('_o___stdio_common_vfprintf_p: ',NativeInt(@_o___stdio_common_vfprintf_p));
writeln('_o___stdio_common_vfprintf_s: ',NativeInt(@_o___stdio_common_vfprintf_s));
writeln('_o___stdio_common_vfscanf: ',NativeInt(@_o___stdio_common_vfscanf));
writeln('_o___stdio_common_vfwprintf: ',NativeInt(@_o___stdio_common_vfwprintf));
writeln('_o___stdio_common_vfwprintf_p: ',NativeInt(@_o___stdio_common_vfwprintf_p));
writeln('_o___stdio_common_vfwprintf_s: ',NativeInt(@_o___stdio_common_vfwprintf_s));
writeln('_o___stdio_common_vfwscanf: ',NativeInt(@_o___stdio_common_vfwscanf));
writeln('_o___stdio_common_vsnprintf_s: ',NativeInt(@_o___stdio_common_vsnprintf_s));
writeln('_o___stdio_common_vsnwprintf_s: ',NativeInt(@_o___stdio_common_vsnwprintf_s));
writeln('_o___stdio_common_vsprintf: ',NativeInt(@_o___stdio_common_vsprintf));
writeln('_o___stdio_common_vsprintf_p: ',NativeInt(@_o___stdio_common_vsprintf_p));
writeln('_o___stdio_common_vsprintf_s: ',NativeInt(@_o___stdio_common_vsprintf_s));
writeln('_o___stdio_common_vsscanf: ',NativeInt(@_o___stdio_common_vsscanf));
writeln('_o___stdio_common_vswprintf: ',NativeInt(@_o___stdio_common_vswprintf));
writeln('_o___stdio_common_vswprintf_p: ',NativeInt(@_o___stdio_common_vswprintf_p));
writeln('_o___stdio_common_vswprintf_s: ',NativeInt(@_o___stdio_common_vswprintf_s));
writeln('_o___stdio_common_vswscanf: ',NativeInt(@_o___stdio_common_vswscanf));
writeln('_o___timezone: ',NativeInt(@_o___timezone));
writeln('_o___tzname: ',NativeInt(@_o___tzname));
writeln('_o___wcserror: ',NativeInt(@_o___wcserror));
writeln('_o__access: ',NativeInt(@_o__access));
writeln('_o__access_s: ',NativeInt(@_o__access_s));
writeln('_o__aligned_free: ',NativeInt(@_o__aligned_free));
writeln('_o__aligned_malloc: ',NativeInt(@_o__aligned_malloc));
writeln('_o__aligned_msize: ',NativeInt(@_o__aligned_msize));
writeln('_o__aligned_offset_malloc: ',NativeInt(@_o__aligned_offset_malloc));
writeln('_o__aligned_offset_realloc: ',NativeInt(@_o__aligned_offset_realloc));
writeln('_o__aligned_offset_recalloc: ',NativeInt(@_o__aligned_offset_recalloc));
writeln('_o__aligned_realloc: ',NativeInt(@_o__aligned_realloc));
writeln('_o__aligned_recalloc: ',NativeInt(@_o__aligned_recalloc));
writeln('_o__atodbl: ',NativeInt(@_o__atodbl));
writeln('_o__atodbl_l: ',NativeInt(@_o__atodbl_l));
writeln('_o__atof_l: ',NativeInt(@_o__atof_l));
writeln('_o__atoflt: ',NativeInt(@_o__atoflt));
writeln('_o__atoflt_l: ',NativeInt(@_o__atoflt_l));
writeln('_o__atoi64: ',NativeInt(@_o__atoi64));
writeln('_o__atoi64_l: ',NativeInt(@_o__atoi64_l));
writeln('_o__atoi_l: ',NativeInt(@_o__atoi_l));
writeln('_o__atol_l: ',NativeInt(@_o__atol_l));
writeln('_o__atoldbl: ',NativeInt(@_o__atoldbl));
writeln('_o__atoldbl_l: ',NativeInt(@_o__atoldbl_l));
writeln('_o__atoll_l: ',NativeInt(@_o__atoll_l));
writeln('_o__beep: ',NativeInt(@_o__beep));
writeln('_o__beginthread: ',NativeInt(@_o__beginthread));
writeln('_o__beginthreadex: ',NativeInt(@_o__beginthreadex));
writeln('_o__cabs: ',NativeInt(@_o__cabs));
writeln('_o__callnewh: ',NativeInt(@_o__callnewh));
writeln('_o__calloc_base: ',NativeInt(@_o__calloc_base));
writeln('_o__cgets: ',NativeInt(@_o__cgets));
writeln('_o__cgets_s: ',NativeInt(@_o__cgets_s));
writeln('_o__cgetws: ',NativeInt(@_o__cgetws));
writeln('_o__cgetws_s: ',NativeInt(@_o__cgetws_s));
writeln('_o__chdir: ',NativeInt(@_o__chdir));
writeln('_o__chdrive: ',NativeInt(@_o__chdrive));
writeln('_o__chmod: ',NativeInt(@_o__chmod));
writeln('_o__chsize: ',NativeInt(@_o__chsize));
writeln('_o__chsize_s: ',NativeInt(@_o__chsize_s));
writeln('_o__close: ',NativeInt(@_o__close));
writeln('_o__commit: ',NativeInt(@_o__commit));
writeln('_o__configure_wide_argv: ',NativeInt(@_o__configure_wide_argv));
writeln('_o__cputs: ',NativeInt(@_o__cputs));
writeln('_o__cputws: ',NativeInt(@_o__cputws));
writeln('_o__creat: ',NativeInt(@_o__creat));
writeln('_o__create_locale: ',NativeInt(@_o__create_locale));
writeln('_o__ctime32_s: ',NativeInt(@_o__ctime32_s));
writeln('_o__ctime64_s: ',NativeInt(@_o__ctime64_s));
writeln('_o__cwait: ',NativeInt(@_o__cwait));
writeln('_o__d_int: ',NativeInt(@_o__d_int));
writeln('_o__dclass: ',NativeInt(@_o__dclass));
writeln('_o__difftime32: ',NativeInt(@_o__difftime32));
writeln('_o__difftime64: ',NativeInt(@_o__difftime64));
writeln('_o__dlog: ',NativeInt(@_o__dlog));
writeln('_o__dnorm: ',NativeInt(@_o__dnorm));
writeln('_o__dpcomp: ',NativeInt(@_o__dpcomp));
writeln('_o__dpoly: ',NativeInt(@_o__dpoly));
writeln('_o__dscale: ',NativeInt(@_o__dscale));
writeln('_o__dsign: ',NativeInt(@_o__dsign));
writeln('_o__dsin: ',NativeInt(@_o__dsin));
writeln('_o__dtest: ',NativeInt(@_o__dtest));
writeln('_o__dunscale: ',NativeInt(@_o__dunscale));
writeln('_o__dup: ',NativeInt(@_o__dup));
writeln('_o__dup2: ',NativeInt(@_o__dup2));
writeln('_o__dupenv_s: ',NativeInt(@_o__dupenv_s));
writeln('_o__ecvt: ',NativeInt(@_o__ecvt));
writeln('_o__ecvt_s: ',NativeInt(@_o__ecvt_s));
writeln('_o__endthread: ',NativeInt(@_o__endthread));
writeln('_o__endthreadex: ',NativeInt(@_o__endthreadex));
writeln('_o__eof: ',NativeInt(@_o__eof));
writeln('_o__errno: ',NativeInt(@_o__errno));
writeln('_o__except1: ',NativeInt(@_o__except1));
writeln('_o__execute_onexit_table: ',NativeInt(@_o__execute_onexit_table));
writeln('_o__execv: ',NativeInt(@_o__execv));
writeln('_o__execve: ',NativeInt(@_o__execve));
writeln('_o__execvp: ',NativeInt(@_o__execvp));
writeln('_o__execvpe: ',NativeInt(@_o__execvpe));
writeln('_o__expand: ',NativeInt(@_o__expand));
writeln('_o__fclose_nolock: ',NativeInt(@_o__fclose_nolock));
writeln('_o__fcloseall: ',NativeInt(@_o__fcloseall));
writeln('_o__fcvt: ',NativeInt(@_o__fcvt));
writeln('_o__fcvt_s: ',NativeInt(@_o__fcvt_s));
writeln('_o__fd_int: ',NativeInt(@_o__fd_int));
writeln('_o__fdclass: ',NativeInt(@_o__fdclass));
writeln('_o__fdexp: ',NativeInt(@_o__fdexp));
writeln('_o__fdlog: ',NativeInt(@_o__fdlog));
writeln('_o__fdopen: ',NativeInt(@_o__fdopen));
writeln('_o__fdpcomp: ',NativeInt(@_o__fdpcomp));
writeln('_o__fdpoly: ',NativeInt(@_o__fdpoly));
writeln('_o__fdscale: ',NativeInt(@_o__fdscale));
writeln('_o__fdsign: ',NativeInt(@_o__fdsign));
writeln('_o__fdsin: ',NativeInt(@_o__fdsin));
writeln('_o__fflush_nolock: ',NativeInt(@_o__fflush_nolock));
writeln('_o__fgetc_nolock: ',NativeInt(@_o__fgetc_nolock));
writeln('_o__fgetchar: ',NativeInt(@_o__fgetchar));
writeln('_o__fgetwc_nolock: ',NativeInt(@_o__fgetwc_nolock));
writeln('_o__fgetwchar: ',NativeInt(@_o__fgetwchar));
writeln('_o__filelength: ',NativeInt(@_o__filelength));
writeln('_o__filelengthi64: ',NativeInt(@_o__filelengthi64));
writeln('_o__fileno: ',NativeInt(@_o__fileno));
writeln('_o__findclose: ',NativeInt(@_o__findclose));
writeln('_o__findfirst32: ',NativeInt(@_o__findfirst32));
writeln('_o__findfirst32i64: ',NativeInt(@_o__findfirst32i64));
writeln('_o__findfirst64: ',NativeInt(@_o__findfirst64));
writeln('_o__findfirst64i32: ',NativeInt(@_o__findfirst64i32));
writeln('_o__findnext32: ',NativeInt(@_o__findnext32));
writeln('_o__findnext32i64: ',NativeInt(@_o__findnext32i64));
writeln('_o__findnext64: ',NativeInt(@_o__findnext64));
writeln('_o__findnext64i32: ',NativeInt(@_o__findnext64i32));
writeln('_o__flushall: ',NativeInt(@_o__flushall));
writeln('_o__fpclass: ',NativeInt(@_o__fpclass));
writeln('_o__fpclassf: ',NativeInt(@_o__fpclassf));
writeln('_o__fputc_nolock: ',NativeInt(@_o__fputc_nolock));
writeln('_o__fputchar: ',NativeInt(@_o__fputchar));
writeln('_o__fputwc_nolock: ',NativeInt(@_o__fputwc_nolock));
writeln('_o__fputwchar: ',NativeInt(@_o__fputwchar));
writeln('_o__fread_nolock: ',NativeInt(@_o__fread_nolock));
writeln('_o__fread_nolock_s: ',NativeInt(@_o__fread_nolock_s));
writeln('_o__free_base: ',NativeInt(@_o__free_base));
writeln('_o__free_locale: ',NativeInt(@_o__free_locale));
writeln('_o__fseek_nolock: ',NativeInt(@_o__fseek_nolock));
writeln('_o__fseeki64: ',NativeInt(@_o__fseeki64));
writeln('_o__fseeki64_nolock: ',NativeInt(@_o__fseeki64_nolock));
writeln('_o__fsopen: ',NativeInt(@_o__fsopen));
writeln('_o__fstat32: ',NativeInt(@_o__fstat32));
writeln('_o__fstat32i64: ',NativeInt(@_o__fstat32i64));
writeln('_o__fstat64: ',NativeInt(@_o__fstat64));
writeln('_o__fstat64i32: ',NativeInt(@_o__fstat64i32));
writeln('_o__ftell_nolock: ',NativeInt(@_o__ftell_nolock));
writeln('_o__ftelli64: ',NativeInt(@_o__ftelli64));
writeln('_o__ftelli64_nolock: ',NativeInt(@_o__ftelli64_nolock));
writeln('_o__ftime32: ',NativeInt(@_o__ftime32));
writeln('_o__ftime32_s: ',NativeInt(@_o__ftime32_s));
writeln('_o__ftime64: ',NativeInt(@_o__ftime64));
writeln('_o__ftime64_s: ',NativeInt(@_o__ftime64_s));
writeln('_o__fullpath: ',NativeInt(@_o__fullpath));
writeln('_o__futime32: ',NativeInt(@_o__futime32));
writeln('_o__futime64: ',NativeInt(@_o__futime64));
writeln('_o__fwrite_nolock: ',NativeInt(@_o__fwrite_nolock));
writeln('_o__gcvt: ',NativeInt(@_o__gcvt));
writeln('_o__gcvt_s: ',NativeInt(@_o__gcvt_s));
writeln('_o__get_daylight: ',NativeInt(@_o__get_daylight));
writeln('_o__get_doserrno: ',NativeInt(@_o__get_doserrno));
writeln('_o__get_dstbias: ',NativeInt(@_o__get_dstbias));
writeln('_o__get_errno: ',NativeInt(@_o__get_errno));
writeln('_o__get_fmode: ',NativeInt(@_o__get_fmode));
writeln('_o__get_heap_handle: ',NativeInt(@_o__get_heap_handle));
writeln('_o__get_invalid_parameter_handler: ',NativeInt(@_o__get_invalid_parameter_handler));
writeln('_o__get_narrow_winmain_command_line: ',NativeInt(@_o__get_narrow_winmain_command_line));
writeln('_o__get_osfhandle: ',NativeInt(@_o__get_osfhandle));
writeln('_o__get_pgmptr: ',NativeInt(@_o__get_pgmptr));
writeln('_o__get_stream_buffer_pointers: ',NativeInt(@_o__get_stream_buffer_pointers));
writeln('_o__get_terminate: ',NativeInt(@_o__get_terminate));
writeln('_o__get_thread_local_invalid_parameter_handler: ',NativeInt(@_o__get_thread_local_invalid_parameter_handler));
writeln('_o__get_timezone: ',NativeInt(@_o__get_timezone));
writeln('_o__get_tzname: ',NativeInt(@_o__get_tzname));
writeln('_o__get_wide_winmain_command_line: ',NativeInt(@_o__get_wide_winmain_command_line));
writeln('_o__get_wpgmptr: ',NativeInt(@_o__get_wpgmptr));
writeln('_o__getc_nolock: ',NativeInt(@_o__getc_nolock));
writeln('_o__getch: ',NativeInt(@_o__getch));
writeln('_o__getch_nolock: ',NativeInt(@_o__getch_nolock));
writeln('_o__getche: ',NativeInt(@_o__getche));
writeln('_o__getche_nolock: ',NativeInt(@_o__getche_nolock));
writeln('_o__getcwd: ',NativeInt(@_o__getcwd));
writeln('_o__getdcwd: ',NativeInt(@_o__getdcwd));
writeln('_o__getdiskfree: ',NativeInt(@_o__getdiskfree));
writeln('_o__getdllprocaddr: ',NativeInt(@_o__getdllprocaddr));
writeln('_o__getdrive: ',NativeInt(@_o__getdrive));
writeln('_o__getdrives: ',NativeInt(@_o__getdrives));
writeln('_o__getmbcp: ',NativeInt(@_o__getmbcp));
writeln('_o__getsystime: ',NativeInt(@_o__getsystime));
writeln('_o__getw: ',NativeInt(@_o__getw));
writeln('_o__getwc_nolock: ',NativeInt(@_o__getwc_nolock));
writeln('_o__getwch: ',NativeInt(@_o__getwch));
writeln('_o__getwch_nolock: ',NativeInt(@_o__getwch_nolock));
writeln('_o__getwche: ',NativeInt(@_o__getwche));
writeln('_o__getwche_nolock: ',NativeInt(@_o__getwche_nolock));
writeln('_o__getws: ',NativeInt(@_o__getws));
writeln('_o__getws_s: ',NativeInt(@_o__getws_s));
writeln('_o__gmtime32: ',NativeInt(@_o__gmtime32));
writeln('_o__gmtime32_s: ',NativeInt(@_o__gmtime32_s));
writeln('_o__gmtime64: ',NativeInt(@_o__gmtime64));
writeln('_o__gmtime64_s: ',NativeInt(@_o__gmtime64_s));
writeln('_o__heapchk: ',NativeInt(@_o__heapchk));
writeln('_o__heapmin: ',NativeInt(@_o__heapmin));
writeln('_o__hypot: ',NativeInt(@_o__hypot));
writeln('_o__hypotf: ',NativeInt(@_o__hypotf));
writeln('_o__i64toa: ',NativeInt(@_o__i64toa));
writeln('_o__i64toa_s: ',NativeInt(@_o__i64toa_s));
writeln('_o__i64tow: ',NativeInt(@_o__i64tow));
writeln('_o__i64tow_s: ',NativeInt(@_o__i64tow_s));
writeln('_o__initialize_onexit_table: ',NativeInt(@_o__initialize_onexit_table));
writeln('_o__invalid_parameter_noinfo: ',NativeInt(@_o__invalid_parameter_noinfo));
writeln('_o__invalid_parameter_noinfo_noreturn: ',NativeInt(@_o__invalid_parameter_noinfo_noreturn));
writeln('_o__isatty: ',NativeInt(@_o__isatty));
writeln('_o__isctype: ',NativeInt(@_o__isctype));
writeln('_o__isctype_l: ',NativeInt(@_o__isctype_l));
writeln('_o__isleadbyte_l: ',NativeInt(@_o__isleadbyte_l));
writeln('_o__ismbbalnum: ',NativeInt(@_o__ismbbalnum));
writeln('_o__ismbbalnum_l: ',NativeInt(@_o__ismbbalnum_l));
writeln('_o__ismbbalpha: ',NativeInt(@_o__ismbbalpha));
writeln('_o__ismbbalpha_l: ',NativeInt(@_o__ismbbalpha_l));
writeln('_o__ismbbblank: ',NativeInt(@_o__ismbbblank));
writeln('_o__ismbbblank_l: ',NativeInt(@_o__ismbbblank_l));
writeln('_o__ismbbgraph: ',NativeInt(@_o__ismbbgraph));
writeln('_o__ismbbgraph_l: ',NativeInt(@_o__ismbbgraph_l));
writeln('_o__ismbbkalnum: ',NativeInt(@_o__ismbbkalnum));
writeln('_o__ismbbkalnum_l: ',NativeInt(@_o__ismbbkalnum_l));
writeln('_o__ismbbkana: ',NativeInt(@_o__ismbbkana));
writeln('_o__ismbbkana_l: ',NativeInt(@_o__ismbbkana_l));
writeln('_o__ismbbkprint: ',NativeInt(@_o__ismbbkprint));
writeln('_o__ismbbkprint_l: ',NativeInt(@_o__ismbbkprint_l));
writeln('_o__ismbbkpunct: ',NativeInt(@_o__ismbbkpunct));
writeln('_o__ismbbkpunct_l: ',NativeInt(@_o__ismbbkpunct_l));
writeln('_o__ismbblead: ',NativeInt(@_o__ismbblead));
writeln('_o__ismbblead_l: ',NativeInt(@_o__ismbblead_l));
writeln('_o__ismbbprint: ',NativeInt(@_o__ismbbprint));
writeln('_o__ismbbprint_l: ',NativeInt(@_o__ismbbprint_l));
writeln('_o__ismbbpunct: ',NativeInt(@_o__ismbbpunct));
writeln('_o__ismbbpunct_l: ',NativeInt(@_o__ismbbpunct_l));
writeln('_o__ismbbtrail: ',NativeInt(@_o__ismbbtrail));
writeln('_o__ismbbtrail_l: ',NativeInt(@_o__ismbbtrail_l));
writeln('_o__ismbcalnum: ',NativeInt(@_o__ismbcalnum));
writeln('_o__ismbcalnum_l: ',NativeInt(@_o__ismbcalnum_l));
writeln('_o__ismbcalpha: ',NativeInt(@_o__ismbcalpha));
writeln('_o__ismbcalpha_l: ',NativeInt(@_o__ismbcalpha_l));
writeln('_o__ismbcblank: ',NativeInt(@_o__ismbcblank));
writeln('_o__ismbcblank_l: ',NativeInt(@_o__ismbcblank_l));
writeln('_o__ismbcdigit: ',NativeInt(@_o__ismbcdigit));
writeln('_o__ismbcdigit_l: ',NativeInt(@_o__ismbcdigit_l));
writeln('_o__ismbcgraph: ',NativeInt(@_o__ismbcgraph));
writeln('_o__ismbcgraph_l: ',NativeInt(@_o__ismbcgraph_l));
writeln('_o__ismbchira: ',NativeInt(@_o__ismbchira));
writeln('_o__ismbchira_l: ',NativeInt(@_o__ismbchira_l));
writeln('_o__ismbckata: ',NativeInt(@_o__ismbckata));
writeln('_o__ismbckata_l: ',NativeInt(@_o__ismbckata_l));
writeln('_o__ismbcl0: ',NativeInt(@_o__ismbcl0));
writeln('_o__ismbcl0_l: ',NativeInt(@_o__ismbcl0_l));
writeln('_o__ismbcl1: ',NativeInt(@_o__ismbcl1));
writeln('_o__ismbcl1_l: ',NativeInt(@_o__ismbcl1_l));
writeln('_o__ismbcl2: ',NativeInt(@_o__ismbcl2));
writeln('_o__ismbcl2_l: ',NativeInt(@_o__ismbcl2_l));
writeln('_o__ismbclegal: ',NativeInt(@_o__ismbclegal));
writeln('_o__ismbclegal_l: ',NativeInt(@_o__ismbclegal_l));
writeln('_o__ismbclower: ',NativeInt(@_o__ismbclower));
writeln('_o__ismbclower_l: ',NativeInt(@_o__ismbclower_l));
writeln('_o__ismbcprint: ',NativeInt(@_o__ismbcprint));
writeln('_o__ismbcprint_l: ',NativeInt(@_o__ismbcprint_l));
writeln('_o__ismbcpunct: ',NativeInt(@_o__ismbcpunct));
writeln('_o__ismbcpunct_l: ',NativeInt(@_o__ismbcpunct_l));
writeln('_o__ismbcspace: ',NativeInt(@_o__ismbcspace));
writeln('_o__ismbcspace_l: ',NativeInt(@_o__ismbcspace_l));
writeln('_o__ismbcsymbol: ',NativeInt(@_o__ismbcsymbol));
writeln('_o__ismbcsymbol_l: ',NativeInt(@_o__ismbcsymbol_l));
writeln('_o__ismbcupper: ',NativeInt(@_o__ismbcupper));
writeln('_o__ismbcupper_l: ',NativeInt(@_o__ismbcupper_l));
writeln('_o__ismbslead: ',NativeInt(@_o__ismbslead));
writeln('_o__ismbslead_l: ',NativeInt(@_o__ismbslead_l));
writeln('_o__ismbstrail: ',NativeInt(@_o__ismbstrail));
writeln('_o__ismbstrail_l: ',NativeInt(@_o__ismbstrail_l));
writeln('_o__iswctype_l: ',NativeInt(@_o__iswctype_l));
writeln('_o__itoa: ',NativeInt(@_o__itoa));
writeln('_o__itoa_s: ',NativeInt(@_o__itoa_s));
writeln('_o__itow: ',NativeInt(@_o__itow));
writeln('_o__itow_s: ',NativeInt(@_o__itow_s));
writeln('_o__j0: ',NativeInt(@_o__j0));
writeln('_o__j1: ',NativeInt(@_o__j1));
writeln('_o__jn: ',NativeInt(@_o__jn));
writeln('_o__kbhit: ',NativeInt(@_o__kbhit));
writeln('_o__ld_int: ',NativeInt(@_o__ld_int));
writeln('_o__ldclass: ',NativeInt(@_o__ldclass));
writeln('_o__ldexp: ',NativeInt(@_o__ldexp));
writeln('_o__ldlog: ',NativeInt(@_o__ldlog));
writeln('_o__ldpcomp: ',NativeInt(@_o__ldpcomp));
writeln('_o__ldpoly: ',NativeInt(@_o__ldpoly));
writeln('_o__ldscale: ',NativeInt(@_o__ldscale));
writeln('_o__ldsign: ',NativeInt(@_o__ldsign));
writeln('_o__ldsin: ',NativeInt(@_o__ldsin));
writeln('_o__ldtest: ',NativeInt(@_o__ldtest));
writeln('_o__ldunscale: ',NativeInt(@_o__ldunscale));
writeln('_o__lfind: ',NativeInt(@_o__lfind));
writeln('_o__lfind_s: ',NativeInt(@_o__lfind_s));
writeln('_o__libm_sse2_acos_precise: ',NativeInt(@_o__libm_sse2_acos_precise));
writeln('_o__libm_sse2_asin_precise: ',NativeInt(@_o__libm_sse2_asin_precise));
writeln('_o__libm_sse2_atan_precise: ',NativeInt(@_o__libm_sse2_atan_precise));
writeln('_o__libm_sse2_cos_precise: ',NativeInt(@_o__libm_sse2_cos_precise));
writeln('_o__libm_sse2_exp_precise: ',NativeInt(@_o__libm_sse2_exp_precise));
writeln('_o__libm_sse2_log10_precise: ',NativeInt(@_o__libm_sse2_log10_precise));
writeln('_o__libm_sse2_log_precise: ',NativeInt(@_o__libm_sse2_log_precise));
writeln('_o__libm_sse2_pow_precise: ',NativeInt(@_o__libm_sse2_pow_precise));
writeln('_o__libm_sse2_sin_precise: ',NativeInt(@_o__libm_sse2_sin_precise));
writeln('_o__libm_sse2_sqrt_precise: ',NativeInt(@_o__libm_sse2_sqrt_precise));
writeln('_o__libm_sse2_tan_precise: ',NativeInt(@_o__libm_sse2_tan_precise));
writeln('_o__loaddll: ',NativeInt(@_o__loaddll));
writeln('_o__localtime32: ',NativeInt(@_o__localtime32));
writeln('_o__localtime32_s: ',NativeInt(@_o__localtime32_s));
writeln('_o__localtime64: ',NativeInt(@_o__localtime64));
writeln('_o__localtime64_s: ',NativeInt(@_o__localtime64_s));
writeln('_o__lock_file: ',NativeInt(@_o__lock_file));
writeln('_o__locking: ',NativeInt(@_o__locking));
writeln('_o__logb: ',NativeInt(@_o__logb));
writeln('_o__logbf: ',NativeInt(@_o__logbf));
writeln('_o__lsearch: ',NativeInt(@_o__lsearch));
writeln('_o__lsearch_s: ',NativeInt(@_o__lsearch_s));
writeln('_o__lseek: ',NativeInt(@_o__lseek));
writeln('_o__lseeki64: ',NativeInt(@_o__lseeki64));
writeln('_o__ltoa: ',NativeInt(@_o__ltoa));
writeln('_o__ltoa_s: ',NativeInt(@_o__ltoa_s));
writeln('_o__ltow: ',NativeInt(@_o__ltow));
writeln('_o__ltow_s: ',NativeInt(@_o__ltow_s));
writeln('_o__makepath: ',NativeInt(@_o__makepath));
writeln('_o__makepath_s: ',NativeInt(@_o__makepath_s));
writeln('_o__malloc_base: ',NativeInt(@_o__malloc_base));
writeln('_o__mbbtombc: ',NativeInt(@_o__mbbtombc));
writeln('_o__mbbtombc_l: ',NativeInt(@_o__mbbtombc_l));
writeln('_o__mbbtype: ',NativeInt(@_o__mbbtype));
writeln('_o__mbbtype_l: ',NativeInt(@_o__mbbtype_l));
writeln('_o__mbccpy: ',NativeInt(@_o__mbccpy));
writeln('_o__mbccpy_l: ',NativeInt(@_o__mbccpy_l));
writeln('_o__mbccpy_s: ',NativeInt(@_o__mbccpy_s));
writeln('_o__mbccpy_s_l: ',NativeInt(@_o__mbccpy_s_l));
writeln('_o__mbcjistojms: ',NativeInt(@_o__mbcjistojms));
writeln('_o__mbcjistojms_l: ',NativeInt(@_o__mbcjistojms_l));
writeln('_o__mbcjmstojis: ',NativeInt(@_o__mbcjmstojis));
writeln('_o__mbcjmstojis_l: ',NativeInt(@_o__mbcjmstojis_l));
writeln('_o__mbclen: ',NativeInt(@_o__mbclen));
writeln('_o__mbclen_l: ',NativeInt(@_o__mbclen_l));
writeln('_o__mbctohira: ',NativeInt(@_o__mbctohira));
writeln('_o__mbctohira_l: ',NativeInt(@_o__mbctohira_l));
writeln('_o__mbctokata: ',NativeInt(@_o__mbctokata));
writeln('_o__mbctokata_l: ',NativeInt(@_o__mbctokata_l));
writeln('_o__mbctolower: ',NativeInt(@_o__mbctolower));
writeln('_o__mbctolower_l: ',NativeInt(@_o__mbctolower_l));
writeln('_o__mbctombb: ',NativeInt(@_o__mbctombb));
writeln('_o__mbctombb_l: ',NativeInt(@_o__mbctombb_l));
writeln('_o__mbctoupper: ',NativeInt(@_o__mbctoupper));
writeln('_o__mbctoupper_l: ',NativeInt(@_o__mbctoupper_l));
writeln('_o__mblen_l: ',NativeInt(@_o__mblen_l));
writeln('_o__mbsbtype: ',NativeInt(@_o__mbsbtype));
writeln('_o__mbsbtype_l: ',NativeInt(@_o__mbsbtype_l));
writeln('_o__mbscat_s: ',NativeInt(@_o__mbscat_s));
writeln('_o__mbscat_s_l: ',NativeInt(@_o__mbscat_s_l));
writeln('_o__mbschr: ',NativeInt(@_o__mbschr));
writeln('_o__mbschr_l: ',NativeInt(@_o__mbschr_l));
writeln('_o__mbscmp: ',NativeInt(@_o__mbscmp));
writeln('_o__mbscmp_l: ',NativeInt(@_o__mbscmp_l));
writeln('_o__mbscoll: ',NativeInt(@_o__mbscoll));
writeln('_o__mbscoll_l: ',NativeInt(@_o__mbscoll_l));
writeln('_o__mbscpy_s: ',NativeInt(@_o__mbscpy_s));
writeln('_o__mbscpy_s_l: ',NativeInt(@_o__mbscpy_s_l));
writeln('_o__mbscspn: ',NativeInt(@_o__mbscspn));
writeln('_o__mbscspn_l: ',NativeInt(@_o__mbscspn_l));
writeln('_o__mbsdec: ',NativeInt(@_o__mbsdec));
writeln('_o__mbsdec_l: ',NativeInt(@_o__mbsdec_l));
writeln('_o__mbsicmp: ',NativeInt(@_o__mbsicmp));
writeln('_o__mbsicmp_l: ',NativeInt(@_o__mbsicmp_l));
writeln('_o__mbsicoll: ',NativeInt(@_o__mbsicoll));
writeln('_o__mbsicoll_l: ',NativeInt(@_o__mbsicoll_l));
writeln('_o__mbsinc: ',NativeInt(@_o__mbsinc));
writeln('_o__mbsinc_l: ',NativeInt(@_o__mbsinc_l));
writeln('_o__mbslen: ',NativeInt(@_o__mbslen));
writeln('_o__mbslen_l: ',NativeInt(@_o__mbslen_l));
writeln('_o__mbslwr: ',NativeInt(@_o__mbslwr));
writeln('_o__mbslwr_l: ',NativeInt(@_o__mbslwr_l));
writeln('_o__mbslwr_s: ',NativeInt(@_o__mbslwr_s));
writeln('_o__mbslwr_s_l: ',NativeInt(@_o__mbslwr_s_l));
writeln('_o__mbsnbcat: ',NativeInt(@_o__mbsnbcat));
writeln('_o__mbsnbcat_l: ',NativeInt(@_o__mbsnbcat_l));
writeln('_o__mbsnbcat_s: ',NativeInt(@_o__mbsnbcat_s));
writeln('_o__mbsnbcat_s_l: ',NativeInt(@_o__mbsnbcat_s_l));
writeln('_o__mbsnbcmp: ',NativeInt(@_o__mbsnbcmp));
writeln('_o__mbsnbcmp_l: ',NativeInt(@_o__mbsnbcmp_l));
writeln('_o__mbsnbcnt: ',NativeInt(@_o__mbsnbcnt));
writeln('_o__mbsnbcnt_l: ',NativeInt(@_o__mbsnbcnt_l));
writeln('_o__mbsnbcoll: ',NativeInt(@_o__mbsnbcoll));
writeln('_o__mbsnbcoll_l: ',NativeInt(@_o__mbsnbcoll_l));
writeln('_o__mbsnbcpy: ',NativeInt(@_o__mbsnbcpy));
writeln('_o__mbsnbcpy_l: ',NativeInt(@_o__mbsnbcpy_l));
writeln('_o__mbsnbcpy_s: ',NativeInt(@_o__mbsnbcpy_s));
writeln('_o__mbsnbcpy_s_l: ',NativeInt(@_o__mbsnbcpy_s_l));
writeln('_o__mbsnbicmp: ',NativeInt(@_o__mbsnbicmp));
writeln('_o__mbsnbicmp_l: ',NativeInt(@_o__mbsnbicmp_l));
writeln('_o__mbsnbicoll: ',NativeInt(@_o__mbsnbicoll));
writeln('_o__mbsnbicoll_l: ',NativeInt(@_o__mbsnbicoll_l));
writeln('_o__mbsnbset: ',NativeInt(@_o__mbsnbset));
writeln('_o__mbsnbset_l: ',NativeInt(@_o__mbsnbset_l));
writeln('_o__mbsnbset_s: ',NativeInt(@_o__mbsnbset_s));
writeln('_o__mbsnbset_s_l: ',NativeInt(@_o__mbsnbset_s_l));
writeln('_o__mbsncat: ',NativeInt(@_o__mbsncat));
writeln('_o__mbsncat_l: ',NativeInt(@_o__mbsncat_l));
writeln('_o__mbsncat_s: ',NativeInt(@_o__mbsncat_s));
writeln('_o__mbsncat_s_l: ',NativeInt(@_o__mbsncat_s_l));
writeln('_o__mbsnccnt: ',NativeInt(@_o__mbsnccnt));
writeln('_o__mbsnccnt_l: ',NativeInt(@_o__mbsnccnt_l));
writeln('_o__mbsncmp: ',NativeInt(@_o__mbsncmp));
writeln('_o__mbsncmp_l: ',NativeInt(@_o__mbsncmp_l));
writeln('_o__mbsncoll: ',NativeInt(@_o__mbsncoll));
writeln('_o__mbsncoll_l: ',NativeInt(@_o__mbsncoll_l));
writeln('_o__mbsncpy: ',NativeInt(@_o__mbsncpy));
writeln('_o__mbsncpy_l: ',NativeInt(@_o__mbsncpy_l));
writeln('_o__mbsncpy_s: ',NativeInt(@_o__mbsncpy_s));
writeln('_o__mbsncpy_s_l: ',NativeInt(@_o__mbsncpy_s_l));
writeln('_o__mbsnextc: ',NativeInt(@_o__mbsnextc));
writeln('_o__mbsnextc_l: ',NativeInt(@_o__mbsnextc_l));
writeln('_o__mbsnicmp: ',NativeInt(@_o__mbsnicmp));
writeln('_o__mbsnicmp_l: ',NativeInt(@_o__mbsnicmp_l));
writeln('_o__mbsnicoll: ',NativeInt(@_o__mbsnicoll));
writeln('_o__mbsnicoll_l: ',NativeInt(@_o__mbsnicoll_l));
writeln('_o__mbsninc: ',NativeInt(@_o__mbsninc));
writeln('_o__mbsninc_l: ',NativeInt(@_o__mbsninc_l));
writeln('_o__mbsnlen: ',NativeInt(@_o__mbsnlen));
writeln('_o__mbsnlen_l: ',NativeInt(@_o__mbsnlen_l));
writeln('_o__mbsnset: ',NativeInt(@_o__mbsnset));
writeln('_o__mbsnset_l: ',NativeInt(@_o__mbsnset_l));
writeln('_o__mbsnset_s: ',NativeInt(@_o__mbsnset_s));
writeln('_o__mbsnset_s_l: ',NativeInt(@_o__mbsnset_s_l));
writeln('_o__mbspbrk: ',NativeInt(@_o__mbspbrk));
writeln('_o__mbspbrk_l: ',NativeInt(@_o__mbspbrk_l));
writeln('_o__mbsrchr: ',NativeInt(@_o__mbsrchr));
writeln('_o__mbsrchr_l: ',NativeInt(@_o__mbsrchr_l));
writeln('_o__mbsrev: ',NativeInt(@_o__mbsrev));
writeln('_o__mbsrev_l: ',NativeInt(@_o__mbsrev_l));
writeln('_o__mbsset: ',NativeInt(@_o__mbsset));
writeln('_o__mbsset_l: ',NativeInt(@_o__mbsset_l));
writeln('_o__mbsset_s: ',NativeInt(@_o__mbsset_s));
writeln('_o__mbsset_s_l: ',NativeInt(@_o__mbsset_s_l));
writeln('_o__mbsspn: ',NativeInt(@_o__mbsspn));
writeln('_o__mbsspn_l: ',NativeInt(@_o__mbsspn_l));
writeln('_o__mbsspnp: ',NativeInt(@_o__mbsspnp));
writeln('_o__mbsspnp_l: ',NativeInt(@_o__mbsspnp_l));
writeln('_o__mbsstr: ',NativeInt(@_o__mbsstr));
writeln('_o__mbsstr_l: ',NativeInt(@_o__mbsstr_l));
writeln('_o__mbstok: ',NativeInt(@_o__mbstok));
writeln('_o__mbstok_l: ',NativeInt(@_o__mbstok_l));
writeln('_o__mbstok_s: ',NativeInt(@_o__mbstok_s));
writeln('_o__mbstok_s_l: ',NativeInt(@_o__mbstok_s_l));
writeln('_o__mbstowcs_l: ',NativeInt(@_o__mbstowcs_l));
writeln('_o__mbstowcs_s_l: ',NativeInt(@_o__mbstowcs_s_l));
writeln('_o__mbstrlen: ',NativeInt(@_o__mbstrlen));
writeln('_o__mbstrlen_l: ',NativeInt(@_o__mbstrlen_l));
writeln('_o__mbstrnlen: ',NativeInt(@_o__mbstrnlen));
writeln('_o__mbstrnlen_l: ',NativeInt(@_o__mbstrnlen_l));
writeln('_o__mbsupr: ',NativeInt(@_o__mbsupr));
writeln('_o__mbsupr_l: ',NativeInt(@_o__mbsupr_l));
writeln('_o__mbsupr_s: ',NativeInt(@_o__mbsupr_s));
writeln('_o__mbsupr_s_l: ',NativeInt(@_o__mbsupr_s_l));
writeln('_o__mbtowc_l: ',NativeInt(@_o__mbtowc_l));
writeln('_o__memicmp: ',NativeInt(@_o__memicmp));
writeln('_o__memicmp_l: ',NativeInt(@_o__memicmp_l));
writeln('_o__mkdir: ',NativeInt(@_o__mkdir));
writeln('_o__mkgmtime32: ',NativeInt(@_o__mkgmtime32));
writeln('_o__mkgmtime64: ',NativeInt(@_o__mkgmtime64));
writeln('_o__mktemp: ',NativeInt(@_o__mktemp));
writeln('_o__mktemp_s: ',NativeInt(@_o__mktemp_s));
writeln('_o__mktime32: ',NativeInt(@_o__mktime32));
writeln('_o__mktime64: ',NativeInt(@_o__mktime64));
writeln('_o__msize: ',NativeInt(@_o__msize));
writeln('_o__nextafter: ',NativeInt(@_o__nextafter));
writeln('_o__nextafterf: ',NativeInt(@_o__nextafterf));
writeln('_o__open_osfhandle: ',NativeInt(@_o__open_osfhandle));
writeln('_o__pclose: ',NativeInt(@_o__pclose));
writeln('_o__pipe: ',NativeInt(@_o__pipe));
writeln('_o__popen: ',NativeInt(@_o__popen));
writeln('_o__putc_nolock: ',NativeInt(@_o__putc_nolock));
writeln('_o__putch: ',NativeInt(@_o__putch));
writeln('_o__putch_nolock: ',NativeInt(@_o__putch_nolock));
writeln('_o__putenv: ',NativeInt(@_o__putenv));
writeln('_o__putenv_s: ',NativeInt(@_o__putenv_s));
writeln('_o__putw: ',NativeInt(@_o__putw));
writeln('_o__putwc_nolock: ',NativeInt(@_o__putwc_nolock));
writeln('_o__putwch: ',NativeInt(@_o__putwch));
writeln('_o__putwch_nolock: ',NativeInt(@_o__putwch_nolock));
writeln('_o__putws: ',NativeInt(@_o__putws));
writeln('_o__read: ',NativeInt(@_o__read));
writeln('_o__realloc_base: ',NativeInt(@_o__realloc_base));
writeln('_o__recalloc: ',NativeInt(@_o__recalloc));
writeln('_o__register_onexit_function: ',NativeInt(@_o__register_onexit_function));
writeln('_o__resetstkoflw: ',NativeInt(@_o__resetstkoflw));
writeln('_o__rmdir: ',NativeInt(@_o__rmdir));
writeln('_o__rmtmp: ',NativeInt(@_o__rmtmp));
writeln('_o__scalb: ',NativeInt(@_o__scalb));
writeln('_o__scalbf: ',NativeInt(@_o__scalbf));
writeln('_o__searchenv: ',NativeInt(@_o__searchenv));
writeln('_o__searchenv_s: ',NativeInt(@_o__searchenv_s));
writeln('_o__set_abort_behavior: ',NativeInt(@_o__set_abort_behavior));
writeln('_o__set_doserrno: ',NativeInt(@_o__set_doserrno));
writeln('_o__set_errno: ',NativeInt(@_o__set_errno));
writeln('_o__set_invalid_parameter_handler: ',NativeInt(@_o__set_invalid_parameter_handler));
writeln('_o__set_new_handler: ',NativeInt(@_o__set_new_handler));
writeln('_o__set_new_mode: ',NativeInt(@_o__set_new_mode));
writeln('_o__set_thread_local_invalid_parameter_handler: ',NativeInt(@_o__set_thread_local_invalid_parameter_handler));
writeln('_o__seterrormode: ',NativeInt(@_o__seterrormode));
writeln('_o__setmbcp: ',NativeInt(@_o__setmbcp));
writeln('_o__setmode: ',NativeInt(@_o__setmode));
writeln('_o__setsystime: ',NativeInt(@_o__setsystime));
writeln('_o__sleep: ',NativeInt(@_o__sleep));
writeln('_o__sopen: ',NativeInt(@_o__sopen));
writeln('_o__sopen_dispatch: ',NativeInt(@_o__sopen_dispatch));
writeln('_o__sopen_s: ',NativeInt(@_o__sopen_s));
writeln('_o__spawnv: ',NativeInt(@_o__spawnv));
writeln('_o__spawnve: ',NativeInt(@_o__spawnve));
writeln('_o__spawnvp: ',NativeInt(@_o__spawnvp));
writeln('_o__spawnvpe: ',NativeInt(@_o__spawnvpe));
writeln('_o__splitpath: ',NativeInt(@_o__splitpath));
writeln('_o__splitpath_s: ',NativeInt(@_o__splitpath_s));
writeln('_o__stat32: ',NativeInt(@_o__stat32));
writeln('_o__stat32i64: ',NativeInt(@_o__stat32i64));
writeln('_o__stat64: ',NativeInt(@_o__stat64));
writeln('_o__stat64i32: ',NativeInt(@_o__stat64i32));
writeln('_o__strcoll_l: ',NativeInt(@_o__strcoll_l));
writeln('_o__strdate: ',NativeInt(@_o__strdate));
writeln('_o__strdate_s: ',NativeInt(@_o__strdate_s));
writeln('_o__strdup: ',NativeInt(@_o__strdup));
writeln('_o__strerror: ',NativeInt(@_o__strerror));
writeln('_o__strerror_s: ',NativeInt(@_o__strerror_s));
writeln('_o__strftime_l: ',NativeInt(@_o__strftime_l));
writeln('_o__stricmp: ',NativeInt(@_o__stricmp));
writeln('_o__stricmp_l: ',NativeInt(@_o__stricmp_l));
writeln('_o__stricoll: ',NativeInt(@_o__stricoll));
writeln('_o__stricoll_l: ',NativeInt(@_o__stricoll_l));
writeln('_o__strlwr: ',NativeInt(@_o__strlwr));
writeln('_o__strlwr_l: ',NativeInt(@_o__strlwr_l));
writeln('_o__strlwr_s: ',NativeInt(@_o__strlwr_s));
writeln('_o__strlwr_s_l: ',NativeInt(@_o__strlwr_s_l));
writeln('_o__strncoll: ',NativeInt(@_o__strncoll));
writeln('_o__strncoll_l: ',NativeInt(@_o__strncoll_l));
writeln('_o__strnicmp: ',NativeInt(@_o__strnicmp));
writeln('_o__strnicmp_l: ',NativeInt(@_o__strnicmp_l));
writeln('_o__strnicoll: ',NativeInt(@_o__strnicoll));
writeln('_o__strnicoll_l: ',NativeInt(@_o__strnicoll_l));
writeln('_o__strnset_s: ',NativeInt(@_o__strnset_s));
writeln('_o__strset_s: ',NativeInt(@_o__strset_s));
writeln('_o__strtime: ',NativeInt(@_o__strtime));
writeln('_o__strtime_s: ',NativeInt(@_o__strtime_s));
writeln('_o__strtod_l: ',NativeInt(@_o__strtod_l));
writeln('_o__strtof_l: ',NativeInt(@_o__strtof_l));
writeln('_o__strtoi64: ',NativeInt(@_o__strtoi64));
writeln('_o__strtoi64_l: ',NativeInt(@_o__strtoi64_l));
writeln('_o__strtol_l: ',NativeInt(@_o__strtol_l));
writeln('_o__strtold_l: ',NativeInt(@_o__strtold_l));
writeln('_o__strtoll_l: ',NativeInt(@_o__strtoll_l));
writeln('_o__strtoui64: ',NativeInt(@_o__strtoui64));
writeln('_o__strtoui64_l: ',NativeInt(@_o__strtoui64_l));
writeln('_o__strtoul_l: ',NativeInt(@_o__strtoul_l));
writeln('_o__strtoull_l: ',NativeInt(@_o__strtoull_l));
writeln('_o__strupr: ',NativeInt(@_o__strupr));
writeln('_o__strupr_l: ',NativeInt(@_o__strupr_l));
writeln('_o__strupr_s: ',NativeInt(@_o__strupr_s));
writeln('_o__strupr_s_l: ',NativeInt(@_o__strupr_s_l));
writeln('_o__strxfrm_l: ',NativeInt(@_o__strxfrm_l));
writeln('_o__swab: ',NativeInt(@_o__swab));
writeln('_o__tell: ',NativeInt(@_o__tell));
writeln('_o__telli64: ',NativeInt(@_o__telli64));
writeln('_o__timespec32_get: ',NativeInt(@_o__timespec32_get));
writeln('_o__timespec64_get: ',NativeInt(@_o__timespec64_get));
writeln('_o__tolower: ',NativeInt(@_o__tolower));
writeln('_o__tolower_l: ',NativeInt(@_o__tolower_l));
writeln('_o__toupper: ',NativeInt(@_o__toupper));
writeln('_o__toupper_l: ',NativeInt(@_o__toupper_l));
writeln('_o__towlower_l: ',NativeInt(@_o__towlower_l));
writeln('_o__towupper_l: ',NativeInt(@_o__towupper_l));
writeln('_o__tzset: ',NativeInt(@_o__tzset));
writeln('_o__ui64toa: ',NativeInt(@_o__ui64toa));
writeln('_o__ui64toa_s: ',NativeInt(@_o__ui64toa_s));
writeln('_o__ui64tow: ',NativeInt(@_o__ui64tow));
writeln('_o__ui64tow_s: ',NativeInt(@_o__ui64tow_s));
writeln('_o__ultoa: ',NativeInt(@_o__ultoa));
writeln('_o__ultoa_s: ',NativeInt(@_o__ultoa_s));
writeln('_o__ultow: ',NativeInt(@_o__ultow));
writeln('_o__ultow_s: ',NativeInt(@_o__ultow_s));
writeln('_o__umask: ',NativeInt(@_o__umask));
writeln('_o__umask_s: ',NativeInt(@_o__umask_s));
writeln('_o__ungetc_nolock: ',NativeInt(@_o__ungetc_nolock));
writeln('_o__ungetch: ',NativeInt(@_o__ungetch));
writeln('_o__ungetch_nolock: ',NativeInt(@_o__ungetch_nolock));
writeln('_o__ungetwc_nolock: ',NativeInt(@_o__ungetwc_nolock));
writeln('_o__ungetwch: ',NativeInt(@_o__ungetwch));
writeln('_o__ungetwch_nolock: ',NativeInt(@_o__ungetwch_nolock));
writeln('_o__unlink: ',NativeInt(@_o__unlink));
writeln('_o__unloaddll: ',NativeInt(@_o__unloaddll));
writeln('_o__unlock_file: ',NativeInt(@_o__unlock_file));
writeln('_o__utime32: ',NativeInt(@_o__utime32));
writeln('_o__utime64: ',NativeInt(@_o__utime64));
writeln('_o__waccess: ',NativeInt(@_o__waccess));
writeln('_o__waccess_s: ',NativeInt(@_o__waccess_s));
writeln('_o__wasctime: ',NativeInt(@_o__wasctime));
writeln('_o__wasctime_s: ',NativeInt(@_o__wasctime_s));
writeln('_o__wchdir: ',NativeInt(@_o__wchdir));
writeln('_o__wchmod: ',NativeInt(@_o__wchmod));
writeln('_o__wcreat: ',NativeInt(@_o__wcreat));
writeln('_o__wcreate_locale: ',NativeInt(@_o__wcreate_locale));
writeln('_o__wcscoll_l: ',NativeInt(@_o__wcscoll_l));
writeln('_o__wcsdup: ',NativeInt(@_o__wcsdup));
writeln('_o__wcserror: ',NativeInt(@_o__wcserror));
writeln('_o__wcserror_s: ',NativeInt(@_o__wcserror_s));
writeln('_o__wcsftime_l: ',NativeInt(@_o__wcsftime_l));
writeln('_o__wcsicmp: ',NativeInt(@_o__wcsicmp));
writeln('_o__wcsicmp_l: ',NativeInt(@_o__wcsicmp_l));
writeln('_o__wcsicoll: ',NativeInt(@_o__wcsicoll));
writeln('_o__wcsicoll_l: ',NativeInt(@_o__wcsicoll_l));
writeln('_o__wcslwr: ',NativeInt(@_o__wcslwr));
writeln('_o__wcslwr_l: ',NativeInt(@_o__wcslwr_l));
writeln('_o__wcslwr_s: ',NativeInt(@_o__wcslwr_s));
writeln('_o__wcslwr_s_l: ',NativeInt(@_o__wcslwr_s_l));
writeln('_o__wcsncoll: ',NativeInt(@_o__wcsncoll));
writeln('_o__wcsncoll_l: ',NativeInt(@_o__wcsncoll_l));
writeln('_o__wcsnicmp: ',NativeInt(@_o__wcsnicmp));
writeln('_o__wcsnicmp_l: ',NativeInt(@_o__wcsnicmp_l));
writeln('_o__wcsnicoll: ',NativeInt(@_o__wcsnicoll));
writeln('_o__wcsnicoll_l: ',NativeInt(@_o__wcsnicoll_l));
writeln('_o__wcsnset: ',NativeInt(@_o__wcsnset));
writeln('_o__wcsnset_s: ',NativeInt(@_o__wcsnset_s));
writeln('_o__wcsset: ',NativeInt(@_o__wcsset));
writeln('_o__wcsset_s: ',NativeInt(@_o__wcsset_s));
writeln('_o__wcstod_l: ',NativeInt(@_o__wcstod_l));
writeln('_o__wcstof_l: ',NativeInt(@_o__wcstof_l));
writeln('_o__wcstoi64: ',NativeInt(@_o__wcstoi64));
writeln('_o__wcstoi64_l: ',NativeInt(@_o__wcstoi64_l));
writeln('_o__wcstol_l: ',NativeInt(@_o__wcstol_l));
writeln('_o__wcstold_l: ',NativeInt(@_o__wcstold_l));
writeln('_o__wcstoll_l: ',NativeInt(@_o__wcstoll_l));
writeln('_o__wcstombs_l: ',NativeInt(@_o__wcstombs_l));
writeln('_o__wcstombs_s_l: ',NativeInt(@_o__wcstombs_s_l));
writeln('_o__wcstoui64: ',NativeInt(@_o__wcstoui64));
writeln('_o__wcstoui64_l: ',NativeInt(@_o__wcstoui64_l));
writeln('_o__wcstoul_l: ',NativeInt(@_o__wcstoul_l));
writeln('_o__wcstoull_l: ',NativeInt(@_o__wcstoull_l));
writeln('_o__wcsupr: ',NativeInt(@_o__wcsupr));
writeln('_o__wcsupr_l: ',NativeInt(@_o__wcsupr_l));
writeln('_o__wcsupr_s: ',NativeInt(@_o__wcsupr_s));
writeln('_o__wcsupr_s_l: ',NativeInt(@_o__wcsupr_s_l));
writeln('_o__wcsxfrm_l: ',NativeInt(@_o__wcsxfrm_l));
writeln('_o__wctime32: ',NativeInt(@_o__wctime32));
writeln('_o__wctime32_s: ',NativeInt(@_o__wctime32_s));
writeln('_o__wctime64: ',NativeInt(@_o__wctime64));
writeln('_o__wctime64_s: ',NativeInt(@_o__wctime64_s));
writeln('_o__wctomb_l: ',NativeInt(@_o__wctomb_l));
writeln('_o__wctomb_s_l: ',NativeInt(@_o__wctomb_s_l));
writeln('_o__wdupenv_s: ',NativeInt(@_o__wdupenv_s));
writeln('_o__wexecv: ',NativeInt(@_o__wexecv));
writeln('_o__wexecve: ',NativeInt(@_o__wexecve));
writeln('_o__wexecvp: ',NativeInt(@_o__wexecvp));
writeln('_o__wexecvpe: ',NativeInt(@_o__wexecvpe));
writeln('_o__wfdopen: ',NativeInt(@_o__wfdopen));
writeln('_o__wfindfirst32: ',NativeInt(@_o__wfindfirst32));
writeln('_o__wfindfirst32i64: ',NativeInt(@_o__wfindfirst32i64));
writeln('_o__wfindfirst64: ',NativeInt(@_o__wfindfirst64));
writeln('_o__wfindfirst64i32: ',NativeInt(@_o__wfindfirst64i32));
writeln('_o__wfindnext32: ',NativeInt(@_o__wfindnext32));
writeln('_o__wfindnext32i64: ',NativeInt(@_o__wfindnext32i64));
writeln('_o__wfindnext64: ',NativeInt(@_o__wfindnext64));
writeln('_o__wfindnext64i32: ',NativeInt(@_o__wfindnext64i32));
writeln('_o__wfopen: ',NativeInt(@_o__wfopen));
writeln('_o__wfopen_s: ',NativeInt(@_o__wfopen_s));
writeln('_o__wfreopen: ',NativeInt(@_o__wfreopen));
writeln('_o__wfreopen_s: ',NativeInt(@_o__wfreopen_s));
writeln('_o__wfsopen: ',NativeInt(@_o__wfsopen));
writeln('_o__wfullpath: ',NativeInt(@_o__wfullpath));
writeln('_o__wgetcwd: ',NativeInt(@_o__wgetcwd));
writeln('_o__wgetdcwd: ',NativeInt(@_o__wgetdcwd));
writeln('_o__wgetenv: ',NativeInt(@_o__wgetenv));
writeln('_o__wgetenv_s: ',NativeInt(@_o__wgetenv_s));
writeln('_o__wmakepath: ',NativeInt(@_o__wmakepath));
writeln('_o__wmakepath_s: ',NativeInt(@_o__wmakepath_s));
writeln('_o__wmkdir: ',NativeInt(@_o__wmkdir));
writeln('_o__wmktemp: ',NativeInt(@_o__wmktemp));
writeln('_o__wmktemp_s: ',NativeInt(@_o__wmktemp_s));
writeln('_o__wperror: ',NativeInt(@_o__wperror));
writeln('_o__wpopen: ',NativeInt(@_o__wpopen));
writeln('_o__wputenv: ',NativeInt(@_o__wputenv));
writeln('_o__wputenv_s: ',NativeInt(@_o__wputenv_s));
writeln('_o__wremove: ',NativeInt(@_o__wremove));
writeln('_o__wrename: ',NativeInt(@_o__wrename));
writeln('_o__write: ',NativeInt(@_o__write));
writeln('_o__wrmdir: ',NativeInt(@_o__wrmdir));
writeln('_o__wsearchenv: ',NativeInt(@_o__wsearchenv));
writeln('_o__wsearchenv_s: ',NativeInt(@_o__wsearchenv_s));
writeln('_o__wsetlocale: ',NativeInt(@_o__wsetlocale));
writeln('_o__wsopen_dispatch: ',NativeInt(@_o__wsopen_dispatch));
writeln('_o__wsopen_s: ',NativeInt(@_o__wsopen_s));
writeln('_o__wspawnv: ',NativeInt(@_o__wspawnv));
writeln('_o__wspawnve: ',NativeInt(@_o__wspawnve));
writeln('_o__wspawnvp: ',NativeInt(@_o__wspawnvp));
writeln('_o__wspawnvpe: ',NativeInt(@_o__wspawnvpe));
writeln('_o__wsplitpath: ',NativeInt(@_o__wsplitpath));
writeln('_o__wsplitpath_s: ',NativeInt(@_o__wsplitpath_s));
writeln('_o__wstat32: ',NativeInt(@_o__wstat32));
writeln('_o__wstat32i64: ',NativeInt(@_o__wstat32i64));
writeln('_o__wstat64: ',NativeInt(@_o__wstat64));
writeln('_o__wstat64i32: ',NativeInt(@_o__wstat64i32));
writeln('_o__wstrdate: ',NativeInt(@_o__wstrdate));
writeln('_o__wstrdate_s: ',NativeInt(@_o__wstrdate_s));
writeln('_o__wstrtime: ',NativeInt(@_o__wstrtime));
writeln('_o__wstrtime_s: ',NativeInt(@_o__wstrtime_s));
writeln('_o__wsystem: ',NativeInt(@_o__wsystem));
writeln('_o__wtmpnam_s: ',NativeInt(@_o__wtmpnam_s));
writeln('_o__wtof: ',NativeInt(@_o__wtof));
writeln('_o__wtof_l: ',NativeInt(@_o__wtof_l));
writeln('_o__wtoi: ',NativeInt(@_o__wtoi));
writeln('_o__wtoi64: ',NativeInt(@_o__wtoi64));
writeln('_o__wtoi64_l: ',NativeInt(@_o__wtoi64_l));
writeln('_o__wtoi_l: ',NativeInt(@_o__wtoi_l));
writeln('_o__wtol: ',NativeInt(@_o__wtol));
writeln('_o__wtol_l: ',NativeInt(@_o__wtol_l));
writeln('_o__wtoll: ',NativeInt(@_o__wtoll));
writeln('_o__wtoll_l: ',NativeInt(@_o__wtoll_l));
writeln('_o__wunlink: ',NativeInt(@_o__wunlink));
writeln('_o__wutime32: ',NativeInt(@_o__wutime32));
writeln('_o__wutime64: ',NativeInt(@_o__wutime64));
writeln('_o__y0: ',NativeInt(@_o__y0));
writeln('_o__y1: ',NativeInt(@_o__y1));
writeln('_o__yn: ',NativeInt(@_o__yn));
writeln('_o_abort: ',NativeInt(@_o_abort));
writeln('_o_acos: ',NativeInt(@_o_acos));
writeln('_o_acosf: ',NativeInt(@_o_acosf));
writeln('_o_acosh: ',NativeInt(@_o_acosh));
writeln('_o_acoshf: ',NativeInt(@_o_acoshf));
writeln('_o_acoshl: ',NativeInt(@_o_acoshl));
writeln('_o_asctime: ',NativeInt(@_o_asctime));
writeln('_o_asctime_s: ',NativeInt(@_o_asctime_s));
writeln('_o_asin: ',NativeInt(@_o_asin));
writeln('_o_asinf: ',NativeInt(@_o_asinf));
writeln('_o_asinh: ',NativeInt(@_o_asinh));
writeln('_o_asinhf: ',NativeInt(@_o_asinhf));
writeln('_o_asinhl: ',NativeInt(@_o_asinhl));
writeln('_o_atan: ',NativeInt(@_o_atan));
writeln('_o_atan2: ',NativeInt(@_o_atan2));
writeln('_o_atan2f: ',NativeInt(@_o_atan2f));
writeln('_o_atanf: ',NativeInt(@_o_atanf));
writeln('_o_atanh: ',NativeInt(@_o_atanh));
writeln('_o_atanhf: ',NativeInt(@_o_atanhf));
writeln('_o_atanhl: ',NativeInt(@_o_atanhl));
writeln('_o_atof: ',NativeInt(@_o_atof));
writeln('_o_atoi: ',NativeInt(@_o_atoi));
writeln('_o_atol: ',NativeInt(@_o_atol));
writeln('_o_atoll: ',NativeInt(@_o_atoll));
writeln('_o_bsearch: ',NativeInt(@_o_bsearch));
writeln('_o_bsearch_s: ',NativeInt(@_o_bsearch_s));
writeln('_o_btowc: ',NativeInt(@_o_btowc));
writeln('_o_calloc: ',NativeInt(@_o_calloc));
writeln('_o_cbrt: ',NativeInt(@_o_cbrt));
writeln('_o_cbrtf: ',NativeInt(@_o_cbrtf));
writeln('_o_ceil: ',NativeInt(@_o_ceil));
writeln('_o_ceilf: ',NativeInt(@_o_ceilf));
writeln('_o_clearerr: ',NativeInt(@_o_clearerr));
writeln('_o_clearerr_s: ',NativeInt(@_o_clearerr_s));
writeln('_o_cos: ',NativeInt(@_o_cos));
writeln('_o_cosf: ',NativeInt(@_o_cosf));
writeln('_o_cosh: ',NativeInt(@_o_cosh));
writeln('_o_coshf: ',NativeInt(@_o_coshf));
writeln('_o_erf: ',NativeInt(@_o_erf));
writeln('_o_erfc: ',NativeInt(@_o_erfc));
writeln('_o_erfcf: ',NativeInt(@_o_erfcf));
writeln('_o_erfcl: ',NativeInt(@_o_erfcl));
writeln('_o_erff: ',NativeInt(@_o_erff));
writeln('_o_erfl: ',NativeInt(@_o_erfl));
writeln('_o_exp: ',NativeInt(@_o_exp));
writeln('_o_exp2: ',NativeInt(@_o_exp2));
writeln('_o_exp2f: ',NativeInt(@_o_exp2f));
writeln('_o_exp2l: ',NativeInt(@_o_exp2l));
writeln('_o_expf: ',NativeInt(@_o_expf));
writeln('_o_fabs: ',NativeInt(@_o_fabs));
writeln('_o_fclose: ',NativeInt(@_o_fclose));
writeln('_o_feof: ',NativeInt(@_o_feof));
writeln('_o_ferror: ',NativeInt(@_o_ferror));
writeln('_o_fflush: ',NativeInt(@_o_fflush));
writeln('_o_fgetc: ',NativeInt(@_o_fgetc));
writeln('_o_fgetpos: ',NativeInt(@_o_fgetpos));
writeln('_o_fgets: ',NativeInt(@_o_fgets));
writeln('_o_fgetwc: ',NativeInt(@_o_fgetwc));
writeln('_o_fgetws: ',NativeInt(@_o_fgetws));
writeln('_o_floor: ',NativeInt(@_o_floor));
writeln('_o_floorf: ',NativeInt(@_o_floorf));
writeln('_o_fma: ',NativeInt(@_o_fma));
writeln('_o_fmaf: ',NativeInt(@_o_fmaf));
writeln('_o_fmal: ',NativeInt(@_o_fmal));
writeln('_o_fmod: ',NativeInt(@_o_fmod));
writeln('_o_fmodf: ',NativeInt(@_o_fmodf));
writeln('_o_fopen: ',NativeInt(@_o_fopen));
writeln('_o_fopen_s: ',NativeInt(@_o_fopen_s));
writeln('_o_fputc: ',NativeInt(@_o_fputc));
writeln('_o_fputs: ',NativeInt(@_o_fputs));
writeln('_o_fputwc: ',NativeInt(@_o_fputwc));
writeln('_o_fputws: ',NativeInt(@_o_fputws));
writeln('_o_fread: ',NativeInt(@_o_fread));
writeln('_o_fread_s: ',NativeInt(@_o_fread_s));
writeln('_o_free: ',NativeInt(@_o_free));
writeln('_o_freopen: ',NativeInt(@_o_freopen));
writeln('_o_freopen_s: ',NativeInt(@_o_freopen_s));
writeln('_o_frexp: ',NativeInt(@_o_frexp));
writeln('_o_fseek: ',NativeInt(@_o_fseek));
writeln('_o_fsetpos: ',NativeInt(@_o_fsetpos));
writeln('_o_ftell: ',NativeInt(@_o_ftell));
writeln('_o_fwrite: ',NativeInt(@_o_fwrite));
writeln('_o_getc: ',NativeInt(@_o_getc));
writeln('_o_getchar: ',NativeInt(@_o_getchar));
writeln('_o_getenv: ',NativeInt(@_o_getenv));
writeln('_o_getenv_s: ',NativeInt(@_o_getenv_s));
writeln('_o_gets: ',NativeInt(@_o_gets));
writeln('_o_gets_s: ',NativeInt(@_o_gets_s));
writeln('_o_getwc: ',NativeInt(@_o_getwc));
writeln('_o_getwchar: ',NativeInt(@_o_getwchar));
writeln('_o_hypot: ',NativeInt(@_o_hypot));
writeln('_o_is_wctype: ',NativeInt(@_o_is_wctype));
writeln('_o_isalnum: ',NativeInt(@_o_isalnum));
writeln('_o_isalpha: ',NativeInt(@_o_isalpha));
writeln('_o_isblank: ',NativeInt(@_o_isblank));
writeln('_o_iscntrl: ',NativeInt(@_o_iscntrl));
writeln('_o_isdigit: ',NativeInt(@_o_isdigit));
writeln('_o_isgraph: ',NativeInt(@_o_isgraph));
writeln('_o_isleadbyte: ',NativeInt(@_o_isleadbyte));
writeln('_o_islower: ',NativeInt(@_o_islower));
writeln('_o_isprint: ',NativeInt(@_o_isprint));
writeln('_o_ispunct: ',NativeInt(@_o_ispunct));
writeln('_o_isspace: ',NativeInt(@_o_isspace));
writeln('_o_isupper: ',NativeInt(@_o_isupper));
writeln('_o_iswalnum: ',NativeInt(@_o_iswalnum));
writeln('_o_iswalpha: ',NativeInt(@_o_iswalpha));
writeln('_o_iswascii: ',NativeInt(@_o_iswascii));
writeln('_o_iswblank: ',NativeInt(@_o_iswblank));
writeln('_o_iswcntrl: ',NativeInt(@_o_iswcntrl));
writeln('_o_iswctype: ',NativeInt(@_o_iswctype));
writeln('_o_iswdigit: ',NativeInt(@_o_iswdigit));
writeln('_o_iswgraph: ',NativeInt(@_o_iswgraph));
writeln('_o_iswlower: ',NativeInt(@_o_iswlower));
writeln('_o_iswprint: ',NativeInt(@_o_iswprint));
writeln('_o_iswpunct: ',NativeInt(@_o_iswpunct));
writeln('_o_iswspace: ',NativeInt(@_o_iswspace));
writeln('_o_iswupper: ',NativeInt(@_o_iswupper));
writeln('_o_iswxdigit: ',NativeInt(@_o_iswxdigit));
writeln('_o_isxdigit: ',NativeInt(@_o_isxdigit));
writeln('_o_ldexp: ',NativeInt(@_o_ldexp));
writeln('_o_lgamma: ',NativeInt(@_o_lgamma));
writeln('_o_lgammaf: ',NativeInt(@_o_lgammaf));
writeln('_o_lgammal: ',NativeInt(@_o_lgammal));
writeln('_o_llrint: ',NativeInt(@_o_llrint));
writeln('_o_llrintf: ',NativeInt(@_o_llrintf));
writeln('_o_llrintl: ',NativeInt(@_o_llrintl));
writeln('_o_llround: ',NativeInt(@_o_llround));
writeln('_o_llroundf: ',NativeInt(@_o_llroundf));
writeln('_o_llroundl: ',NativeInt(@_o_llroundl));
writeln('_o_localeconv: ',NativeInt(@_o_localeconv));
writeln('_o_log: ',NativeInt(@_o_log));
writeln('_o_log10: ',NativeInt(@_o_log10));
writeln('_o_log10f: ',NativeInt(@_o_log10f));
writeln('_o_log1p: ',NativeInt(@_o_log1p));
writeln('_o_log1pf: ',NativeInt(@_o_log1pf));
writeln('_o_log1pl: ',NativeInt(@_o_log1pl));
writeln('_o_log2: ',NativeInt(@_o_log2));
writeln('_o_log2f: ',NativeInt(@_o_log2f));
writeln('_o_log2l: ',NativeInt(@_o_log2l));
writeln('_o_logb: ',NativeInt(@_o_logb));
writeln('_o_logbf: ',NativeInt(@_o_logbf));
writeln('_o_logbl: ',NativeInt(@_o_logbl));
writeln('_o_logf: ',NativeInt(@_o_logf));
writeln('_o_lrint: ',NativeInt(@_o_lrint));
writeln('_o_lrintf: ',NativeInt(@_o_lrintf));
writeln('_o_lrintl: ',NativeInt(@_o_lrintl));
writeln('_o_lround: ',NativeInt(@_o_lround));
writeln('_o_lroundf: ',NativeInt(@_o_lroundf));
writeln('_o_lroundl: ',NativeInt(@_o_lroundl));
writeln('_o_malloc: ',NativeInt(@_o_malloc));
writeln('_o_mblen: ',NativeInt(@_o_mblen));
writeln('_o_mbrlen: ',NativeInt(@_o_mbrlen));
writeln('_o_mbrtoc16: ',NativeInt(@_o_mbrtoc16));
writeln('_o_mbrtoc32: ',NativeInt(@_o_mbrtoc32));
writeln('_o_mbrtowc: ',NativeInt(@_o_mbrtowc));
writeln('_o_mbsrtowcs: ',NativeInt(@_o_mbsrtowcs));
writeln('_o_mbsrtowcs_s: ',NativeInt(@_o_mbsrtowcs_s));
writeln('_o_mbstowcs: ',NativeInt(@_o_mbstowcs));
writeln('_o_mbstowcs_s: ',NativeInt(@_o_mbstowcs_s));
writeln('_o_mbtowc: ',NativeInt(@_o_mbtowc));
writeln('_o_memset: ',NativeInt(@_o_memset));
writeln('_o_modf: ',NativeInt(@_o_modf));
writeln('_o_modff: ',NativeInt(@_o_modff));
writeln('_o_nan: ',NativeInt(@_o_nan));
writeln('_o_nanf: ',NativeInt(@_o_nanf));
writeln('_o_nanl: ',NativeInt(@_o_nanl));
writeln('_o_nearbyint: ',NativeInt(@_o_nearbyint));
writeln('_o_nearbyintf: ',NativeInt(@_o_nearbyintf));
writeln('_o_nearbyintl: ',NativeInt(@_o_nearbyintl));
writeln('_o_nextafter: ',NativeInt(@_o_nextafter));
writeln('_o_nextafterf: ',NativeInt(@_o_nextafterf));
writeln('_o_nextafterl: ',NativeInt(@_o_nextafterl));
writeln('_o_nexttoward: ',NativeInt(@_o_nexttoward));
writeln('_o_nexttowardf: ',NativeInt(@_o_nexttowardf));
writeln('_o_nexttowardl: ',NativeInt(@_o_nexttowardl));
writeln('_o_pow: ',NativeInt(@_o_pow));
writeln('_o_powf: ',NativeInt(@_o_powf));
writeln('_o_putc: ',NativeInt(@_o_putc));
writeln('_o_putchar: ',NativeInt(@_o_putchar));
writeln('_o_puts: ',NativeInt(@_o_puts));
writeln('_o_putwc: ',NativeInt(@_o_putwc));
writeln('_o_putwchar: ',NativeInt(@_o_putwchar));
writeln('_o_qsort: ',NativeInt(@_o_qsort));
writeln('_o_qsort_s: ',NativeInt(@_o_qsort_s));
writeln('_o_raise: ',NativeInt(@_o_raise));
writeln('_o_rand: ',NativeInt(@_o_rand));
writeln('_o_rand_s: ',NativeInt(@_o_rand_s));
writeln('_o_realloc: ',NativeInt(@_o_realloc));
writeln('_o_remainder: ',NativeInt(@_o_remainder));
writeln('_o_remainderf: ',NativeInt(@_o_remainderf));
writeln('_o_remainderl: ',NativeInt(@_o_remainderl));
writeln('_o_remove: ',NativeInt(@_o_remove));
writeln('_o_remquo: ',NativeInt(@_o_remquo));
writeln('_o_remquof: ',NativeInt(@_o_remquof));
writeln('_o_remquol: ',NativeInt(@_o_remquol));
writeln('_o_rewind: ',NativeInt(@_o_rewind));
writeln('_o_rint: ',NativeInt(@_o_rint));
writeln('_o_rintf: ',NativeInt(@_o_rintf));
writeln('_o_rintl: ',NativeInt(@_o_rintl));
writeln('_o_round: ',NativeInt(@_o_round));
writeln('_o_roundf: ',NativeInt(@_o_roundf));
writeln('_o_roundl: ',NativeInt(@_o_roundl));
writeln('_o_scalbln: ',NativeInt(@_o_scalbln));
writeln('_o_scalblnf: ',NativeInt(@_o_scalblnf));
writeln('_o_scalblnl: ',NativeInt(@_o_scalblnl));
writeln('_o_scalbn: ',NativeInt(@_o_scalbn));
writeln('_o_scalbnf: ',NativeInt(@_o_scalbnf));
writeln('_o_scalbnl: ',NativeInt(@_o_scalbnl));
writeln('_o_set_terminate: ',NativeInt(@_o_set_terminate));
writeln('_o_setbuf: ',NativeInt(@_o_setbuf));
writeln('_o_setvbuf: ',NativeInt(@_o_setvbuf));
writeln('_o_sin: ',NativeInt(@_o_sin));
writeln('_o_sinf: ',NativeInt(@_o_sinf));
writeln('_o_sinh: ',NativeInt(@_o_sinh));
writeln('_o_sinhf: ',NativeInt(@_o_sinhf));
writeln('_o_sqrt: ',NativeInt(@_o_sqrt));
writeln('_o_sqrtf: ',NativeInt(@_o_sqrtf));
writeln('_o_srand: ',NativeInt(@_o_srand));
writeln('_o_strcat_s: ',NativeInt(@_o_strcat_s));
writeln('_o_strcoll: ',NativeInt(@_o_strcoll));
writeln('_o_strcpy_s: ',NativeInt(@_o_strcpy_s));
writeln('_o_strerror: ',NativeInt(@_o_strerror));
writeln('_o_strerror_s: ',NativeInt(@_o_strerror_s));
writeln('_o_strftime: ',NativeInt(@_o_strftime));
writeln('_o_strncat_s: ',NativeInt(@_o_strncat_s));
writeln('_o_strncpy_s: ',NativeInt(@_o_strncpy_s));
writeln('_o_strtod: ',NativeInt(@_o_strtod));
writeln('_o_strtof: ',NativeInt(@_o_strtof));
writeln('_o_strtok: ',NativeInt(@_o_strtok));
writeln('_o_strtok_s: ',NativeInt(@_o_strtok_s));
writeln('_o_strtol: ',NativeInt(@_o_strtol));
writeln('_o_strtold: ',NativeInt(@_o_strtold));
writeln('_o_strtoll: ',NativeInt(@_o_strtoll));
writeln('_o_strtoul: ',NativeInt(@_o_strtoul));
writeln('_o_strtoull: ',NativeInt(@_o_strtoull));
writeln('_o_system: ',NativeInt(@_o_system));
writeln('_o_tan: ',NativeInt(@_o_tan));
writeln('_o_tanf: ',NativeInt(@_o_tanf));
writeln('_o_tanh: ',NativeInt(@_o_tanh));
writeln('_o_tanhf: ',NativeInt(@_o_tanhf));
writeln('_o_terminate: ',NativeInt(@_o_terminate));
writeln('_o_tgamma: ',NativeInt(@_o_tgamma));
writeln('_o_tgammaf: ',NativeInt(@_o_tgammaf));
writeln('_o_tgammal: ',NativeInt(@_o_tgammal));
writeln('_o_tmpfile_s: ',NativeInt(@_o_tmpfile_s));
writeln('_o_tmpnam_s: ',NativeInt(@_o_tmpnam_s));
writeln('_o_tolower: ',NativeInt(@_o_tolower));
writeln('_o_toupper: ',NativeInt(@_o_toupper));
writeln('_o_towlower: ',NativeInt(@_o_towlower));
writeln('_o_towupper: ',NativeInt(@_o_towupper));
writeln('_o_ungetc: ',NativeInt(@_o_ungetc));
writeln('_o_ungetwc: ',NativeInt(@_o_ungetwc));
writeln('_o_wcrtomb: ',NativeInt(@_o_wcrtomb));
writeln('_o_wcrtomb_s: ',NativeInt(@_o_wcrtomb_s));
writeln('_o_wcscat_s: ',NativeInt(@_o_wcscat_s));
writeln('_o_wcscoll: ',NativeInt(@_o_wcscoll));
writeln('_o_wcscpy: ',NativeInt(@_o_wcscpy));
writeln('_o_wcscpy_s: ',NativeInt(@_o_wcscpy_s));
writeln('_o_wcsftime: ',NativeInt(@_o_wcsftime));
writeln('_o_wcsncat_s: ',NativeInt(@_o_wcsncat_s));
writeln('_o_wcsncpy_s: ',NativeInt(@_o_wcsncpy_s));
writeln('_o_wcsrtombs: ',NativeInt(@_o_wcsrtombs));
writeln('_o_wcsrtombs_s: ',NativeInt(@_o_wcsrtombs_s));
writeln('_o_wcstod: ',NativeInt(@_o_wcstod));
writeln('_o_wcstof: ',NativeInt(@_o_wcstof));
writeln('_o_wcstok: ',NativeInt(@_o_wcstok));
writeln('_o_wcstok_s: ',NativeInt(@_o_wcstok_s));
writeln('_o_wcstol: ',NativeInt(@_o_wcstol));
writeln('_o_wcstold: ',NativeInt(@_o_wcstold));
writeln('_o_wcstoll: ',NativeInt(@_o_wcstoll));
writeln('_o_wcstombs: ',NativeInt(@_o_wcstombs));
writeln('_o_wcstombs_s: ',NativeInt(@_o_wcstombs_s));
writeln('_o_wcstoul: ',NativeInt(@_o_wcstoul));
writeln('_o_wcstoull: ',NativeInt(@_o_wcstoull));
writeln('_o_wctob: ',NativeInt(@_o_wctob));
writeln('_o_wctomb: ',NativeInt(@_o_wctomb));
writeln('_o_wctomb_s: ',NativeInt(@_o_wctomb_s));
writeln('_o_wmemcpy_s: ',NativeInt(@_o_wmemcpy_s));
writeln('_o_wmemmove_s: ',NativeInt(@_o_wmemmove_s));
writeln('_purecall: ',NativeInt(@_purecall));
writeln('_set_purecall_handler: ',NativeInt(@_set_purecall_handler));
writeln('_set_se_translator: ',NativeInt(@_set_se_translator));
writeln('longjmp: ',NativeInt(@longjmp));
writeln('memchr: ',NativeInt(@memchr));
writeln('memcmp: ',NativeInt(@memcmp));
writeln('memcpy: ',NativeInt(@memcpy));
writeln('memmove: ',NativeInt(@memmove));
writeln('set_unexpected: ',NativeInt(@set_unexpected));
writeln('setjmp: ',NativeInt(@setjmp));
writeln('strchr: ',NativeInt(@strchr));
writeln('strrchr: ',NativeInt(@strrchr));
writeln('strstr: ',NativeInt(@strstr));
writeln('unexpected: ',NativeInt(@unexpected));
writeln('wcschr: ',NativeInt(@wcschr));
writeln('wcsrchr: ',NativeInt(@wcsrchr));
writeln('wcsstr: ',NativeInt(@wcsstr));
writeln('__p__mbcasemap: ',NativeInt(@__p__mbcasemap));
writeln('__p__mbctype: ',NativeInt(@__p__mbctype));
writeln('_ismbbalnum: ',NativeInt(@_ismbbalnum));
writeln('_ismbbalnum_l: ',NativeInt(@_ismbbalnum_l));
writeln('_ismbbalpha: ',NativeInt(@_ismbbalpha));
writeln('_ismbbalpha_l: ',NativeInt(@_ismbbalpha_l));
writeln('_ismbbblank: ',NativeInt(@_ismbbblank));
writeln('_ismbbblank_l: ',NativeInt(@_ismbbblank_l));
writeln('_ismbbgraph: ',NativeInt(@_ismbbgraph));
writeln('_ismbbgraph_l: ',NativeInt(@_ismbbgraph_l));
writeln('_ismbbkalnum: ',NativeInt(@_ismbbkalnum));
writeln('_ismbbkalnum_l: ',NativeInt(@_ismbbkalnum_l));
writeln('_ismbbkana: ',NativeInt(@_ismbbkana));
writeln('_ismbbkana_l: ',NativeInt(@_ismbbkana_l));
writeln('_ismbbkprint: ',NativeInt(@_ismbbkprint));
writeln('_ismbbkprint_l: ',NativeInt(@_ismbbkprint_l));
writeln('_ismbbkpunct: ',NativeInt(@_ismbbkpunct));
writeln('_ismbbkpunct_l: ',NativeInt(@_ismbbkpunct_l));
writeln('_ismbblead: ',NativeInt(@_ismbblead));
writeln('_ismbblead_l: ',NativeInt(@_ismbblead_l));
writeln('_ismbbprint: ',NativeInt(@_ismbbprint));
writeln('_ismbbprint_l: ',NativeInt(@_ismbbprint_l));
writeln('_ismbbpunct: ',NativeInt(@_ismbbpunct));
writeln('_ismbbpunct_l: ',NativeInt(@_ismbbpunct_l));
writeln('_ismbbtrail: ',NativeInt(@_ismbbtrail));
writeln('_ismbbtrail_l: ',NativeInt(@_ismbbtrail_l));
writeln('_ismbcalnum: ',NativeInt(@_ismbcalnum));
writeln('_ismbcalnum_l: ',NativeInt(@_ismbcalnum_l));
writeln('_ismbcalpha: ',NativeInt(@_ismbcalpha));
writeln('_ismbcalpha_l: ',NativeInt(@_ismbcalpha_l));
writeln('_ismbcblank: ',NativeInt(@_ismbcblank));
writeln('_ismbcblank_l: ',NativeInt(@_ismbcblank_l));
writeln('_ismbcdigit: ',NativeInt(@_ismbcdigit));
writeln('_ismbcdigit_l: ',NativeInt(@_ismbcdigit_l));
writeln('_ismbcgraph: ',NativeInt(@_ismbcgraph));
writeln('_ismbcgraph_l: ',NativeInt(@_ismbcgraph_l));
writeln('_ismbchira: ',NativeInt(@_ismbchira));
writeln('_ismbchira_l: ',NativeInt(@_ismbchira_l));
writeln('_ismbckata: ',NativeInt(@_ismbckata));
writeln('_ismbckata_l: ',NativeInt(@_ismbckata_l));
writeln('_ismbcl0: ',NativeInt(@_ismbcl0));
writeln('_ismbcl0_l: ',NativeInt(@_ismbcl0_l));
writeln('_ismbcl1: ',NativeInt(@_ismbcl1));
writeln('_ismbcl1_l: ',NativeInt(@_ismbcl1_l));
writeln('_ismbcl2: ',NativeInt(@_ismbcl2));
writeln('_ismbcl2_l: ',NativeInt(@_ismbcl2_l));
writeln('_ismbclegal: ',NativeInt(@_ismbclegal));
writeln('_ismbclegal_l: ',NativeInt(@_ismbclegal_l));
writeln('_ismbclower: ',NativeInt(@_ismbclower));
writeln('_ismbclower_l: ',NativeInt(@_ismbclower_l));
writeln('_ismbcprint: ',NativeInt(@_ismbcprint));
writeln('_ismbcprint_l: ',NativeInt(@_ismbcprint_l));
writeln('_ismbcpunct: ',NativeInt(@_ismbcpunct));
writeln('_ismbcpunct_l: ',NativeInt(@_ismbcpunct_l));
writeln('_ismbcspace: ',NativeInt(@_ismbcspace));
writeln('_ismbcspace_l: ',NativeInt(@_ismbcspace_l));
writeln('_ismbcsymbol: ',NativeInt(@_ismbcsymbol));
writeln('_ismbcsymbol_l: ',NativeInt(@_ismbcsymbol_l));
writeln('_ismbcupper: ',NativeInt(@_ismbcupper));
writeln('_ismbcupper_l: ',NativeInt(@_ismbcupper_l));
writeln('_ismbslead: ',NativeInt(@_ismbslead));
writeln('_ismbslead_l: ',NativeInt(@_ismbslead_l));
writeln('_ismbstrail: ',NativeInt(@_ismbstrail));
writeln('_ismbstrail_l: ',NativeInt(@_ismbstrail_l));
writeln('_mbbtombc: ',NativeInt(@_mbbtombc));
writeln('_mbbtombc_l: ',NativeInt(@_mbbtombc_l));
writeln('_mbbtype: ',NativeInt(@_mbbtype));
writeln('_mbbtype_l: ',NativeInt(@_mbbtype_l));
writeln('_mbccpy: ',NativeInt(@_mbccpy));
writeln('_mbccpy_l: ',NativeInt(@_mbccpy_l));
writeln('_mbccpy_s: ',NativeInt(@_mbccpy_s));
writeln('_mbccpy_s_l: ',NativeInt(@_mbccpy_s_l));
writeln('_mbcjistojms: ',NativeInt(@_mbcjistojms));
writeln('_mbcjistojms_l: ',NativeInt(@_mbcjistojms_l));
writeln('_mbcjmstojis: ',NativeInt(@_mbcjmstojis));
writeln('_mbcjmstojis_l: ',NativeInt(@_mbcjmstojis_l));
writeln('_mbclen: ',NativeInt(@_mbclen));
writeln('_mbclen_l: ',NativeInt(@_mbclen_l));
writeln('_mbctohira: ',NativeInt(@_mbctohira));
writeln('_mbctohira_l: ',NativeInt(@_mbctohira_l));
writeln('_mbctokata: ',NativeInt(@_mbctokata));
writeln('_mbctokata_l: ',NativeInt(@_mbctokata_l));
writeln('_mbctolower: ',NativeInt(@_mbctolower));
writeln('_mbctolower_l: ',NativeInt(@_mbctolower_l));
writeln('_mbctombb: ',NativeInt(@_mbctombb));
writeln('_mbctombb_l: ',NativeInt(@_mbctombb_l));
writeln('_mbctoupper: ',NativeInt(@_mbctoupper));
writeln('_mbctoupper_l: ',NativeInt(@_mbctoupper_l));
writeln('_mblen_l: ',NativeInt(@_mblen_l));
writeln('_mbsbtype: ',NativeInt(@_mbsbtype));
writeln('_mbsbtype_l: ',NativeInt(@_mbsbtype_l));
writeln('_mbscat_s: ',NativeInt(@_mbscat_s));
writeln('_mbscat_s_l: ',NativeInt(@_mbscat_s_l));
writeln('_mbschr: ',NativeInt(@_mbschr));
writeln('_mbschr_l: ',NativeInt(@_mbschr_l));
writeln('_mbscmp: ',NativeInt(@_mbscmp));
writeln('_mbscmp_l: ',NativeInt(@_mbscmp_l));
writeln('_mbscoll: ',NativeInt(@_mbscoll));
writeln('_mbscoll_l: ',NativeInt(@_mbscoll_l));
writeln('_mbscpy_s: ',NativeInt(@_mbscpy_s));
writeln('_mbscpy_s_l: ',NativeInt(@_mbscpy_s_l));
writeln('_mbscspn: ',NativeInt(@_mbscspn));
writeln('_mbscspn_l: ',NativeInt(@_mbscspn_l));
writeln('_mbsdec: ',NativeInt(@_mbsdec));
writeln('_mbsdec_l: ',NativeInt(@_mbsdec_l));
writeln('_mbsdup: ',NativeInt(@_mbsdup));
writeln('_mbsicmp: ',NativeInt(@_mbsicmp));
writeln('_mbsicmp_l: ',NativeInt(@_mbsicmp_l));
writeln('_mbsicoll: ',NativeInt(@_mbsicoll));
writeln('_mbsicoll_l: ',NativeInt(@_mbsicoll_l));
writeln('_mbsinc: ',NativeInt(@_mbsinc));
writeln('_mbsinc_l: ',NativeInt(@_mbsinc_l));
writeln('_mbslen: ',NativeInt(@_mbslen));
writeln('_mbslen_l: ',NativeInt(@_mbslen_l));
writeln('_mbslwr: ',NativeInt(@_mbslwr));
writeln('_mbslwr_l: ',NativeInt(@_mbslwr_l));
writeln('_mbslwr_s: ',NativeInt(@_mbslwr_s));
writeln('_mbslwr_s_l: ',NativeInt(@_mbslwr_s_l));
writeln('_mbsnbcat: ',NativeInt(@_mbsnbcat));
writeln('_mbsnbcat_l: ',NativeInt(@_mbsnbcat_l));
writeln('_mbsnbcat_s: ',NativeInt(@_mbsnbcat_s));
writeln('_mbsnbcat_s_l: ',NativeInt(@_mbsnbcat_s_l));
writeln('_mbsnbcmp: ',NativeInt(@_mbsnbcmp));
writeln('_mbsnbcmp_l: ',NativeInt(@_mbsnbcmp_l));
writeln('_mbsnbcnt: ',NativeInt(@_mbsnbcnt));
writeln('_mbsnbcnt_l: ',NativeInt(@_mbsnbcnt_l));
writeln('_mbsnbcoll: ',NativeInt(@_mbsnbcoll));
writeln('_mbsnbcoll_l: ',NativeInt(@_mbsnbcoll_l));
writeln('_mbsnbcpy: ',NativeInt(@_mbsnbcpy));
writeln('_mbsnbcpy_l: ',NativeInt(@_mbsnbcpy_l));
writeln('_mbsnbcpy_s: ',NativeInt(@_mbsnbcpy_s));
writeln('_mbsnbcpy_s_l: ',NativeInt(@_mbsnbcpy_s_l));
writeln('_mbsnbicmp: ',NativeInt(@_mbsnbicmp));
writeln('_mbsnbicmp_l: ',NativeInt(@_mbsnbicmp_l));
writeln('_mbsnbicoll: ',NativeInt(@_mbsnbicoll));
writeln('_mbsnbicoll_l: ',NativeInt(@_mbsnbicoll_l));
writeln('_mbsnbset: ',NativeInt(@_mbsnbset));
writeln('_mbsnbset_l: ',NativeInt(@_mbsnbset_l));
writeln('_mbsnbset_s: ',NativeInt(@_mbsnbset_s));
writeln('_mbsnbset_s_l: ',NativeInt(@_mbsnbset_s_l));
writeln('_mbsncat: ',NativeInt(@_mbsncat));
writeln('_mbsncat_l: ',NativeInt(@_mbsncat_l));
writeln('_mbsncat_s: ',NativeInt(@_mbsncat_s));
writeln('_mbsncat_s_l: ',NativeInt(@_mbsncat_s_l));
writeln('_mbsnccnt: ',NativeInt(@_mbsnccnt));
writeln('_mbsnccnt_l: ',NativeInt(@_mbsnccnt_l));
writeln('_mbsncmp: ',NativeInt(@_mbsncmp));
writeln('_mbsncmp_l: ',NativeInt(@_mbsncmp_l));
writeln('_mbsncoll: ',NativeInt(@_mbsncoll));
writeln('_mbsncoll_l: ',NativeInt(@_mbsncoll_l));
writeln('_mbsncpy: ',NativeInt(@_mbsncpy));
writeln('_mbsncpy_l: ',NativeInt(@_mbsncpy_l));
writeln('_mbsncpy_s: ',NativeInt(@_mbsncpy_s));
writeln('_mbsncpy_s_l: ',NativeInt(@_mbsncpy_s_l));
writeln('_mbsnextc: ',NativeInt(@_mbsnextc));
writeln('_mbsnextc_l: ',NativeInt(@_mbsnextc_l));
writeln('_mbsnicmp: ',NativeInt(@_mbsnicmp));
writeln('_mbsnicmp_l: ',NativeInt(@_mbsnicmp_l));
writeln('_mbsnicoll: ',NativeInt(@_mbsnicoll));
writeln('_mbsnicoll_l: ',NativeInt(@_mbsnicoll_l));
writeln('_mbsninc: ',NativeInt(@_mbsninc));
writeln('_mbsninc_l: ',NativeInt(@_mbsninc_l));
writeln('_mbsnlen: ',NativeInt(@_mbsnlen));
writeln('_mbsnlen_l: ',NativeInt(@_mbsnlen_l));
writeln('_mbsnset: ',NativeInt(@_mbsnset));
writeln('_mbsnset_l: ',NativeInt(@_mbsnset_l));
writeln('_mbsnset_s: ',NativeInt(@_mbsnset_s));
writeln('_mbsnset_s_l: ',NativeInt(@_mbsnset_s_l));
writeln('_mbspbrk: ',NativeInt(@_mbspbrk));
writeln('_mbspbrk_l: ',NativeInt(@_mbspbrk_l));
writeln('_mbsrchr: ',NativeInt(@_mbsrchr));
writeln('_mbsrchr_l: ',NativeInt(@_mbsrchr_l));
writeln('_mbsrev: ',NativeInt(@_mbsrev));
writeln('_mbsrev_l: ',NativeInt(@_mbsrev_l));
writeln('_mbsset: ',NativeInt(@_mbsset));
writeln('_mbsset_l: ',NativeInt(@_mbsset_l));
writeln('_mbsset_s: ',NativeInt(@_mbsset_s));
writeln('_mbsset_s_l: ',NativeInt(@_mbsset_s_l));
writeln('_mbsspn: ',NativeInt(@_mbsspn));
writeln('_mbsspn_l: ',NativeInt(@_mbsspn_l));
writeln('_mbsspnp: ',NativeInt(@_mbsspnp));
writeln('_mbsspnp_l: ',NativeInt(@_mbsspnp_l));
writeln('_mbsstr: ',NativeInt(@_mbsstr));
writeln('_mbsstr_l: ',NativeInt(@_mbsstr_l));
writeln('_mbstok: ',NativeInt(@_mbstok));
writeln('_mbstok_l: ',NativeInt(@_mbstok_l));
writeln('_mbstok_s: ',NativeInt(@_mbstok_s));
writeln('_mbstok_s_l: ',NativeInt(@_mbstok_s_l));
writeln('_mbstowcs_l: ',NativeInt(@_mbstowcs_l));
writeln('_mbstowcs_s_l: ',NativeInt(@_mbstowcs_s_l));
writeln('_mbstrlen: ',NativeInt(@_mbstrlen));
writeln('_mbstrlen_l: ',NativeInt(@_mbstrlen_l));
writeln('_mbstrnlen: ',NativeInt(@_mbstrnlen));
writeln('_mbstrnlen_l: ',NativeInt(@_mbstrnlen_l));
writeln('_mbsupr: ',NativeInt(@_mbsupr));
writeln('_mbsupr_l: ',NativeInt(@_mbsupr_l));
writeln('_mbsupr_s: ',NativeInt(@_mbsupr_s));
writeln('_mbsupr_s_l: ',NativeInt(@_mbsupr_s_l));
writeln('_mbtowc_l: ',NativeInt(@_mbtowc_l));
writeln('_Cbuild: ',NativeInt(@_Cbuild));
writeln('_Cmulcc: ',NativeInt(@_Cmulcc));
writeln('_Cmulcr: ',NativeInt(@_Cmulcr));
writeln('_FCbuild: ',NativeInt(@_FCbuild));
writeln('_FCmulcc: ',NativeInt(@_FCmulcc));
writeln('_FCmulcr: ',NativeInt(@_FCmulcr));
writeln('_LCbuild: ',NativeInt(@_LCbuild));
writeln('_LCmulcc: ',NativeInt(@_LCmulcc));
writeln('_LCmulcr: ',NativeInt(@_LCmulcr));
writeln('__setusermatherr: ',NativeInt(@__setusermatherr));
writeln('_chgsign: ',NativeInt(@_chgsign));
writeln('_chgsignf: ',NativeInt(@_chgsignf));
writeln('_copysign: ',NativeInt(@_copysign));
writeln('_copysignf: ',NativeInt(@_copysignf));
writeln('_d_int: ',NativeInt(@_d_int));
writeln('_dclass: ',NativeInt(@_dclass));
writeln('chgsign: ',NativeInt(@chgsign));
writeln('_dexp: ',NativeInt(@_dexp));
writeln('_dlog: ',NativeInt(@_dlog));
writeln('_dnorm: ',NativeInt(@_dnorm));
writeln('_dpcomp: ',NativeInt(@_dpcomp));
writeln('_dpoly: ',NativeInt(@_dpoly));
writeln('_dscale: ',NativeInt(@_dscale));
writeln('_dsign: ',NativeInt(@_dsign));
writeln('_dsin: ',NativeInt(@_dsin));
writeln('_dtest: ',NativeInt(@_dtest));
writeln('_dunscale: ',NativeInt(@_dunscale));
writeln('_except1: ',NativeInt(@_except1));
writeln('_fd_int: ',NativeInt(@_fd_int));
writeln('_fdclass: ',NativeInt(@_fdclass));
writeln('_fdexp: ',NativeInt(@_fdexp));
writeln('_fdlog: ',NativeInt(@_fdlog));
writeln('_fdnorm: ',NativeInt(@_fdnorm));
writeln('_fdopen: ',NativeInt(@_fdopen));
writeln('_fdpcomp: ',NativeInt(@_fdpcomp));
writeln('fdopen: ',NativeInt(@fdopen));
writeln('_fdpoly: ',NativeInt(@_fdpoly));
writeln('_fdscale: ',NativeInt(@_fdscale));
writeln('_fdsign: ',NativeInt(@_fdsign));
writeln('_fdsin: ',NativeInt(@_fdsin));
writeln('_fdtest: ',NativeInt(@_fdtest));
writeln('_fdunscale: ',NativeInt(@_fdunscale));
writeln('_finite: ',NativeInt(@_finite));
writeln('_finitef: ',NativeInt(@_finitef));
writeln('finite: ',NativeInt(@finite));
writeln('_fpclass: ',NativeInt(@_fpclass));
writeln('fpclass: ',NativeInt(@fpclass));
writeln('_fpclassf: ',NativeInt(@_fpclassf));
writeln('_get_FMA3_enable: ',NativeInt(@_get_FMA3_enable));
writeln('_hypot: ',NativeInt(@_hypot));
writeln('_hypotf: ',NativeInt(@_hypotf));
writeln('_isnan: ',NativeInt(@_isnan));
writeln('_isnanf: ',NativeInt(@_isnanf));
writeln('hypot: ',NativeInt(@hypot));
writeln('_j0: ',NativeInt(@_j0));
writeln('j0: ',NativeInt(@j0));
writeln('_j1: ',NativeInt(@_j1));
writeln('jn: ',NativeInt(@jn));
writeln('_jn: ',NativeInt(@_jn));
writeln('_ld_int: ',NativeInt(@_ld_int));
writeln('_ldclass: ',NativeInt(@_ldclass));
writeln('_ldexp: ',NativeInt(@_ldexp));
writeln('_ldlog: ',NativeInt(@_ldlog));
writeln('j1: ',NativeInt(@j1));
writeln('_ldpcomp: ',NativeInt(@_ldpcomp));
writeln('_ldpoly: ',NativeInt(@_ldpoly));
writeln('_ldscale: ',NativeInt(@_ldscale));
writeln('_ldsign: ',NativeInt(@_ldsign));
writeln('_ldsin: ',NativeInt(@_ldsin));
writeln('_ldtest: ',NativeInt(@_ldtest));
writeln('_ldunscale: ',NativeInt(@_ldunscale));
writeln('_logb: ',NativeInt(@_logb));
writeln('_logbf: ',NativeInt(@_logbf));
writeln('_nextafter: ',NativeInt(@_nextafter));
writeln('nextafter: ',NativeInt(@nextafter));
writeln('_nextafterf: ',NativeInt(@_nextafterf));
writeln('_scalb: ',NativeInt(@_scalb));
writeln('_scalbf: ',NativeInt(@_scalbf));
writeln('_set_FMA3_enable: ',NativeInt(@_set_FMA3_enable));
writeln('_y0: ',NativeInt(@_y0));
writeln('y1: ',NativeInt(@y1));
writeln('_y1: ',NativeInt(@_y1));
writeln('y0: ',NativeInt(@y0));
writeln('_yn: ',NativeInt(@_yn));
writeln('yn: ',NativeInt(@yn));
writeln('acos: ',NativeInt(@acos));
writeln('acosh: ',NativeInt(@acosh));
writeln('acoshf: ',NativeInt(@acoshf));
writeln('asin: ',NativeInt(@asin));
writeln('asinh: ',NativeInt(@asinh));
writeln('asinhf: ',NativeInt(@asinhf));
writeln('atan: ',NativeInt(@atan));
writeln('atanh: ',NativeInt(@atanh));
writeln('atanhf: ',NativeInt(@atanhf));
writeln('cabs: ',NativeInt(@cabs));
writeln('cabsf: ',NativeInt(@cabsf));
writeln('cabsl: ',NativeInt(@cabsl));
writeln('cacos: ',NativeInt(@cacos));
writeln('cacosf: ',NativeInt(@cacosf));
writeln('cacosh: ',NativeInt(@cacosh));
writeln('cacoshf: ',NativeInt(@cacoshf));
writeln('cacoshl: ',NativeInt(@cacoshl));
writeln('cacosl: ',NativeInt(@cacosl));
writeln('carg: ',NativeInt(@carg));
writeln('cargf: ',NativeInt(@cargf));
writeln('cargl: ',NativeInt(@cargl));
writeln('casin: ',NativeInt(@casin));
writeln('casinf: ',NativeInt(@casinf));
writeln('casinh: ',NativeInt(@casinh));
writeln('casinhf: ',NativeInt(@casinhf));
writeln('casinhl: ',NativeInt(@casinhl));
writeln('casinl: ',NativeInt(@casinl));
writeln('catan: ',NativeInt(@catan));
writeln('catanf: ',NativeInt(@catanf));
writeln('catanh: ',NativeInt(@catanh));
writeln('catanhf: ',NativeInt(@catanhf));
writeln('catanhl: ',NativeInt(@catanhl));
writeln('catanl: ',NativeInt(@catanl));
writeln('cbrt: ',NativeInt(@cbrt));
writeln('cbrtf: ',NativeInt(@cbrtf));
writeln('ccos: ',NativeInt(@ccos));
writeln('ccosf: ',NativeInt(@ccosf));
writeln('ccosh: ',NativeInt(@ccosh));
writeln('ccoshf: ',NativeInt(@ccoshf));
writeln('ccoshl: ',NativeInt(@ccoshl));
writeln('ccosl: ',NativeInt(@ccosl));
writeln('cexp: ',NativeInt(@cexp));
writeln('cexpf: ',NativeInt(@cexpf));
writeln('cexpl: ',NativeInt(@cexpl));
writeln('cimag: ',NativeInt(@cimag));
writeln('cimagf: ',NativeInt(@cimagf));
writeln('cimagl: ',NativeInt(@cimagl));
writeln('clog: ',NativeInt(@clog));
writeln('clog10: ',NativeInt(@clog10));
writeln('clog10f: ',NativeInt(@clog10f));
writeln('clog10l: ',NativeInt(@clog10l));
writeln('clogf: ',NativeInt(@clogf));
writeln('clogl: ',NativeInt(@clogl));
writeln('conj: ',NativeInt(@conj));
writeln('conjf: ',NativeInt(@conjf));
writeln('conjl: ',NativeInt(@conjl));
writeln('copysign: ',NativeInt(@copysign));
writeln('copysignf: ',NativeInt(@copysignf));
writeln('cosh: ',NativeInt(@cosh));
writeln('cpow: ',NativeInt(@cpow));
writeln('cpowf: ',NativeInt(@cpowf));
writeln('cpowl: ',NativeInt(@cpowl));
writeln('cproj: ',NativeInt(@cproj));
writeln('cprojf: ',NativeInt(@cprojf));
writeln('cprojl: ',NativeInt(@cprojl));
writeln('creal: ',NativeInt(@creal));
writeln('crealf: ',NativeInt(@crealf));
writeln('creall: ',NativeInt(@creall));
writeln('csin: ',NativeInt(@csin));
writeln('csinf: ',NativeInt(@csinf));
writeln('csinh: ',NativeInt(@csinh));
writeln('csinhf: ',NativeInt(@csinhf));
writeln('csinhl: ',NativeInt(@csinhl));
writeln('csinl: ',NativeInt(@csinl));
writeln('csqrt: ',NativeInt(@csqrt));
writeln('csqrtf: ',NativeInt(@csqrtf));
writeln('csqrtl: ',NativeInt(@csqrtl));
writeln('ctan: ',NativeInt(@ctan));
writeln('ctanf: ',NativeInt(@ctanf));
writeln('ctanh: ',NativeInt(@ctanh));
writeln('ctanhf: ',NativeInt(@ctanhf));
writeln('ctanhl: ',NativeInt(@ctanhl));
writeln('ctanl: ',NativeInt(@ctanl));
writeln('erf: ',NativeInt(@erf));
writeln('erfc: ',NativeInt(@erfc));
writeln('erfcf: ',NativeInt(@erfcf));
writeln('erff: ',NativeInt(@erff));
writeln('exp2: ',NativeInt(@exp2));
writeln('exp2f: ',NativeInt(@exp2f));
writeln('expm1: ',NativeInt(@expm1));
writeln('expm1f: ',NativeInt(@expm1f));
writeln('fdim: ',NativeInt(@fdim));
writeln('fdimf: ',NativeInt(@fdimf));
writeln('fma: ',NativeInt(@fma));
writeln('fmaf: ',NativeInt(@fmaf));
writeln('fmax: ',NativeInt(@fmax));
writeln('fmaxf: ',NativeInt(@fmaxf));
writeln('fmin: ',NativeInt(@fmin));
writeln('fminf: ',NativeInt(@fminf));
writeln('frexp: ',NativeInt(@frexp));
writeln('ilogb: ',NativeInt(@ilogb));
writeln('ilogbf: ',NativeInt(@ilogbf));
writeln('llrint: ',NativeInt(@llrint));
writeln('llrintf: ',NativeInt(@llrintf));
writeln('llround: ',NativeInt(@llround));
writeln('llroundf: ',NativeInt(@llroundf));
writeln('log10: ',NativeInt(@log10));
writeln('log1p: ',NativeInt(@log1p));
writeln('log1pf: ',NativeInt(@log1pf));
writeln('log2: ',NativeInt(@log2));
writeln('log2f: ',NativeInt(@log2f));
writeln('logb: ',NativeInt(@logb));
writeln('logbf: ',NativeInt(@logbf));
writeln('lrint: ',NativeInt(@lrint));
writeln('lrintf: ',NativeInt(@lrintf));
writeln('lround: ',NativeInt(@lround));
writeln('lroundf: ',NativeInt(@lroundf));
writeln('nan: ',NativeInt(@nan));
writeln('nanf: ',NativeInt(@nanf));
writeln('nearbyint: ',NativeInt(@nearbyint));
writeln('nearbyintf: ',NativeInt(@nearbyintf));
writeln('nextafterf: ',NativeInt(@nextafterf));
writeln('norm: ',NativeInt(@norm));
writeln('normf: ',NativeInt(@normf));
writeln('norml: ',NativeInt(@norml));
writeln('remainder: ',NativeInt(@remainder));
writeln('remainderf: ',NativeInt(@remainderf));
writeln('remquo: ',NativeInt(@remquo));
writeln('remquof: ',NativeInt(@remquof));
writeln('rint: ',NativeInt(@rint));
writeln('rintf: ',NativeInt(@rintf));
writeln('round: ',NativeInt(@round));
writeln('roundf: ',NativeInt(@roundf));
writeln('scalbln: ',NativeInt(@scalbln));
writeln('scalblnf: ',NativeInt(@scalblnf));
writeln('scalbn: ',NativeInt(@scalbn));
writeln('scalbnf: ',NativeInt(@scalbnf));
writeln('sinh: ',NativeInt(@sinh));
writeln('tan: ',NativeInt(@tan));
writeln('tanh: ',NativeInt(@tanh));
writeln('tanhf: ',NativeInt(@tanhf));
writeln('tgamma: ',NativeInt(@tgamma));
writeln('tgammaf: ',NativeInt(@tgammaf));
writeln('trunc: ',NativeInt(@trunc));
writeln('truncf: ',NativeInt(@truncf));
writeln('___lc_codepage_func: ',NativeInt(@___lc_codepage_func));
writeln('___lc_collate_cp_func: ',NativeInt(@___lc_collate_cp_func));
writeln('___lc_locale_name_func: ',NativeInt(@___lc_locale_name_func));
writeln('___mb_cur_max_func: ',NativeInt(@___mb_cur_max_func));
writeln('___mb_cur_max_l_func: ',NativeInt(@___mb_cur_max_l_func));
writeln('__initialize_lconv_for_unsigned_char: ',NativeInt(@__initialize_lconv_for_unsigned_char));
writeln('__lconv_init: ',NativeInt(@__lconv_init));
writeln('__pctype_func: ',NativeInt(@__pctype_func));
writeln('__pwctype_func: ',NativeInt(@__pwctype_func));
writeln('_configthreadlocale: ',NativeInt(@_configthreadlocale));
writeln('_create_locale: ',NativeInt(@_create_locale));
writeln('_free_locale: ',NativeInt(@_free_locale));
writeln('_get_current_locale: ',NativeInt(@_get_current_locale));
writeln('_getmbcp: ',NativeInt(@_getmbcp));
writeln('_lock_locales: ',NativeInt(@_lock_locales));
writeln('_setmbcp: ',NativeInt(@_setmbcp));
writeln('_unlock_locales: ',NativeInt(@_unlock_locales));
writeln('_wcreate_locale: ',NativeInt(@_wcreate_locale));
writeln('_wsetlocale: ',NativeInt(@_wsetlocale));
writeln('localeconv: ',NativeInt(@localeconv));
writeln('setlocale: ',NativeInt(@setlocale));
writeln('_aligned_free: ',NativeInt(@_aligned_free));
writeln('_aligned_malloc: ',NativeInt(@_aligned_malloc));
writeln('_aligned_msize: ',NativeInt(@_aligned_msize));
writeln('_aligned_offset_malloc: ',NativeInt(@_aligned_offset_malloc));
writeln('_aligned_offset_realloc: ',NativeInt(@_aligned_offset_realloc));
writeln('_aligned_offset_recalloc: ',NativeInt(@_aligned_offset_recalloc));
writeln('_aligned_realloc: ',NativeInt(@_aligned_realloc));
writeln('_aligned_recalloc: ',NativeInt(@_aligned_recalloc));
writeln('_callnewh: ',NativeInt(@_callnewh));
writeln('_calloc_base: ',NativeInt(@_calloc_base));
writeln('_expand: ',NativeInt(@_expand));
writeln('_free_base: ',NativeInt(@_free_base));
writeln('_get_heap_handle: ',NativeInt(@_get_heap_handle));
writeln('_heapchk: ',NativeInt(@_heapchk));
writeln('_heapmin: ',NativeInt(@_heapmin));
writeln('_heapwalk: ',NativeInt(@_heapwalk));
writeln('_malloc_base: ',NativeInt(@_malloc_base));
writeln('_msize: ',NativeInt(@_msize));
writeln('_query_new_handler: ',NativeInt(@_query_new_handler));
writeln('_query_new_mode: ',NativeInt(@_query_new_mode));
writeln('heapwalk: ',NativeInt(@heapwalk));
writeln('_realloc_base: ',NativeInt(@_realloc_base));
writeln('_recalloc: ',NativeInt(@_recalloc));
writeln('_set_new_mode: ',NativeInt(@_set_new_mode));
writeln('calloc: ',NativeInt(@calloc));
writeln('free: ',NativeInt(@free));
writeln('malloc: ',NativeInt(@malloc));
writeln('realloc: ',NativeInt(@realloc));
writeln('_findclose: ',NativeInt(@_findclose));
writeln('_findfirst: ',NativeInt(@_findfirst));
writeln('access: ',NativeInt(@access));
writeln('_access: ',NativeInt(@_access));
writeln('_access_s: ',NativeInt(@_access_s));
writeln('_chdir: ',NativeInt(@_chdir));
writeln('_chdrive: ',NativeInt(@_chdrive));
writeln('_chmod: ',NativeInt(@_chmod));
writeln('chmod: ',NativeInt(@chmod));
writeln('chdir: ',NativeInt(@chdir));
writeln('_findfirst32: ',NativeInt(@_findfirst32));
writeln('_findfirst32i64: ',NativeInt(@_findfirst32i64));
writeln('_findfirst64: ',NativeInt(@_findfirst64));
writeln('_findfirst64i32: ',NativeInt(@_findfirst64i32));
writeln('_findnext: ',NativeInt(@_findnext));
writeln('_findnext32: ',NativeInt(@_findnext32));
writeln('_findnext32i64: ',NativeInt(@_findnext32i64));
writeln('_findnext64: ',NativeInt(@_findnext64));
writeln('_findnext64i32: ',NativeInt(@_findnext64i32));
writeln('_fstat32: ',NativeInt(@_fstat32));
writeln('_fstat32i64: ',NativeInt(@_fstat32i64));
writeln('_fstat64: ',NativeInt(@_fstat64));
writeln('_fstat64i32: ',NativeInt(@_fstat64i32));
writeln('_fullpath: ',NativeInt(@_fullpath));
writeln('_getdiskfree: ',NativeInt(@_getdiskfree));
writeln('_getdrive: ',NativeInt(@_getdrive));
writeln('_getdrives: ',NativeInt(@_getdrives));
writeln('_lock_file: ',NativeInt(@_lock_file));
writeln('_makepath: ',NativeInt(@_makepath));
writeln('_makepath_s: ',NativeInt(@_makepath_s));
writeln('_mkdir: ',NativeInt(@_mkdir));
writeln('rmdir: ',NativeInt(@rmdir));
writeln('_rmdir: ',NativeInt(@_rmdir));
writeln('_splitpath: ',NativeInt(@_splitpath));
writeln('_splitpath_s: ',NativeInt(@_splitpath_s));
writeln('_stat32: ',NativeInt(@_stat32));
writeln('mkdir: ',NativeInt(@mkdir));
writeln('_stat32i64: ',NativeInt(@_stat32i64));
writeln('_stat64: ',NativeInt(@_stat64));
writeln('_stat64i32: ',NativeInt(@_stat64i32));
writeln('_umask: ',NativeInt(@_umask));
writeln('umask: ',NativeInt(@umask));
writeln('_umask_s: ',NativeInt(@_umask_s));
writeln('_unlink: ',NativeInt(@_unlink));
writeln('_unlock_file: ',NativeInt(@_unlock_file));
writeln('_waccess: ',NativeInt(@_waccess));
writeln('unlink: ',NativeInt(@unlink));
writeln('_waccess_s: ',NativeInt(@_waccess_s));
writeln('_wchdir: ',NativeInt(@_wchdir));
writeln('_wchmod: ',NativeInt(@_wchmod));
writeln('_wfindfirst32: ',NativeInt(@_wfindfirst32));
writeln('_wfindfirst32i64: ',NativeInt(@_wfindfirst32i64));
writeln('_wfindfirst64: ',NativeInt(@_wfindfirst64));
writeln('_wfindfirst64i32: ',NativeInt(@_wfindfirst64i32));
writeln('_wfindnext32: ',NativeInt(@_wfindnext32));
writeln('_wfindnext32i64: ',NativeInt(@_wfindnext32i64));
writeln('_wfindnext64: ',NativeInt(@_wfindnext64));
writeln('_wfindnext64i32: ',NativeInt(@_wfindnext64i32));
writeln('_wfullpath: ',NativeInt(@_wfullpath));
writeln('_wmakepath: ',NativeInt(@_wmakepath));
writeln('_wmakepath_s: ',NativeInt(@_wmakepath_s));
writeln('_wmkdir: ',NativeInt(@_wmkdir));
writeln('_wremove: ',NativeInt(@_wremove));
writeln('_wrename: ',NativeInt(@_wrename));
writeln('_wrmdir: ',NativeInt(@_wrmdir));
writeln('_wsplitpath: ',NativeInt(@_wsplitpath));
writeln('_wsplitpath_s: ',NativeInt(@_wsplitpath_s));
writeln('_wstat32: ',NativeInt(@_wstat32));
writeln('_wstat32i64: ',NativeInt(@_wstat32i64));
writeln('_wstat64: ',NativeInt(@_wstat64));
writeln('_wstat64i32: ',NativeInt(@_wstat64i32));
writeln('_wunlink: ',NativeInt(@_wunlink));
writeln('remove: ',NativeInt(@remove));
writeln('rename: ',NativeInt(@rename));
writeln('__p__environ: ',NativeInt(@__p__environ));
writeln('__p__wenviron: ',NativeInt(@__p__wenviron));
writeln('_dupenv_s: ',NativeInt(@_dupenv_s));
writeln('_putenv: ',NativeInt(@_putenv));
writeln('putenv: ',NativeInt(@putenv));
writeln('_putenv_s: ',NativeInt(@_putenv_s));
writeln('_searchenv: ',NativeInt(@_searchenv));
writeln('_searchenv_s: ',NativeInt(@_searchenv_s));
writeln('_wdupenv_s: ',NativeInt(@_wdupenv_s));
writeln('searchenv: ',NativeInt(@searchenv));
writeln('_wgetcwd: ',NativeInt(@_wgetcwd));
writeln('_wgetdcwd: ',NativeInt(@_wgetdcwd));
writeln('_wgetenv: ',NativeInt(@_wgetenv));
writeln('_wgetenv_s: ',NativeInt(@_wgetenv_s));
writeln('_wputenv: ',NativeInt(@_wputenv));
writeln('_wputenv_s: ',NativeInt(@_wputenv_s));
writeln('_wsearchenv: ',NativeInt(@_wsearchenv));
writeln('_wsearchenv_s: ',NativeInt(@_wsearchenv_s));
writeln('getenv: ',NativeInt(@getenv));
writeln('getenv_s: ',NativeInt(@getenv_s));
writeln('__toascii: ',NativeInt(@__toascii));
writeln('_atodbl: ',NativeInt(@_atodbl));
writeln('_atodbl_l: ',NativeInt(@_atodbl_l));
writeln('_atof_l: ',NativeInt(@_atof_l));
writeln('_atoflt: ',NativeInt(@_atoflt));
writeln('_atoflt_l: ',NativeInt(@_atoflt_l));
writeln('toascii: ',NativeInt(@toascii));
writeln('_atoi64: ',NativeInt(@_atoi64));
writeln('_atoi64_l: ',NativeInt(@_atoi64_l));
writeln('_atoi_l: ',NativeInt(@_atoi_l));
writeln('_atol_l: ',NativeInt(@_atol_l));
writeln('_atoldbl: ',NativeInt(@_atoldbl));
writeln('_atoldbl_l: ',NativeInt(@_atoldbl_l));
writeln('_atoll_l: ',NativeInt(@_atoll_l));
writeln('_ecvt: ',NativeInt(@_ecvt));
writeln('ecvt: ',NativeInt(@ecvt));
writeln('_ecvt_s: ',NativeInt(@_ecvt_s));
writeln('_fcvt: ',NativeInt(@_fcvt));
writeln('_fcvt_s: ',NativeInt(@_fcvt_s));
writeln('gcvt: ',NativeInt(@gcvt));
writeln('_gcvt: ',NativeInt(@_gcvt));
writeln('fcvt: ',NativeInt(@fcvt));
writeln('_gcvt_s: ',NativeInt(@_gcvt_s));
writeln('_i64toa: ',NativeInt(@_i64toa));
writeln('_i64toa_s: ',NativeInt(@_i64toa_s));
writeln('_i64tow: ',NativeInt(@_i64tow));
writeln('_i64tow_s: ',NativeInt(@_i64tow_s));
writeln('_itoa: ',NativeInt(@_itoa));
writeln('itoa: ',NativeInt(@itoa));
writeln('_itoa_s: ',NativeInt(@_itoa_s));
writeln('_itow: ',NativeInt(@_itow));
writeln('_itow_s: ',NativeInt(@_itow_s));
writeln('_ltoa: ',NativeInt(@_ltoa));
writeln('_ltoa_s: ',NativeInt(@_ltoa_s));
writeln('_ltow: ',NativeInt(@_ltow));
writeln('_ltow_s: ',NativeInt(@_ltow_s));
writeln('_strtod_l: ',NativeInt(@_strtod_l));
writeln('_strtof_l: ',NativeInt(@_strtof_l));
writeln('ltoa: ',NativeInt(@ltoa));
writeln('_strtoi64: ',NativeInt(@_strtoi64));
writeln('_strtoi64_l: ',NativeInt(@_strtoi64_l));
writeln('_strtoimax_l: ',NativeInt(@_strtoimax_l));
writeln('_strtol_l: ',NativeInt(@_strtol_l));
writeln('_strtold_l: ',NativeInt(@_strtold_l));
writeln('_strtoll_l: ',NativeInt(@_strtoll_l));
writeln('_strtoui64: ',NativeInt(@_strtoui64));
writeln('_strtoui64_l: ',NativeInt(@_strtoui64_l));
writeln('_strtoul_l: ',NativeInt(@_strtoul_l));
writeln('_strtoull_l: ',NativeInt(@_strtoull_l));
writeln('_strtoumax_l: ',NativeInt(@_strtoumax_l));
writeln('_ui64toa: ',NativeInt(@_ui64toa));
writeln('_ui64toa_s: ',NativeInt(@_ui64toa_s));
writeln('_ui64tow: ',NativeInt(@_ui64tow));
writeln('_ui64tow_s: ',NativeInt(@_ui64tow_s));
writeln('_ultoa: ',NativeInt(@_ultoa));
writeln('_ultoa_s: ',NativeInt(@_ultoa_s));
writeln('_ultow: ',NativeInt(@_ultow));
writeln('_ultow_s: ',NativeInt(@_ultow_s));
writeln('_wcstod_l: ',NativeInt(@_wcstod_l));
writeln('_wcstof_l: ',NativeInt(@_wcstof_l));
writeln('_wcstoi64: ',NativeInt(@_wcstoi64));
writeln('_wcstoi64_l: ',NativeInt(@_wcstoi64_l));
writeln('_wcstoimax_l: ',NativeInt(@_wcstoimax_l));
writeln('_wcstol_l: ',NativeInt(@_wcstol_l));
writeln('_wcstold_l: ',NativeInt(@_wcstold_l));
writeln('_wcstoll_l: ',NativeInt(@_wcstoll_l));
writeln('_wcstombs_l: ',NativeInt(@_wcstombs_l));
writeln('_wcstombs_s_l: ',NativeInt(@_wcstombs_s_l));
writeln('_wcstoui64: ',NativeInt(@_wcstoui64));
writeln('_wcstoui64_l: ',NativeInt(@_wcstoui64_l));
writeln('_wcstoul_l: ',NativeInt(@_wcstoul_l));
writeln('_wcstoull_l: ',NativeInt(@_wcstoull_l));
writeln('_wcstoumax_l: ',NativeInt(@_wcstoumax_l));
writeln('_wctomb_l: ',NativeInt(@_wctomb_l));
writeln('_wctomb_s_l: ',NativeInt(@_wctomb_s_l));
writeln('_wtof: ',NativeInt(@_wtof));
writeln('_wtof_l: ',NativeInt(@_wtof_l));
writeln('_wtoi: ',NativeInt(@_wtoi));
writeln('_wtoi64: ',NativeInt(@_wtoi64));
writeln('_wtoi64_l: ',NativeInt(@_wtoi64_l));
writeln('_wtoi_l: ',NativeInt(@_wtoi_l));
writeln('_wtol: ',NativeInt(@_wtol));
writeln('_wtol_l: ',NativeInt(@_wtol_l));
writeln('_wtoll: ',NativeInt(@_wtoll));
writeln('_wtoll_l: ',NativeInt(@_wtoll_l));
writeln('atof: ',NativeInt(@atof));
writeln('atoi: ',NativeInt(@atoi));
writeln('atol: ',NativeInt(@atol));
writeln('atoll: ',NativeInt(@atoll));
writeln('btowc: ',NativeInt(@btowc));
writeln('c16rtomb: ',NativeInt(@c16rtomb));
writeln('c32rtomb: ',NativeInt(@c32rtomb));
writeln('mbrtoc16: ',NativeInt(@mbrtoc16));
writeln('mbrtoc32: ',NativeInt(@mbrtoc32));
writeln('mbrtowc: ',NativeInt(@mbrtowc));
writeln('mbsrtowcs: ',NativeInt(@mbsrtowcs));
writeln('mbsrtowcs_s: ',NativeInt(@mbsrtowcs_s));
writeln('mbstowcs: ',NativeInt(@mbstowcs));
writeln('mbstowcs_s: ',NativeInt(@mbstowcs_s));
writeln('mbtowc: ',NativeInt(@mbtowc));
writeln('strtod: ',NativeInt(@strtod));
writeln('strtof: ',NativeInt(@strtof));
writeln('strtoimax: ',NativeInt(@strtoimax));
writeln('strtol: ',NativeInt(@strtol));
writeln('strtoll: ',NativeInt(@strtoll));
writeln('strtoul: ',NativeInt(@strtoul));
writeln('strtoull: ',NativeInt(@strtoull));
writeln('strtoumax: ',NativeInt(@strtoumax));
writeln('wcrtomb: ',NativeInt(@wcrtomb));
writeln('wcrtomb_s: ',NativeInt(@wcrtomb_s));
writeln('wcsrtombs: ',NativeInt(@wcsrtombs));
writeln('wcsrtombs_s: ',NativeInt(@wcsrtombs_s));
writeln('wcstod: ',NativeInt(@wcstod));
writeln('wcstof: ',NativeInt(@wcstof));
writeln('wcstoimax: ',NativeInt(@wcstoimax));
writeln('wcstol: ',NativeInt(@wcstol));
writeln('wcstoll: ',NativeInt(@wcstoll));
writeln('wcstombs: ',NativeInt(@wcstombs));
writeln('wcstombs_s: ',NativeInt(@wcstombs_s));
writeln('wcstoul: ',NativeInt(@wcstoul));
writeln('wcstoull: ',NativeInt(@wcstoull));
writeln('wcstoumax: ',NativeInt(@wcstoumax));
writeln('wctob: ',NativeInt(@wctob));
writeln('wctomb: ',NativeInt(@wctomb));
writeln('wctomb_s: ',NativeInt(@wctomb_s));
writeln('wctrans: ',NativeInt(@wctrans));
writeln('__conio_common_vcprintf: ',NativeInt(@__conio_common_vcprintf));
writeln('__conio_common_vcprintf_p: ',NativeInt(@__conio_common_vcprintf_p));
writeln('__conio_common_vcprintf_s: ',NativeInt(@__conio_common_vcprintf_s));
writeln('__conio_common_vcscanf: ',NativeInt(@__conio_common_vcscanf));
writeln('__conio_common_vcwprintf: ',NativeInt(@__conio_common_vcwprintf));
writeln('__conio_common_vcwprintf_p: ',NativeInt(@__conio_common_vcwprintf_p));
writeln('__conio_common_vcwprintf_s: ',NativeInt(@__conio_common_vcwprintf_s));
writeln('__conio_common_vcwscanf: ',NativeInt(@__conio_common_vcwscanf));
writeln('_cgets: ',NativeInt(@_cgets));
writeln('_cgets_s: ',NativeInt(@_cgets_s));
writeln('_cgetws: ',NativeInt(@_cgetws));
writeln('_cgetws_s: ',NativeInt(@_cgetws_s));
writeln('_cputs: ',NativeInt(@_cputs));
writeln('_cputws: ',NativeInt(@_cputws));
writeln('_getch: ',NativeInt(@_getch));
writeln('getch: ',NativeInt(@getch));
writeln('_getch_nolock: ',NativeInt(@_getch_nolock));
writeln('_getche: ',NativeInt(@_getche));
writeln('_getche_nolock: ',NativeInt(@_getche_nolock));
writeln('_getwch: ',NativeInt(@_getwch));
writeln('_getwch_nolock: ',NativeInt(@_getwch_nolock));
writeln('_getwche: ',NativeInt(@_getwche));
writeln('_getwche_nolock: ',NativeInt(@_getwche_nolock));
writeln('getche: ',NativeInt(@getche));
writeln('_putch: ',NativeInt(@_putch));
writeln('putch: ',NativeInt(@putch));
writeln('_putch_nolock: ',NativeInt(@_putch_nolock));
writeln('_putwch: ',NativeInt(@_putwch));
writeln('_putwch_nolock: ',NativeInt(@_putwch_nolock));
writeln('_ungetch: ',NativeInt(@_ungetch));
writeln('_ungetch_nolock: ',NativeInt(@_ungetch_nolock));
writeln('ungetch: ',NativeInt(@ungetch));
writeln('_ungetwch: ',NativeInt(@_ungetwch));
writeln('_ungetwch_nolock: ',NativeInt(@_ungetwch_nolock));
{$ELSE}
writeln('_vsscanf: ',NativeInt(@_vsscanf));
writeln('_vsprintf: ',NativeInt(@_vsprintf));
writeln('_vsnprintf: ',NativeInt(@_vsnprintf));
writeln('_vscanf: ',NativeInt(@_vscanf));
writeln('_vprintf: ',NativeInt(@_vprintf));
writeln('_vfscanf: ',NativeInt(@_vfscanf));
writeln('_vfprintf: ',NativeInt(@_vfprintf));
writeln('__vsnwprintf: ',NativeInt(@__vsnwprintf));
writeln('__vsnprintf: ',NativeInt(@__vsnprintf));
writeln('__vscprintf: ',NativeInt(@__vscprintf));
writeln('_sscanf: ',NativeInt(@_sscanf));
writeln('_sprintf: ',NativeInt(@_sprintf));
writeln('_snprintf: ',NativeInt(@_snprintf));
writeln('__snwprintf: ',NativeInt(@__snwprintf));
writeln('_scanf: ',NativeInt(@_scanf));
writeln('_printf: ',NativeInt(@_printf));
writeln('_fwprintf: ',NativeInt(@_fwprintf));
writeln('_fscanf: ',NativeInt(@_fscanf));
writeln('_fprintf: ',NativeInt(@_fprintf));
writeln('__get_output_format: ',NativeInt(@__get_output_format));
writeln('__abs64: ',NativeInt(@__abs64));
writeln('__byteswap_uint64: ',NativeInt(@__byteswap_uint64));
writeln('__byteswap_ulong: ',NativeInt(@__byteswap_ulong));
writeln('__byteswap_ushort: ',NativeInt(@__byteswap_ushort));
writeln('_lfind: ',NativeInt(@_lfind));
writeln('__lfind: ',NativeInt(@__lfind));
writeln('__lfind_s: ',NativeInt(@__lfind_s));
writeln('__lrotl: ',NativeInt(@__lrotl));
writeln('__lrotr: ',NativeInt(@__lrotr));
writeln('_lsearch: ',NativeInt(@_lsearch));
writeln('__lsearch: ',NativeInt(@__lsearch));
writeln('__lsearch_s: ',NativeInt(@__lsearch_s));
writeln('__rotl: ',NativeInt(@__rotl));
writeln('__rotl64: ',NativeInt(@__rotl64));
writeln('__rotr: ',NativeInt(@__rotr));
writeln('__rotr64: ',NativeInt(@__rotr64));
writeln('__swab: ',NativeInt(@__swab));
writeln('_swab: ',NativeInt(@_swab));
writeln('_abs: ',NativeInt(@_abs));
writeln('_bsearch: ',NativeInt(@_bsearch));
writeln('_bsearch_s: ',NativeInt(@_bsearch_s));
writeln('_div: ',NativeInt(@_div));
writeln('_imaxabs: ',NativeInt(@_imaxabs));
writeln('_imaxdiv: ',NativeInt(@_imaxdiv));
writeln('_labs: ',NativeInt(@_labs));
writeln('_ldiv: ',NativeInt(@_ldiv));
writeln('_llabs: ',NativeInt(@_llabs));
writeln('_lldiv: ',NativeInt(@_lldiv));
writeln('_qsort: ',NativeInt(@_qsort));
writeln('_qsort_s: ',NativeInt(@_qsort_s));
writeln('_rand: ',NativeInt(@_rand));
writeln('_rand_s: ',NativeInt(@_rand_s));
writeln('_srand: ',NativeInt(@_srand));
writeln('__Getdays: ',NativeInt(@__Getdays));
writeln('__Getmonths: ',NativeInt(@__Getmonths));
writeln('__Gettnames: ',NativeInt(@__Gettnames));
writeln('__Strftime: ',NativeInt(@__Strftime));
writeln('__W_Getdays: ',NativeInt(@__W_Getdays));
writeln('__W_Getmonths: ',NativeInt(@__W_Getmonths));
writeln('__W_Gettnames: ',NativeInt(@__W_Gettnames));
writeln('__Wcsftime: ',NativeInt(@__Wcsftime));
writeln('___daylight: ',NativeInt(@___daylight));
writeln('___dstbias: ',NativeInt(@___dstbias));
writeln('___timezone: ',NativeInt(@___timezone));
writeln('___tzname: ',NativeInt(@___tzname));
writeln('__ctime32: ',NativeInt(@__ctime32));
writeln('__ctime32_s: ',NativeInt(@__ctime32_s));
writeln('_ctime: ',NativeInt(@_ctime));
writeln('__ctime64: ',NativeInt(@__ctime64));
writeln('__ctime64_s: ',NativeInt(@__ctime64_s));
writeln('__difftime32: ',NativeInt(@__difftime32));
writeln('__difftime64: ',NativeInt(@__difftime64));
writeln('__ftime32: ',NativeInt(@__ftime32));
writeln('__ftime32_s: ',NativeInt(@__ftime32_s));
writeln('__ftime: ',NativeInt(@__ftime));
writeln('__ftime64: ',NativeInt(@__ftime64));
writeln('__ftime64_s: ',NativeInt(@__ftime64_s));
writeln('__futime32: ',NativeInt(@__futime32));
writeln('__futime: ',NativeInt(@__futime));
writeln('__futime64: ',NativeInt(@__futime64));
writeln('__get_daylight: ',NativeInt(@__get_daylight));
writeln('__get_dstbias: ',NativeInt(@__get_dstbias));
writeln('__get_timezone: ',NativeInt(@__get_timezone));
writeln('__get_tzname: ',NativeInt(@__get_tzname));
writeln('__getsystime: ',NativeInt(@__getsystime));
writeln('__gmtime32: ',NativeInt(@__gmtime32));
writeln('__gmtime32_s: ',NativeInt(@__gmtime32_s));
writeln('_gmtime: ',NativeInt(@_gmtime));
writeln('__gmtime64: ',NativeInt(@__gmtime64));
writeln('__gmtime64_s: ',NativeInt(@__gmtime64_s));
writeln('__localtime32: ',NativeInt(@__localtime32));
writeln('__localtime32_s: ',NativeInt(@__localtime32_s));
writeln('__localtime64: ',NativeInt(@__localtime64));
writeln('_localtime: ',NativeInt(@_localtime));
writeln('__localtime64_s: ',NativeInt(@__localtime64_s));
writeln('__mkgmtime32: ',NativeInt(@__mkgmtime32));
writeln('__mkgmtime64: ',NativeInt(@__mkgmtime64));
writeln('__mktime32: ',NativeInt(@__mktime32));
writeln('_mktime: ',NativeInt(@_mktime));
writeln('__mktime64: ',NativeInt(@__mktime64));
writeln('__setsystime: ',NativeInt(@__setsystime));
writeln('__strdate: ',NativeInt(@__strdate));
writeln('__strdate_s: ',NativeInt(@__strdate_s));
writeln('__strftime_l: ',NativeInt(@__strftime_l));
writeln('__strtime: ',NativeInt(@__strtime));
writeln('__strtime_s: ',NativeInt(@__strtime_s));
writeln('__time32: ',NativeInt(@__time32));
writeln('_time: ',NativeInt(@_time));
writeln('__time64: ',NativeInt(@__time64));
writeln('__timespec32_get: ',NativeInt(@__timespec32_get));
writeln('__timespec64_get: ',NativeInt(@__timespec64_get));
writeln('__utime32: ',NativeInt(@__utime32));
writeln('__utime: ',NativeInt(@__utime));
writeln('__utime64: ',NativeInt(@__utime64));
writeln('__wasctime: ',NativeInt(@__wasctime));
writeln('_utime: ',NativeInt(@_utime));
writeln('__wasctime_s: ',NativeInt(@__wasctime_s));
writeln('__wcsftime_l: ',NativeInt(@__wcsftime_l));
writeln('__wctime32: ',NativeInt(@__wctime32));
writeln('__wctime32_s: ',NativeInt(@__wctime32_s));
writeln('__wctime64: ',NativeInt(@__wctime64));
writeln('__wctime64_s: ',NativeInt(@__wctime64_s));
writeln('__wutime: ',NativeInt(@__wutime));
writeln('__wstrdate: ',NativeInt(@__wstrdate));
writeln('__wstrdate_s: ',NativeInt(@__wstrdate_s));
writeln('__wstrtime: ',NativeInt(@__wstrtime));
writeln('__wstrtime_s: ',NativeInt(@__wstrtime_s));
writeln('__wutime32: ',NativeInt(@__wutime32));
writeln('__wutime64: ',NativeInt(@__wutime64));
writeln('_asctime: ',NativeInt(@_asctime));
writeln('_asctime_s: ',NativeInt(@_asctime_s));
writeln('_clock: ',NativeInt(@_clock));
writeln('_strftime: ',NativeInt(@_strftime));
writeln('_timespec_get: ',NativeInt(@_timespec_get));
writeln('_wcsftime: ',NativeInt(@_wcsftime));
writeln('__iswalpha_l: ',NativeInt(@__iswalpha_l));
writeln('__strcmpi: ',NativeInt(@__strcmpi));
writeln('___isascii: ',NativeInt(@___isascii));
writeln('___iscsym: ',NativeInt(@___iscsym));
writeln('_iscsymf: ',NativeInt(@_iscsymf));
writeln('___iscsymf: ',NativeInt(@___iscsymf));
writeln('___iswcsym: ',NativeInt(@___iswcsym));
writeln('_iscsym: ',NativeInt(@_iscsym));
writeln('___iswcsymf: ',NativeInt(@___iswcsymf));
writeln('___strncnt: ',NativeInt(@___strncnt));
writeln('___wcsncnt: ',NativeInt(@___wcsncnt));
writeln('__isalnum_l: ',NativeInt(@__isalnum_l));
writeln('__isalpha_l: ',NativeInt(@__isalpha_l));
writeln('__isblank_l: ',NativeInt(@__isblank_l));
writeln('__iscntrl_l: ',NativeInt(@__iscntrl_l));
writeln('__isctype: ',NativeInt(@__isctype));
writeln('__isctype_l: ',NativeInt(@__isctype_l));
writeln('__isdigit_l: ',NativeInt(@__isdigit_l));
writeln('__isgraph_l: ',NativeInt(@__isgraph_l));
writeln('__isleadbyte_l: ',NativeInt(@__isleadbyte_l));
writeln('__islower_l: ',NativeInt(@__islower_l));
writeln('__isprint_l: ',NativeInt(@__isprint_l));
writeln('_isascii: ',NativeInt(@_isascii));
writeln('__ispunct_l: ',NativeInt(@__ispunct_l));
writeln('__isspace_l: ',NativeInt(@__isspace_l));
writeln('__isupper_l: ',NativeInt(@__isupper_l));
writeln('__iswalnum_l: ',NativeInt(@__iswalnum_l));
writeln('__iswblank_l: ',NativeInt(@__iswblank_l));
writeln('__iswcntrl_l: ',NativeInt(@__iswcntrl_l));
writeln('__iswcsym_l: ',NativeInt(@__iswcsym_l));
writeln('__iswcsymf_l: ',NativeInt(@__iswcsymf_l));
writeln('__iswctype_l: ',NativeInt(@__iswctype_l));
writeln('__iswdigit_l: ',NativeInt(@__iswdigit_l));
writeln('__iswgraph_l: ',NativeInt(@__iswgraph_l));
writeln('__iswlower_l: ',NativeInt(@__iswlower_l));
writeln('__iswprint_l: ',NativeInt(@__iswprint_l));
writeln('__iswpunct_l: ',NativeInt(@__iswpunct_l));
writeln('__iswspace_l: ',NativeInt(@__iswspace_l));
writeln('__iswupper_l: ',NativeInt(@__iswupper_l));
writeln('__iswxdigit_l: ',NativeInt(@__iswxdigit_l));
writeln('__isxdigit_l: ',NativeInt(@__isxdigit_l));
writeln('__memccpy: ',NativeInt(@__memccpy));
writeln('_memicmp: ',NativeInt(@_memicmp));
writeln('__memicmp: ',NativeInt(@__memicmp));
writeln('__memicmp_l: ',NativeInt(@__memicmp_l));
writeln('__strcoll_l: ',NativeInt(@__strcoll_l));
writeln('_memccpy: ',NativeInt(@_memccpy));
writeln('__strdup: ',NativeInt(@__strdup));
writeln('_strcmpi: ',NativeInt(@_strcmpi));
writeln('_stricmp: ',NativeInt(@_stricmp));
writeln('_strcasecmp: ',NativeInt(@_strcasecmp));
writeln('_strdup: ',NativeInt(@_strdup));
writeln('__stricmp: ',NativeInt(@__stricmp));
writeln('__stricmp_l: ',NativeInt(@__stricmp_l));
writeln('_stricoll: ',NativeInt(@_stricoll));
writeln('__stricoll: ',NativeInt(@__stricoll));
writeln('__stricoll_l: ',NativeInt(@__stricoll_l));
writeln('__strlwr: ',NativeInt(@__strlwr));
writeln('_strlwr: ',NativeInt(@_strlwr));
writeln('__strlwr_l: ',NativeInt(@__strlwr_l));
writeln('__strlwr_s: ',NativeInt(@__strlwr_s));
writeln('__strlwr_s_l: ',NativeInt(@__strlwr_s_l));
writeln('__strncoll: ',NativeInt(@__strncoll));
writeln('__strncoll_l: ',NativeInt(@__strncoll_l));
writeln('__strnicmp: ',NativeInt(@__strnicmp));
writeln('_strnicmp: ',NativeInt(@_strnicmp));
writeln('_strncasecmp: ',NativeInt(@_strncasecmp));
writeln('__strnicmp_l: ',NativeInt(@__strnicmp_l));
writeln('__strnicoll: ',NativeInt(@__strnicoll));
writeln('__strnicoll_l: ',NativeInt(@__strnicoll_l));
writeln('_strnset: ',NativeInt(@_strnset));
writeln('__strnset: ',NativeInt(@__strnset));
writeln('__strnset_s: ',NativeInt(@__strnset_s));
writeln('_strrev: ',NativeInt(@_strrev));
writeln('__strrev: ',NativeInt(@__strrev));
writeln('__strset: ',NativeInt(@__strset));
writeln('_strset: ',NativeInt(@_strset));
writeln('__strset_s: ',NativeInt(@__strset_s));
writeln('_strupr: ',NativeInt(@_strupr));
writeln('__strupr: ',NativeInt(@__strupr));
writeln('__strupr_l: ',NativeInt(@__strupr_l));
writeln('__strupr_s: ',NativeInt(@__strupr_s));
writeln('__strupr_s_l: ',NativeInt(@__strupr_s_l));
writeln('__strxfrm_l: ',NativeInt(@__strxfrm_l));
writeln('__tolower: ',NativeInt(@__tolower));
writeln('__tolower_l: ',NativeInt(@__tolower_l));
writeln('__toupper: ',NativeInt(@__toupper));
writeln('__toupper_l: ',NativeInt(@__toupper_l));
writeln('__towlower_l: ',NativeInt(@__towlower_l));
writeln('__towupper_l: ',NativeInt(@__towupper_l));
writeln('__wcscoll_l: ',NativeInt(@__wcscoll_l));
writeln('_wcsdup: ',NativeInt(@_wcsdup));
writeln('__wcsdup: ',NativeInt(@__wcsdup));
writeln('_wcsicmp: ',NativeInt(@_wcsicmp));
writeln('_wcscmpi: ',NativeInt(@_wcscmpi));
writeln('__wcsicmp: ',NativeInt(@__wcsicmp));
writeln('__wcsicmp_l: ',NativeInt(@__wcsicmp_l));
writeln('__wcsicoll: ',NativeInt(@__wcsicoll));
writeln('_wcsicoll: ',NativeInt(@_wcsicoll));
writeln('__wcsicoll_l: ',NativeInt(@__wcsicoll_l));
writeln('__wcslwr: ',NativeInt(@__wcslwr));
writeln('_wcslwr: ',NativeInt(@_wcslwr));
writeln('__wcslwr_l: ',NativeInt(@__wcslwr_l));
writeln('__wcslwr_s: ',NativeInt(@__wcslwr_s));
writeln('__wcslwr_s_l: ',NativeInt(@__wcslwr_s_l));
writeln('__wcsncoll: ',NativeInt(@__wcsncoll));
writeln('__wcsncoll_l: ',NativeInt(@__wcsncoll_l));
writeln('__wcsnicmp: ',NativeInt(@__wcsnicmp));
writeln('_wcsnicmp: ',NativeInt(@_wcsnicmp));
writeln('__wcsnicmp_l: ',NativeInt(@__wcsnicmp_l));
writeln('__wcsnicoll: ',NativeInt(@__wcsnicoll));
writeln('__wcsnicoll_l: ',NativeInt(@__wcsnicoll_l));
writeln('__wcsnset: ',NativeInt(@__wcsnset));
writeln('__wcsnset_s: ',NativeInt(@__wcsnset_s));
writeln('_wcsnset: ',NativeInt(@_wcsnset));
writeln('__wcsrev: ',NativeInt(@__wcsrev));
writeln('_wcsrev: ',NativeInt(@_wcsrev));
writeln('__wcsset: ',NativeInt(@__wcsset));
writeln('__wcsset_s: ',NativeInt(@__wcsset_s));
writeln('_wcsupr: ',NativeInt(@_wcsupr));
writeln('__wcsupr: ',NativeInt(@__wcsupr));
writeln('_wcsset: ',NativeInt(@_wcsset));
writeln('__wcsupr_l: ',NativeInt(@__wcsupr_l));
writeln('__wcsupr_s: ',NativeInt(@__wcsupr_s));
writeln('__wcsupr_s_l: ',NativeInt(@__wcsupr_s_l));
writeln('__wcsxfrm_l: ',NativeInt(@__wcsxfrm_l));
writeln('__wctype: ',NativeInt(@__wctype));
writeln('_is_wctype: ',NativeInt(@_is_wctype));
writeln('_isalnum: ',NativeInt(@_isalnum));
writeln('_isalpha: ',NativeInt(@_isalpha));
writeln('_isblank: ',NativeInt(@_isblank));
writeln('_iscntrl: ',NativeInt(@_iscntrl));
writeln('_isdigit: ',NativeInt(@_isdigit));
writeln('_isgraph: ',NativeInt(@_isgraph));
writeln('_isleadbyte: ',NativeInt(@_isleadbyte));
writeln('_islower: ',NativeInt(@_islower));
writeln('_isprint: ',NativeInt(@_isprint));
writeln('_ispunct: ',NativeInt(@_ispunct));
writeln('_isspace: ',NativeInt(@_isspace));
writeln('_isupper: ',NativeInt(@_isupper));
writeln('_iswalnum: ',NativeInt(@_iswalnum));
writeln('_iswalpha: ',NativeInt(@_iswalpha));
writeln('_iswascii: ',NativeInt(@_iswascii));
writeln('_iswblank: ',NativeInt(@_iswblank));
writeln('_iswcntrl: ',NativeInt(@_iswcntrl));
writeln('_iswctype: ',NativeInt(@_iswctype));
writeln('_iswdigit: ',NativeInt(@_iswdigit));
writeln('_iswgraph: ',NativeInt(@_iswgraph));
writeln('_iswlower: ',NativeInt(@_iswlower));
writeln('_iswprint: ',NativeInt(@_iswprint));
writeln('_iswpunct: ',NativeInt(@_iswpunct));
writeln('_iswspace: ',NativeInt(@_iswspace));
writeln('_iswupper: ',NativeInt(@_iswupper));
writeln('_iswxdigit: ',NativeInt(@_iswxdigit));
writeln('_isxdigit: ',NativeInt(@_isxdigit));
writeln('_mblen: ',NativeInt(@_mblen));
writeln('_mbrlen: ',NativeInt(@_mbrlen));
writeln('_memcpy_s: ',NativeInt(@_memcpy_s));
writeln('_memmove_s: ',NativeInt(@_memmove_s));
writeln('_memset: ',NativeInt(@_memset));
writeln('_strcat: ',NativeInt(@_strcat));
writeln('_strcat_s: ',NativeInt(@_strcat_s));
writeln('_strcmp: ',NativeInt(@_strcmp));
writeln('_strcoll: ',NativeInt(@_strcoll));
writeln('_strcpy: ',NativeInt(@_strcpy));
writeln('_strcpy_s: ',NativeInt(@_strcpy_s));
writeln('_strcspn: ',NativeInt(@_strcspn));
writeln('_strlen: ',NativeInt(@_strlen));
writeln('_strncat: ',NativeInt(@_strncat));
writeln('_strncat_s: ',NativeInt(@_strncat_s));
writeln('_strncmp: ',NativeInt(@_strncmp));
writeln('_strncpy: ',NativeInt(@_strncpy));
writeln('_strncpy_s: ',NativeInt(@_strncpy_s));
writeln('_strpbrk: ',NativeInt(@_strpbrk));
writeln('_strspn: ',NativeInt(@_strspn));
writeln('_strtok: ',NativeInt(@_strtok));
writeln('_strtok_s: ',NativeInt(@_strtok_s));
writeln('_strxfrm: ',NativeInt(@_strxfrm));
writeln('_tolower: ',NativeInt(@_tolower));
writeln('_toupper: ',NativeInt(@_toupper));
writeln('_towctrans: ',NativeInt(@_towctrans));
writeln('_towlower: ',NativeInt(@_towlower));
writeln('_towupper: ',NativeInt(@_towupper));
writeln('_wcscat: ',NativeInt(@_wcscat));
writeln('_wcscat_s: ',NativeInt(@_wcscat_s));
writeln('_wcscmp: ',NativeInt(@_wcscmp));
writeln('_wcscoll: ',NativeInt(@_wcscoll));
writeln('_wcscpy: ',NativeInt(@_wcscpy));
writeln('_wcscpy_s: ',NativeInt(@_wcscpy_s));
writeln('_wcscspn: ',NativeInt(@_wcscspn));
writeln('_wcslen: ',NativeInt(@_wcslen));
writeln('_wcsncat: ',NativeInt(@_wcsncat));
writeln('_wcsncat_s: ',NativeInt(@_wcsncat_s));
writeln('_wcsncmp: ',NativeInt(@_wcsncmp));
writeln('_wcsncpy: ',NativeInt(@_wcsncpy));
writeln('_wcsncpy_s: ',NativeInt(@_wcsncpy_s));
writeln('_wcspbrk: ',NativeInt(@_wcspbrk));
writeln('_wcsspn: ',NativeInt(@_wcsspn));
writeln('_wcstok: ',NativeInt(@_wcstok));
writeln('_wcstok_s: ',NativeInt(@_wcstok_s));
writeln('_wcsxfrm: ',NativeInt(@_wcsxfrm));
writeln('_wctype: ',NativeInt(@_wctype));
writeln('_wmemcpy_s: ',NativeInt(@_wmemcpy_s));
writeln('_wmemmove_s: ',NativeInt(@_wmemmove_s));
writeln('___acrt_iob_func: ',NativeInt(@___acrt_iob_func));
writeln('___p__commode: ',NativeInt(@___p__commode));
writeln('___p__fmode: ',NativeInt(@___p__fmode));
writeln('___stdio_common_vfprintf: ',NativeInt(@___stdio_common_vfprintf));
writeln('___stdio_common_vfprintf_p: ',NativeInt(@___stdio_common_vfprintf_p));
writeln('___stdio_common_vfprintf_s: ',NativeInt(@___stdio_common_vfprintf_s));
writeln('___stdio_common_vfscanf: ',NativeInt(@___stdio_common_vfscanf));
writeln('___stdio_common_vfwprintf: ',NativeInt(@___stdio_common_vfwprintf));
writeln('___stdio_common_vfwprintf_p: ',NativeInt(@___stdio_common_vfwprintf_p));
writeln('___stdio_common_vfwprintf_s: ',NativeInt(@___stdio_common_vfwprintf_s));
writeln('___stdio_common_vfwscanf: ',NativeInt(@___stdio_common_vfwscanf));
writeln('___stdio_common_vsnprintf_s: ',NativeInt(@___stdio_common_vsnprintf_s));
writeln('___stdio_common_vsnwprintf_s: ',NativeInt(@___stdio_common_vsnwprintf_s));
writeln('___stdio_common_vsprintf: ',NativeInt(@___stdio_common_vsprintf));
writeln('___stdio_common_vsprintf_p: ',NativeInt(@___stdio_common_vsprintf_p));
writeln('___stdio_common_vsprintf_s: ',NativeInt(@___stdio_common_vsprintf_s));
writeln('___stdio_common_vsscanf: ',NativeInt(@___stdio_common_vsscanf));
writeln('___stdio_common_vswprintf: ',NativeInt(@___stdio_common_vswprintf));
writeln('___stdio_common_vswprintf_p: ',NativeInt(@___stdio_common_vswprintf_p));
writeln('___stdio_common_vswprintf_s: ',NativeInt(@___stdio_common_vswprintf_s));
writeln('___stdio_common_vswscanf: ',NativeInt(@___stdio_common_vswscanf));
writeln('__chsize: ',NativeInt(@__chsize));
writeln('_chsize: ',NativeInt(@_chsize));
writeln('__chsize_s: ',NativeInt(@__chsize_s));
writeln('__close: ',NativeInt(@__close));
writeln('__commit: ',NativeInt(@__commit));
writeln('_creat: ',NativeInt(@_creat));
writeln('__creat: ',NativeInt(@__creat));
writeln('_close: ',NativeInt(@_close));
writeln('__dup: ',NativeInt(@__dup));
writeln('_dup: ',NativeInt(@_dup));
writeln('__dup2: ',NativeInt(@__dup2));
writeln('_eof: ',NativeInt(@_eof));
writeln('__eof: ',NativeInt(@__eof));
writeln('_dup2: ',NativeInt(@_dup2));
writeln('__fclose_nolock: ',NativeInt(@__fclose_nolock));
writeln('__fcloseall: ',NativeInt(@__fcloseall));
writeln('__fflush_nolock: ',NativeInt(@__fflush_nolock));
writeln('__fgetc_nolock: ',NativeInt(@__fgetc_nolock));
writeln('__fgetchar: ',NativeInt(@__fgetchar));
writeln('_fgetchar: ',NativeInt(@_fgetchar));
writeln('__fgetwc_nolock: ',NativeInt(@__fgetwc_nolock));
writeln('__fgetwchar: ',NativeInt(@__fgetwchar));
writeln('_filelength: ',NativeInt(@_filelength));
writeln('__filelength: ',NativeInt(@__filelength));
writeln('__filelengthi64: ',NativeInt(@__filelengthi64));
writeln('_fgetwchar: ',NativeInt(@_fgetwchar));
writeln('__fileno: ',NativeInt(@__fileno));
writeln('_fileno: ',NativeInt(@_fileno));
writeln('__flushall: ',NativeInt(@__flushall));
writeln('__fputc_nolock: ',NativeInt(@__fputc_nolock));
writeln('__fputchar: ',NativeInt(@__fputchar));
writeln('__fputwc_nolock: ',NativeInt(@__fputwc_nolock));
writeln('_fputchar: ',NativeInt(@_fputchar));
writeln('__fputwchar: ',NativeInt(@__fputwchar));
writeln('_fputwchar: ',NativeInt(@_fputwchar));
writeln('__fread_nolock: ',NativeInt(@__fread_nolock));
writeln('__fread_nolock_s: ',NativeInt(@__fread_nolock_s));
writeln('__fseek_nolock: ',NativeInt(@__fseek_nolock));
writeln('__fseeki64: ',NativeInt(@__fseeki64));
writeln('__fseeki64_nolock: ',NativeInt(@__fseeki64_nolock));
writeln('__fsopen: ',NativeInt(@__fsopen));
writeln('__ftell_nolock: ',NativeInt(@__ftell_nolock));
writeln('__ftelli64: ',NativeInt(@__ftelli64));
writeln('__ftelli64_nolock: ',NativeInt(@__ftelli64_nolock));
writeln('__fwrite_nolock: ',NativeInt(@__fwrite_nolock));
writeln('__get_fmode: ',NativeInt(@__get_fmode));
writeln('__get_osfhandle: ',NativeInt(@__get_osfhandle));
writeln('__get_printf_count_output: ',NativeInt(@__get_printf_count_output));
writeln('__get_stream_buffer_pointers: ',NativeInt(@__get_stream_buffer_pointers));
writeln('__getc_nolock: ',NativeInt(@__getc_nolock));
writeln('__getcwd: ',NativeInt(@__getcwd));
writeln('_getcwd: ',NativeInt(@_getcwd));
writeln('__getdcwd: ',NativeInt(@__getdcwd));
writeln('__getmaxstdio: ',NativeInt(@__getmaxstdio));
writeln('__getw: ',NativeInt(@__getw));
writeln('_getw: ',NativeInt(@_getw));
writeln('__getwc_nolock: ',NativeInt(@__getwc_nolock));
writeln('__getws: ',NativeInt(@__getws));
writeln('__getws_s: ',NativeInt(@__getws_s));
writeln('__isatty: ',NativeInt(@__isatty));
writeln('_isatty: ',NativeInt(@_isatty));
writeln('__kbhit: ',NativeInt(@__kbhit));
writeln('_kbhit: ',NativeInt(@_kbhit));
writeln('__locking: ',NativeInt(@__locking));
writeln('__lseek: ',NativeInt(@__lseek));
writeln('__lseeki64: ',NativeInt(@__lseeki64));
writeln('_mktemp: ',NativeInt(@_mktemp));
writeln('__mktemp: ',NativeInt(@__mktemp));
writeln('__mktemp_s: ',NativeInt(@__mktemp_s));
writeln('__open: ',NativeInt(@__open));
writeln('_lseek: ',NativeInt(@_lseek));
writeln('_open: ',NativeInt(@_open));
writeln('_pclose: ',NativeInt(@_pclose));
writeln('__pclose: ',NativeInt(@__pclose));
writeln('__open_osfhandle: ',NativeInt(@__open_osfhandle));
writeln('__pipe: ',NativeInt(@__pipe));
writeln('__popen: ',NativeInt(@__popen));
writeln('__putc_nolock: ',NativeInt(@__putc_nolock));
writeln('_popen: ',NativeInt(@_popen));
writeln('__putw: ',NativeInt(@__putw));
writeln('_putw: ',NativeInt(@_putw));
writeln('__putwc_nolock: ',NativeInt(@__putwc_nolock));
writeln('__putws: ',NativeInt(@__putws));
writeln('__read: ',NativeInt(@__read));
writeln('_read: ',NativeInt(@_read));
writeln('__rmtmp: ',NativeInt(@__rmtmp));
writeln('_rmtmp: ',NativeInt(@_rmtmp));
writeln('__set_fmode: ',NativeInt(@__set_fmode));
writeln('__set_printf_count_output: ',NativeInt(@__set_printf_count_output));
writeln('__setmaxstdio: ',NativeInt(@__setmaxstdio));
writeln('_setmode: ',NativeInt(@_setmode));
writeln('__setmode: ',NativeInt(@__setmode));
writeln('__sopen: ',NativeInt(@__sopen));
writeln('__sopen_dispatch: ',NativeInt(@__sopen_dispatch));
writeln('__sopen_s: ',NativeInt(@__sopen_s));
writeln('_sopen: ',NativeInt(@_sopen));
writeln('__tell: ',NativeInt(@__tell));
writeln('_tell: ',NativeInt(@_tell));
writeln('__telli64: ',NativeInt(@__telli64));
writeln('__tempnam: ',NativeInt(@__tempnam));
writeln('__ungetc_nolock: ',NativeInt(@__ungetc_nolock));
writeln('__ungetwc_nolock: ',NativeInt(@__ungetwc_nolock));
writeln('__wcreat: ',NativeInt(@__wcreat));
writeln('_tempnam: ',NativeInt(@_tempnam));
writeln('__wfdopen: ',NativeInt(@__wfdopen));
writeln('__wfopen: ',NativeInt(@__wfopen));
writeln('__wfopen_s: ',NativeInt(@__wfopen_s));
writeln('__wfreopen: ',NativeInt(@__wfreopen));
writeln('__wfreopen_s: ',NativeInt(@__wfreopen_s));
writeln('__wfsopen: ',NativeInt(@__wfsopen));
writeln('__wmktemp: ',NativeInt(@__wmktemp));
writeln('__wmktemp_s: ',NativeInt(@__wmktemp_s));
writeln('__wopen: ',NativeInt(@__wopen));
writeln('__wpopen: ',NativeInt(@__wpopen));
writeln('_wpopen: ',NativeInt(@_wpopen));
writeln('__write: ',NativeInt(@__write));
writeln('_write: ',NativeInt(@_write));
writeln('__wsopen: ',NativeInt(@__wsopen));
writeln('__wsopen_dispatch: ',NativeInt(@__wsopen_dispatch));
writeln('__wsopen_s: ',NativeInt(@__wsopen_s));
writeln('__wtempnam: ',NativeInt(@__wtempnam));
writeln('__wtmpnam: ',NativeInt(@__wtmpnam));
writeln('__wtmpnam_s: ',NativeInt(@__wtmpnam_s));
writeln('_clearerr: ',NativeInt(@_clearerr));
writeln('_clearerr_s: ',NativeInt(@_clearerr_s));
writeln('_fclose: ',NativeInt(@_fclose));
writeln('_feof: ',NativeInt(@_feof));
writeln('_ferror: ',NativeInt(@_ferror));
writeln('_fflush: ',NativeInt(@_fflush));
writeln('_fgetc: ',NativeInt(@_fgetc));
writeln('_fgetpos: ',NativeInt(@_fgetpos));
writeln('_fgets: ',NativeInt(@_fgets));
writeln('_fgetwc: ',NativeInt(@_fgetwc));
writeln('_fgetws: ',NativeInt(@_fgetws));
writeln('_fopen: ',NativeInt(@_fopen));
writeln('_fopen_s: ',NativeInt(@_fopen_s));
writeln('_fputc: ',NativeInt(@_fputc));
writeln('_fputs: ',NativeInt(@_fputs));
writeln('_fputwc: ',NativeInt(@_fputwc));
writeln('_fputws: ',NativeInt(@_fputws));
writeln('_fread: ',NativeInt(@_fread));
writeln('_fread_s: ',NativeInt(@_fread_s));
writeln('_freopen: ',NativeInt(@_freopen));
writeln('_freopen_s: ',NativeInt(@_freopen_s));
writeln('_fseek: ',NativeInt(@_fseek));
writeln('_fsetpos: ',NativeInt(@_fsetpos));
writeln('_ftell: ',NativeInt(@_ftell));
writeln('_fwrite: ',NativeInt(@_fwrite));
writeln('_getc: ',NativeInt(@_getc));
writeln('_getchar: ',NativeInt(@_getchar));
writeln('_gets: ',NativeInt(@_gets));
writeln('_gets_s: ',NativeInt(@_gets_s));
writeln('_getwc: ',NativeInt(@_getwc));
writeln('_getwchar: ',NativeInt(@_getwchar));
writeln('_putc: ',NativeInt(@_putc));
writeln('_putchar: ',NativeInt(@_putchar));
writeln('_puts: ',NativeInt(@_puts));
writeln('_putwc: ',NativeInt(@_putwc));
writeln('_putwchar: ',NativeInt(@_putwchar));
writeln('_rewind: ',NativeInt(@_rewind));
writeln('_setbuf: ',NativeInt(@_setbuf));
writeln('_setvbuf: ',NativeInt(@_setvbuf));
writeln('_tmpfile: ',NativeInt(@_tmpfile));
writeln('_tmpfile_s: ',NativeInt(@_tmpfile_s));
writeln('_tmpnam: ',NativeInt(@_tmpnam));
writeln('_tmpnam_s: ',NativeInt(@_tmpnam_s));
writeln('_ungetc: ',NativeInt(@_ungetc));
writeln('_ungetwc: ',NativeInt(@_ungetwc));
writeln('__Exit: ',NativeInt(@__Exit));
writeln('___control87_2: ',NativeInt(@___control87_2));
writeln('___doserrno: ',NativeInt(@___doserrno));
writeln('___fpe_flt_rounds: ',NativeInt(@___fpe_flt_rounds));
writeln('___fpecode: ',NativeInt(@___fpecode));
writeln('___p___argc: ',NativeInt(@___p___argc));
writeln('___p___argv: ',NativeInt(@___p___argv));
writeln('___p___wargv: ',NativeInt(@___p___wargv));
writeln('___p__acmdln: ',NativeInt(@___p__acmdln));
writeln('___p__pgmptr: ',NativeInt(@___p__pgmptr));
writeln('___p__wcmdln: ',NativeInt(@___p__wcmdln));
writeln('___p__wpgmptr: ',NativeInt(@___p__wpgmptr));
writeln('___pxcptinfoptrs: ',NativeInt(@___pxcptinfoptrs));
writeln('___sys_errlist: ',NativeInt(@___sys_errlist));
writeln('___sys_nerr: ',NativeInt(@___sys_nerr));
writeln('___threadhandle: ',NativeInt(@___threadhandle));
writeln('___threadid: ',NativeInt(@___threadid));
writeln('___wcserror: ',NativeInt(@___wcserror));
writeln('___wcserror_s: ',NativeInt(@___wcserror_s));
writeln('__assert: ',NativeInt(@__assert));
writeln('__beginthread: ',NativeInt(@__beginthread));
writeln('__beginthreadex: ',NativeInt(@__beginthreadex));
writeln('__c_exit: ',NativeInt(@__c_exit));
writeln('__cexit: ',NativeInt(@__cexit));
writeln('__clearfp: ',NativeInt(@__clearfp));
writeln('__configure_narrow_argv: ',NativeInt(@__configure_narrow_argv));
writeln('__configure_wide_argv: ',NativeInt(@__configure_wide_argv));
writeln('__control87: ',NativeInt(@__control87));
writeln('__controlfp: ',NativeInt(@__controlfp));
writeln('__controlfp_s: ',NativeInt(@__controlfp_s));
writeln('__crt_at_quick_exit: ',NativeInt(@__crt_at_quick_exit));
writeln('__crt_atexit: ',NativeInt(@__crt_atexit));
writeln('__crt_debugger_hook: ',NativeInt(@__crt_debugger_hook));
writeln('__endthread: ',NativeInt(@__endthread));
writeln('__endthreadex: ',NativeInt(@__endthreadex));
writeln('__errno: ',NativeInt(@__errno));
writeln('__execute_onexit_table: ',NativeInt(@__execute_onexit_table));
writeln('__get_doserrno: ',NativeInt(@__get_doserrno));
writeln('__get_errno: ',NativeInt(@__get_errno));
writeln('__get_initial_narrow_environment: ',NativeInt(@__get_initial_narrow_environment));
writeln('__get_initial_wide_environment: ',NativeInt(@__get_initial_wide_environment));
writeln('__get_invalid_parameter_handler: ',NativeInt(@__get_invalid_parameter_handler));
writeln('__get_narrow_winmain_command_line: ',NativeInt(@__get_narrow_winmain_command_line));
writeln('__get_pgmptr: ',NativeInt(@__get_pgmptr));
writeln('__get_terminate: ',NativeInt(@__get_terminate));
writeln('__get_thread_local_invalid_parameter_handler: ',NativeInt(@__get_thread_local_invalid_parameter_handler));
writeln('__get_wide_winmain_command_line: ',NativeInt(@__get_wide_winmain_command_line));
writeln('__get_wpgmptr: ',NativeInt(@__get_wpgmptr));
writeln('__getdllprocaddr: ',NativeInt(@__getdllprocaddr));
writeln('__getpid: ',NativeInt(@__getpid));
writeln('__initialize_narrow_environment: ',NativeInt(@__initialize_narrow_environment));
writeln('_getpid: ',NativeInt(@_getpid));
writeln('__initialize_onexit_table: ',NativeInt(@__initialize_onexit_table));
writeln('___set_app_type: ',NativeInt(@___set_app_type));
writeln('__initialize_wide_environment: ',NativeInt(@__initialize_wide_environment));
writeln('__initterm: ',NativeInt(@__initterm));
writeln('__initterm_e: ',NativeInt(@__initterm_e));
writeln('__invalid_parameter_noinfo: ',NativeInt(@__invalid_parameter_noinfo));
writeln('__invalid_parameter_noinfo_noreturn: ',NativeInt(@__invalid_parameter_noinfo_noreturn));
writeln('__invoke_watson: ',NativeInt(@__invoke_watson));
writeln('__query_app_type: ',NativeInt(@__query_app_type));
writeln('__register_onexit_function: ',NativeInt(@__register_onexit_function));
writeln('__register_thread_local_exe_atexit_callback: ',NativeInt(@__register_thread_local_exe_atexit_callback));
writeln('__resetstkoflw: ',NativeInt(@__resetstkoflw));
writeln('__seh_filter_dll: ',NativeInt(@__seh_filter_dll));
writeln('__seh_filter_exe: ',NativeInt(@__seh_filter_exe));
writeln('__set_abort_behavior: ',NativeInt(@__set_abort_behavior));
writeln('__set_app_type: ',NativeInt(@__set_app_type));
writeln('__set_controlfp: ',NativeInt(@__set_controlfp));
writeln('__set_doserrno: ',NativeInt(@__set_doserrno));
writeln('__set_errno: ',NativeInt(@__set_errno));
writeln('__set_error_mode: ',NativeInt(@__set_error_mode));
writeln('__set_invalid_parameter_handler: ',NativeInt(@__set_invalid_parameter_handler));
writeln('__set_new_handler: ',NativeInt(@__set_new_handler));
writeln('__set_thread_local_invalid_parameter_handler: ',NativeInt(@__set_thread_local_invalid_parameter_handler));
writeln('__seterrormode: ',NativeInt(@__seterrormode));
writeln('__sleep: ',NativeInt(@__sleep));
writeln('__statusfp: ',NativeInt(@__statusfp));
writeln('__statusfp2: ',NativeInt(@__statusfp2));
writeln('__strerror: ',NativeInt(@__strerror));
writeln('__strerror_s: ',NativeInt(@__strerror_s));
writeln('__wassert: ',NativeInt(@__wassert));
writeln('__wcserror: ',NativeInt(@__wcserror));
writeln('__wcserror_s: ',NativeInt(@__wcserror_s));
writeln('__wperror: ',NativeInt(@__wperror));
writeln('__wsystem: ',NativeInt(@__wsystem));
writeln('_abort: ',NativeInt(@_abort));
writeln('_exit: ',NativeInt(@_exit));
writeln('_perror: ',NativeInt(@_perror));
writeln('_quick_exit: ',NativeInt(@_quick_exit));
writeln('_raise: ',NativeInt(@_raise));
writeln('_set_terminate: ',NativeInt(@_set_terminate));
writeln('_signal: ',NativeInt(@_signal));
writeln('_strerror: ',NativeInt(@_strerror));
writeln('_strerror_s: ',NativeInt(@_strerror_s));
writeln('_system: ',NativeInt(@_system));
writeln('_terminate: ',NativeInt(@_terminate));
writeln('__beep: ',NativeInt(@__beep));
writeln('__cwait: ',NativeInt(@__cwait));
writeln('_execl: ',NativeInt(@_execl));
writeln('__execl: ',NativeInt(@__execl));
writeln('_cwait: ',NativeInt(@_cwait));
writeln('__execle: ',NativeInt(@__execle));
writeln('_execle: ',NativeInt(@_execle));
writeln('__execlp: ',NativeInt(@__execlp));
writeln('_execlpe: ',NativeInt(@_execlpe));
writeln('__execlpe: ',NativeInt(@__execlpe));
writeln('_execlp: ',NativeInt(@_execlp));
writeln('__execv: ',NativeInt(@__execv));
writeln('_execv: ',NativeInt(@_execv));
writeln('__execve: ',NativeInt(@__execve));
writeln('_execve: ',NativeInt(@_execve));
writeln('__execvp: ',NativeInt(@__execvp));
writeln('_execvpe: ',NativeInt(@_execvpe));
writeln('__execvpe: ',NativeInt(@__execvpe));
writeln('__loaddll: ',NativeInt(@__loaddll));
writeln('_execvp: ',NativeInt(@_execvp));
writeln('__spawnl: ',NativeInt(@__spawnl));
writeln('_spawnl: ',NativeInt(@_spawnl));
writeln('__spawnle: ',NativeInt(@__spawnle));
writeln('__spawnlp: ',NativeInt(@__spawnlp));
writeln('_spawnlpe: ',NativeInt(@_spawnlpe));
writeln('_spawnle: ',NativeInt(@_spawnle));
writeln('__spawnlpe: ',NativeInt(@__spawnlpe));
writeln('_spawnlp: ',NativeInt(@_spawnlp));
writeln('__spawnv: ',NativeInt(@__spawnv));
writeln('_spawnve: ',NativeInt(@_spawnve));
writeln('__spawnve: ',NativeInt(@__spawnve));
writeln('_spawnvp: ',NativeInt(@_spawnvp));
writeln('__spawnvp: ',NativeInt(@__spawnvp));
writeln('_spawnv: ',NativeInt(@_spawnv));
writeln('__spawnvpe: ',NativeInt(@__spawnvpe));
writeln('_spawnvpe: ',NativeInt(@_spawnvpe));
writeln('__unloaddll: ',NativeInt(@__unloaddll));
writeln('__wexecl: ',NativeInt(@__wexecl));
writeln('__wexecle: ',NativeInt(@__wexecle));
writeln('__wexeclp: ',NativeInt(@__wexeclp));
writeln('__wexeclpe: ',NativeInt(@__wexeclpe));
writeln('__wexecv: ',NativeInt(@__wexecv));
writeln('__wexecve: ',NativeInt(@__wexecve));
writeln('__wexecvp: ',NativeInt(@__wexecvp));
writeln('__wexecvpe: ',NativeInt(@__wexecvpe));
writeln('__wspawnl: ',NativeInt(@__wspawnl));
writeln('__wspawnle: ',NativeInt(@__wspawnle));
writeln('__wspawnlp: ',NativeInt(@__wspawnlp));
writeln('__wspawnlpe: ',NativeInt(@__wspawnlpe));
writeln('__wspawnv: ',NativeInt(@__wspawnv));
writeln('__wspawnve: ',NativeInt(@__wspawnve));
writeln('__wspawnvp: ',NativeInt(@__wspawnvp));
writeln('__wspawnvpe: ',NativeInt(@__wspawnvpe));
writeln('__CreateFrameInfo: ',NativeInt(@__CreateFrameInfo));
writeln('__EH_prolog: ',NativeInt(@__EH_prolog));
writeln('__FindAndUnlinkFrame: ',NativeInt(@__FindAndUnlinkFrame));
writeln('__GetImageBase: ',NativeInt(@__GetImageBase));
writeln('__GetThrowImageBase: ',NativeInt(@__GetThrowImageBase));
writeln('__IsExceptionObjectToBeDestroyed: ',NativeInt(@__IsExceptionObjectToBeDestroyed));
writeln('__NLG_Dispatch2: ',NativeInt(@__NLG_Dispatch2));
writeln('__NLG_Return: ',NativeInt(@__NLG_Return));
writeln('__NLG_Return2: ',NativeInt(@__NLG_Return2));
writeln('__SetImageBase: ',NativeInt(@__SetImageBase));
writeln('__SetThrowImageBase: ',NativeInt(@__SetThrowImageBase));
writeln('__SetWinRTOutOfMemoryExceptionCallback: ',NativeInt(@__SetWinRTOutOfMemoryExceptionCallback));
writeln('___AdjustPointer: ',NativeInt(@___AdjustPointer));
writeln('___BuildCatchObject: ',NativeInt(@___BuildCatchObject));
writeln('___BuildCatchObjectHelper: ',NativeInt(@___BuildCatchObjectHelper));
writeln('___CxxDetectRethrow: ',NativeInt(@___CxxDetectRethrow));
writeln('___CxxExceptionFilter: ',NativeInt(@___CxxExceptionFilter));
writeln('___CxxFrameHandler: ',NativeInt(@___CxxFrameHandler));
writeln('___CxxFrameHandler2: ',NativeInt(@___CxxFrameHandler2));
writeln('___CxxFrameHandler3: ',NativeInt(@___CxxFrameHandler3));
writeln('___CxxQueryExceptionSize: ',NativeInt(@___CxxQueryExceptionSize));
writeln('___CxxRegisterExceptionObject: ',NativeInt(@___CxxRegisterExceptionObject));
writeln('___CxxUnregisterExceptionObject: ',NativeInt(@___CxxUnregisterExceptionObject));
writeln('___DestructExceptionObject: ',NativeInt(@___DestructExceptionObject));
writeln('___FrameUnwindFilter: ',NativeInt(@___FrameUnwindFilter));
writeln('___GetPlatformExceptionInfo: ',NativeInt(@___GetPlatformExceptionInfo));
writeln('___NLG_Dispatch2: ',NativeInt(@___NLG_Dispatch2));
writeln('___NLG_Return2: ',NativeInt(@___NLG_Return2));
writeln('___RTCastToVoid: ',NativeInt(@___RTCastToVoid));
writeln('___RTDynamicCast: ',NativeInt(@___RTDynamicCast));
writeln('___RTtypeid: ',NativeInt(@___RTtypeid));
writeln('___TypeMatch: ',NativeInt(@___TypeMatch));
writeln('___current_exception: ',NativeInt(@___current_exception));
writeln('___current_exception_context: ',NativeInt(@___current_exception_context));
writeln('___dcrt_get_wide_environment_from_os: ',NativeInt(@___dcrt_get_wide_environment_from_os));
writeln('___dcrt_initial_narrow_environment: ',NativeInt(@___dcrt_initial_narrow_environment));
writeln('___intrinsic_abnormal_termination: ',NativeInt(@___intrinsic_abnormal_termination));
writeln('___intrinsic_setjmp: ',NativeInt(@___intrinsic_setjmp));
writeln('___processing_throw: ',NativeInt(@___processing_throw));
writeln('___report_gsfailure: ',NativeInt(@___report_gsfailure));
writeln('___std_exception_copy: ',NativeInt(@___std_exception_copy));
writeln('___std_exception_destroy: ',NativeInt(@___std_exception_destroy));
writeln('___std_type_info_compare: ',NativeInt(@___std_type_info_compare));
writeln('___std_type_info_destroy_list: ',NativeInt(@___std_type_info_destroy_list));
writeln('___std_type_info_hash: ',NativeInt(@___std_type_info_hash));
writeln('___std_type_info_name: ',NativeInt(@___std_type_info_name));
writeln('___unDName: ',NativeInt(@___unDName));
writeln('___unDNameEx: ',NativeInt(@___unDNameEx));
writeln('___uncaught_exception: ',NativeInt(@___uncaught_exception));
writeln('__chkesp: ',NativeInt(@__chkesp));
writeln('__except_handler2: ',NativeInt(@__except_handler2));
writeln('__except_handler3: ',NativeInt(@__except_handler3));
writeln('__except_handler4_common: ',NativeInt(@__except_handler4_common));
writeln('__get_purecall_handler: ',NativeInt(@__get_purecall_handler));
writeln('__get_unexpected: ',NativeInt(@__get_unexpected));
writeln('__global_unwind2: ',NativeInt(@__global_unwind2));
writeln('__is_exception_typeof: ',NativeInt(@__is_exception_typeof));
writeln('__local_unwind2: ',NativeInt(@__local_unwind2));
writeln('__local_unwind4: ',NativeInt(@__local_unwind4));
writeln('__longjmpex: ',NativeInt(@__longjmpex));
writeln('__o__CIacos: ',NativeInt(@__o__CIacos));
writeln('__o__CIasin: ',NativeInt(@__o__CIasin));
writeln('__o__CIatan: ',NativeInt(@__o__CIatan));
writeln('__o__CIatan2: ',NativeInt(@__o__CIatan2));
writeln('__o__CIcos: ',NativeInt(@__o__CIcos));
writeln('__o__CIcosh: ',NativeInt(@__o__CIcosh));
writeln('__o__CIexp: ',NativeInt(@__o__CIexp));
writeln('__o__CIfmod: ',NativeInt(@__o__CIfmod));
writeln('__o__CIlog: ',NativeInt(@__o__CIlog));
writeln('__o__CIlog10: ',NativeInt(@__o__CIlog10));
writeln('__o__CIpow: ',NativeInt(@__o__CIpow));
writeln('__o__CIsin: ',NativeInt(@__o__CIsin));
writeln('__o__CIsinh: ',NativeInt(@__o__CIsinh));
writeln('__o__CIsqrt: ',NativeInt(@__o__CIsqrt));
writeln('__o__CItan: ',NativeInt(@__o__CItan));
writeln('__o__CItanh: ',NativeInt(@__o__CItanh));
writeln('__o__Getdays: ',NativeInt(@__o__Getdays));
writeln('__o__Getmonths: ',NativeInt(@__o__Getmonths));
writeln('__o__Gettnames: ',NativeInt(@__o__Gettnames));
writeln('__o__Strftime: ',NativeInt(@__o__Strftime));
writeln('__o__W_Getdays: ',NativeInt(@__o__W_Getdays));
writeln('__o__W_Getmonths: ',NativeInt(@__o__W_Getmonths));
writeln('__o__W_Gettnames: ',NativeInt(@__o__W_Gettnames));
writeln('__o__Wcsftime: ',NativeInt(@__o__Wcsftime));
writeln('__o___acrt_iob_func: ',NativeInt(@__o___acrt_iob_func));
writeln('__o___conio_common_vcprintf: ',NativeInt(@__o___conio_common_vcprintf));
writeln('__o___conio_common_vcprintf_p: ',NativeInt(@__o___conio_common_vcprintf_p));
writeln('__o___conio_common_vcprintf_s: ',NativeInt(@__o___conio_common_vcprintf_s));
writeln('__o___conio_common_vcscanf: ',NativeInt(@__o___conio_common_vcscanf));
writeln('__o___conio_common_vcwprintf: ',NativeInt(@__o___conio_common_vcwprintf));
writeln('__o___conio_common_vcwprintf_p: ',NativeInt(@__o___conio_common_vcwprintf_p));
writeln('__o___conio_common_vcwprintf_s: ',NativeInt(@__o___conio_common_vcwprintf_s));
writeln('__o___conio_common_vcwscanf: ',NativeInt(@__o___conio_common_vcwscanf));
writeln('__o___daylight: ',NativeInt(@__o___daylight));
writeln('__o___dstbias: ',NativeInt(@__o___dstbias));
writeln('__o___fpe_flt_rounds: ',NativeInt(@__o___fpe_flt_rounds));
writeln('__o___libm_sse2_acos: ',NativeInt(@__o___libm_sse2_acos));
writeln('__o___libm_sse2_acosf: ',NativeInt(@__o___libm_sse2_acosf));
writeln('__o___libm_sse2_asin: ',NativeInt(@__o___libm_sse2_asin));
writeln('__o___libm_sse2_asinf: ',NativeInt(@__o___libm_sse2_asinf));
writeln('__o___libm_sse2_atan: ',NativeInt(@__o___libm_sse2_atan));
writeln('__o___libm_sse2_atan2: ',NativeInt(@__o___libm_sse2_atan2));
writeln('__o___libm_sse2_atanf: ',NativeInt(@__o___libm_sse2_atanf));
writeln('__o___libm_sse2_cos: ',NativeInt(@__o___libm_sse2_cos));
writeln('__o___libm_sse2_cosf: ',NativeInt(@__o___libm_sse2_cosf));
writeln('__o___libm_sse2_exp: ',NativeInt(@__o___libm_sse2_exp));
writeln('__o___libm_sse2_expf: ',NativeInt(@__o___libm_sse2_expf));
writeln('__o___libm_sse2_log: ',NativeInt(@__o___libm_sse2_log));
writeln('__o___libm_sse2_log10: ',NativeInt(@__o___libm_sse2_log10));
writeln('__o___libm_sse2_log10f: ',NativeInt(@__o___libm_sse2_log10f));
writeln('__o___libm_sse2_logf: ',NativeInt(@__o___libm_sse2_logf));
writeln('__o___libm_sse2_pow: ',NativeInt(@__o___libm_sse2_pow));
writeln('__o___libm_sse2_powf: ',NativeInt(@__o___libm_sse2_powf));
writeln('__o___libm_sse2_sin: ',NativeInt(@__o___libm_sse2_sin));
writeln('__o___libm_sse2_sinf: ',NativeInt(@__o___libm_sse2_sinf));
writeln('__o___libm_sse2_tan: ',NativeInt(@__o___libm_sse2_tan));
writeln('__o___libm_sse2_tanf: ',NativeInt(@__o___libm_sse2_tanf));
writeln('__o___p___argc: ',NativeInt(@__o___p___argc));
writeln('__o___p___argv: ',NativeInt(@__o___p___argv));
writeln('__o___p___wargv: ',NativeInt(@__o___p___wargv));
writeln('__o___p__acmdln: ',NativeInt(@__o___p__acmdln));
writeln('__o___p__commode: ',NativeInt(@__o___p__commode));
writeln('__o___p__environ: ',NativeInt(@__o___p__environ));
writeln('__o___p__fmode: ',NativeInt(@__o___p__fmode));
writeln('__o___p__mbcasemap: ',NativeInt(@__o___p__mbcasemap));
writeln('__o___p__mbctype: ',NativeInt(@__o___p__mbctype));
writeln('__o___p__pgmptr: ',NativeInt(@__o___p__pgmptr));
writeln('__o___p__wcmdln: ',NativeInt(@__o___p__wcmdln));
writeln('__o___p__wenviron: ',NativeInt(@__o___p__wenviron));
writeln('__o___p__wpgmptr: ',NativeInt(@__o___p__wpgmptr));
writeln('__o___pctype_func: ',NativeInt(@__o___pctype_func));
writeln('__o___pwctype_func: ',NativeInt(@__o___pwctype_func));
writeln('__o___stdio_common_vfprintf: ',NativeInt(@__o___stdio_common_vfprintf));
writeln('__o___stdio_common_vfprintf_p: ',NativeInt(@__o___stdio_common_vfprintf_p));
writeln('__o___stdio_common_vfprintf_s: ',NativeInt(@__o___stdio_common_vfprintf_s));
writeln('__o___stdio_common_vfscanf: ',NativeInt(@__o___stdio_common_vfscanf));
writeln('__o___stdio_common_vfwprintf: ',NativeInt(@__o___stdio_common_vfwprintf));
writeln('__o___stdio_common_vfwprintf_p: ',NativeInt(@__o___stdio_common_vfwprintf_p));
writeln('__o___stdio_common_vfwprintf_s: ',NativeInt(@__o___stdio_common_vfwprintf_s));
writeln('__o___stdio_common_vfwscanf: ',NativeInt(@__o___stdio_common_vfwscanf));
writeln('__o___stdio_common_vsnprintf_s: ',NativeInt(@__o___stdio_common_vsnprintf_s));
writeln('__o___stdio_common_vsnwprintf_s: ',NativeInt(@__o___stdio_common_vsnwprintf_s));
writeln('__o___stdio_common_vsprintf: ',NativeInt(@__o___stdio_common_vsprintf));
writeln('__o___stdio_common_vsprintf_p: ',NativeInt(@__o___stdio_common_vsprintf_p));
writeln('__o___stdio_common_vsprintf_s: ',NativeInt(@__o___stdio_common_vsprintf_s));
writeln('__o___stdio_common_vsscanf: ',NativeInt(@__o___stdio_common_vsscanf));
writeln('__o___stdio_common_vswprintf: ',NativeInt(@__o___stdio_common_vswprintf));
writeln('__o___stdio_common_vswprintf_p: ',NativeInt(@__o___stdio_common_vswprintf_p));
writeln('__o___stdio_common_vswprintf_s: ',NativeInt(@__o___stdio_common_vswprintf_s));
writeln('__o___stdio_common_vswscanf: ',NativeInt(@__o___stdio_common_vswscanf));
writeln('__o___timezone: ',NativeInt(@__o___timezone));
writeln('__o___tzname: ',NativeInt(@__o___tzname));
writeln('__o___wcserror: ',NativeInt(@__o___wcserror));
writeln('__o__access: ',NativeInt(@__o__access));
writeln('__o__access_s: ',NativeInt(@__o__access_s));
writeln('__o__aligned_free: ',NativeInt(@__o__aligned_free));
writeln('__o__aligned_malloc: ',NativeInt(@__o__aligned_malloc));
writeln('__o__aligned_msize: ',NativeInt(@__o__aligned_msize));
writeln('__o__aligned_offset_malloc: ',NativeInt(@__o__aligned_offset_malloc));
writeln('__o__aligned_offset_realloc: ',NativeInt(@__o__aligned_offset_realloc));
writeln('__o__aligned_offset_recalloc: ',NativeInt(@__o__aligned_offset_recalloc));
writeln('__o__aligned_realloc: ',NativeInt(@__o__aligned_realloc));
writeln('__o__aligned_recalloc: ',NativeInt(@__o__aligned_recalloc));
writeln('__o__atodbl: ',NativeInt(@__o__atodbl));
writeln('__o__atodbl_l: ',NativeInt(@__o__atodbl_l));
writeln('__o__atof_l: ',NativeInt(@__o__atof_l));
writeln('__o__atoflt: ',NativeInt(@__o__atoflt));
writeln('__o__atoflt_l: ',NativeInt(@__o__atoflt_l));
writeln('__o__atoi64: ',NativeInt(@__o__atoi64));
writeln('__o__atoi64_l: ',NativeInt(@__o__atoi64_l));
writeln('__o__atoi_l: ',NativeInt(@__o__atoi_l));
writeln('__o__atol_l: ',NativeInt(@__o__atol_l));
writeln('__o__atoldbl: ',NativeInt(@__o__atoldbl));
writeln('__o__atoldbl_l: ',NativeInt(@__o__atoldbl_l));
writeln('__o__atoll_l: ',NativeInt(@__o__atoll_l));
writeln('__o__beep: ',NativeInt(@__o__beep));
writeln('__o__beginthread: ',NativeInt(@__o__beginthread));
writeln('__o__beginthreadex: ',NativeInt(@__o__beginthreadex));
writeln('__o__cabs: ',NativeInt(@__o__cabs));
writeln('__o__callnewh: ',NativeInt(@__o__callnewh));
writeln('__o__calloc_base: ',NativeInt(@__o__calloc_base));
writeln('__o__cgets: ',NativeInt(@__o__cgets));
writeln('__o__cgets_s: ',NativeInt(@__o__cgets_s));
writeln('__o__cgetws: ',NativeInt(@__o__cgetws));
writeln('__o__cgetws_s: ',NativeInt(@__o__cgetws_s));
writeln('__o__chdir: ',NativeInt(@__o__chdir));
writeln('__o__chdrive: ',NativeInt(@__o__chdrive));
writeln('__o__chmod: ',NativeInt(@__o__chmod));
writeln('__o__chsize: ',NativeInt(@__o__chsize));
writeln('__o__chsize_s: ',NativeInt(@__o__chsize_s));
writeln('__o__close: ',NativeInt(@__o__close));
writeln('__o__commit: ',NativeInt(@__o__commit));
writeln('__o__configure_wide_argv: ',NativeInt(@__o__configure_wide_argv));
writeln('__o__cputs: ',NativeInt(@__o__cputs));
writeln('__o__cputws: ',NativeInt(@__o__cputws));
writeln('__o__creat: ',NativeInt(@__o__creat));
writeln('__o__create_locale: ',NativeInt(@__o__create_locale));
writeln('__o__ctime32_s: ',NativeInt(@__o__ctime32_s));
writeln('__o__ctime64_s: ',NativeInt(@__o__ctime64_s));
writeln('__o__cwait: ',NativeInt(@__o__cwait));
writeln('__o__d_int: ',NativeInt(@__o__d_int));
writeln('__o__dclass: ',NativeInt(@__o__dclass));
writeln('__o__difftime32: ',NativeInt(@__o__difftime32));
writeln('__o__difftime64: ',NativeInt(@__o__difftime64));
writeln('__o__dlog: ',NativeInt(@__o__dlog));
writeln('__o__dnorm: ',NativeInt(@__o__dnorm));
writeln('__o__dpcomp: ',NativeInt(@__o__dpcomp));
writeln('__o__dpoly: ',NativeInt(@__o__dpoly));
writeln('__o__dscale: ',NativeInt(@__o__dscale));
writeln('__o__dsign: ',NativeInt(@__o__dsign));
writeln('__o__dsin: ',NativeInt(@__o__dsin));
writeln('__o__dtest: ',NativeInt(@__o__dtest));
writeln('__o__dunscale: ',NativeInt(@__o__dunscale));
writeln('__o__dup: ',NativeInt(@__o__dup));
writeln('__o__dup2: ',NativeInt(@__o__dup2));
writeln('__o__dupenv_s: ',NativeInt(@__o__dupenv_s));
writeln('__o__ecvt: ',NativeInt(@__o__ecvt));
writeln('__o__ecvt_s: ',NativeInt(@__o__ecvt_s));
writeln('__o__endthread: ',NativeInt(@__o__endthread));
writeln('__o__endthreadex: ',NativeInt(@__o__endthreadex));
writeln('__o__eof: ',NativeInt(@__o__eof));
writeln('__o__errno: ',NativeInt(@__o__errno));
writeln('__o__except1: ',NativeInt(@__o__except1));
writeln('__o__execute_onexit_table: ',NativeInt(@__o__execute_onexit_table));
writeln('__o__execv: ',NativeInt(@__o__execv));
writeln('__o__execve: ',NativeInt(@__o__execve));
writeln('__o__execvp: ',NativeInt(@__o__execvp));
writeln('__o__execvpe: ',NativeInt(@__o__execvpe));
writeln('__o__expand: ',NativeInt(@__o__expand));
writeln('__o__fclose_nolock: ',NativeInt(@__o__fclose_nolock));
writeln('__o__fcloseall: ',NativeInt(@__o__fcloseall));
writeln('__o__fcvt: ',NativeInt(@__o__fcvt));
writeln('__o__fcvt_s: ',NativeInt(@__o__fcvt_s));
writeln('__o__fd_int: ',NativeInt(@__o__fd_int));
writeln('__o__fdclass: ',NativeInt(@__o__fdclass));
writeln('__o__fdexp: ',NativeInt(@__o__fdexp));
writeln('__o__fdlog: ',NativeInt(@__o__fdlog));
writeln('__o__fdopen: ',NativeInt(@__o__fdopen));
writeln('__o__fdpcomp: ',NativeInt(@__o__fdpcomp));
writeln('__o__fdpoly: ',NativeInt(@__o__fdpoly));
writeln('__o__fdscale: ',NativeInt(@__o__fdscale));
writeln('__o__fdsign: ',NativeInt(@__o__fdsign));
writeln('__o__fdsin: ',NativeInt(@__o__fdsin));
writeln('__o__fflush_nolock: ',NativeInt(@__o__fflush_nolock));
writeln('__o__fgetc_nolock: ',NativeInt(@__o__fgetc_nolock));
writeln('__o__fgetchar: ',NativeInt(@__o__fgetchar));
writeln('__o__fgetwc_nolock: ',NativeInt(@__o__fgetwc_nolock));
writeln('__o__fgetwchar: ',NativeInt(@__o__fgetwchar));
writeln('__o__filelength: ',NativeInt(@__o__filelength));
writeln('__o__filelengthi64: ',NativeInt(@__o__filelengthi64));
writeln('__o__fileno: ',NativeInt(@__o__fileno));
writeln('__o__findclose: ',NativeInt(@__o__findclose));
writeln('__o__findfirst32: ',NativeInt(@__o__findfirst32));
writeln('__o__findfirst32i64: ',NativeInt(@__o__findfirst32i64));
writeln('__o__findfirst64: ',NativeInt(@__o__findfirst64));
writeln('__o__findfirst64i32: ',NativeInt(@__o__findfirst64i32));
writeln('__o__findnext32: ',NativeInt(@__o__findnext32));
writeln('__o__findnext32i64: ',NativeInt(@__o__findnext32i64));
writeln('__o__findnext64: ',NativeInt(@__o__findnext64));
writeln('__o__findnext64i32: ',NativeInt(@__o__findnext64i32));
writeln('__o__flushall: ',NativeInt(@__o__flushall));
writeln('__o__fpclass: ',NativeInt(@__o__fpclass));
writeln('__o__fpclassf: ',NativeInt(@__o__fpclassf));
writeln('__o__fputc_nolock: ',NativeInt(@__o__fputc_nolock));
writeln('__o__fputchar: ',NativeInt(@__o__fputchar));
writeln('__o__fputwc_nolock: ',NativeInt(@__o__fputwc_nolock));
writeln('__o__fputwchar: ',NativeInt(@__o__fputwchar));
writeln('__o__fread_nolock: ',NativeInt(@__o__fread_nolock));
writeln('__o__fread_nolock_s: ',NativeInt(@__o__fread_nolock_s));
writeln('__o__free_base: ',NativeInt(@__o__free_base));
writeln('__o__free_locale: ',NativeInt(@__o__free_locale));
writeln('__o__fseek_nolock: ',NativeInt(@__o__fseek_nolock));
writeln('__o__fseeki64: ',NativeInt(@__o__fseeki64));
writeln('__o__fseeki64_nolock: ',NativeInt(@__o__fseeki64_nolock));
writeln('__o__fsopen: ',NativeInt(@__o__fsopen));
writeln('__o__fstat32: ',NativeInt(@__o__fstat32));
writeln('__o__fstat32i64: ',NativeInt(@__o__fstat32i64));
writeln('__o__fstat64: ',NativeInt(@__o__fstat64));
writeln('__o__fstat64i32: ',NativeInt(@__o__fstat64i32));
writeln('__o__ftell_nolock: ',NativeInt(@__o__ftell_nolock));
writeln('__o__ftelli64: ',NativeInt(@__o__ftelli64));
writeln('__o__ftelli64_nolock: ',NativeInt(@__o__ftelli64_nolock));
writeln('__o__ftime32: ',NativeInt(@__o__ftime32));
writeln('__o__ftime32_s: ',NativeInt(@__o__ftime32_s));
writeln('__o__ftime64: ',NativeInt(@__o__ftime64));
writeln('__o__ftime64_s: ',NativeInt(@__o__ftime64_s));
writeln('__o__fullpath: ',NativeInt(@__o__fullpath));
writeln('__o__futime32: ',NativeInt(@__o__futime32));
writeln('__o__futime64: ',NativeInt(@__o__futime64));
writeln('__o__fwrite_nolock: ',NativeInt(@__o__fwrite_nolock));
writeln('__o__gcvt: ',NativeInt(@__o__gcvt));
writeln('__o__gcvt_s: ',NativeInt(@__o__gcvt_s));
writeln('__o__get_daylight: ',NativeInt(@__o__get_daylight));
writeln('__o__get_doserrno: ',NativeInt(@__o__get_doserrno));
writeln('__o__get_dstbias: ',NativeInt(@__o__get_dstbias));
writeln('__o__get_errno: ',NativeInt(@__o__get_errno));
writeln('__o__get_fmode: ',NativeInt(@__o__get_fmode));
writeln('__o__get_heap_handle: ',NativeInt(@__o__get_heap_handle));
writeln('__o__get_invalid_parameter_handler: ',NativeInt(@__o__get_invalid_parameter_handler));
writeln('__o__get_narrow_winmain_command_line: ',NativeInt(@__o__get_narrow_winmain_command_line));
writeln('__o__get_osfhandle: ',NativeInt(@__o__get_osfhandle));
writeln('__o__get_pgmptr: ',NativeInt(@__o__get_pgmptr));
writeln('__o__get_stream_buffer_pointers: ',NativeInt(@__o__get_stream_buffer_pointers));
writeln('__o__get_terminate: ',NativeInt(@__o__get_terminate));
writeln('__o__get_thread_local_invalid_parameter_handler: ',NativeInt(@__o__get_thread_local_invalid_parameter_handler));
writeln('__o__get_timezone: ',NativeInt(@__o__get_timezone));
writeln('__o__get_tzname: ',NativeInt(@__o__get_tzname));
writeln('__o__get_wide_winmain_command_line: ',NativeInt(@__o__get_wide_winmain_command_line));
writeln('__o__get_wpgmptr: ',NativeInt(@__o__get_wpgmptr));
writeln('__o__getc_nolock: ',NativeInt(@__o__getc_nolock));
writeln('__o__getch: ',NativeInt(@__o__getch));
writeln('__o__getch_nolock: ',NativeInt(@__o__getch_nolock));
writeln('__o__getche: ',NativeInt(@__o__getche));
writeln('__o__getche_nolock: ',NativeInt(@__o__getche_nolock));
writeln('__o__getcwd: ',NativeInt(@__o__getcwd));
writeln('__o__getdcwd: ',NativeInt(@__o__getdcwd));
writeln('__o__getdiskfree: ',NativeInt(@__o__getdiskfree));
writeln('__o__getdllprocaddr: ',NativeInt(@__o__getdllprocaddr));
writeln('__o__getdrive: ',NativeInt(@__o__getdrive));
writeln('__o__getdrives: ',NativeInt(@__o__getdrives));
writeln('__o__getmbcp: ',NativeInt(@__o__getmbcp));
writeln('__o__getsystime: ',NativeInt(@__o__getsystime));
writeln('__o__getw: ',NativeInt(@__o__getw));
writeln('__o__getwc_nolock: ',NativeInt(@__o__getwc_nolock));
writeln('__o__getwch: ',NativeInt(@__o__getwch));
writeln('__o__getwch_nolock: ',NativeInt(@__o__getwch_nolock));
writeln('__o__getwche: ',NativeInt(@__o__getwche));
writeln('__o__getwche_nolock: ',NativeInt(@__o__getwche_nolock));
writeln('__o__getws: ',NativeInt(@__o__getws));
writeln('__o__getws_s: ',NativeInt(@__o__getws_s));
writeln('__o__gmtime32: ',NativeInt(@__o__gmtime32));
writeln('__o__gmtime32_s: ',NativeInt(@__o__gmtime32_s));
writeln('__o__gmtime64: ',NativeInt(@__o__gmtime64));
writeln('__o__gmtime64_s: ',NativeInt(@__o__gmtime64_s));
writeln('__o__heapchk: ',NativeInt(@__o__heapchk));
writeln('__o__heapmin: ',NativeInt(@__o__heapmin));
writeln('__o__hypot: ',NativeInt(@__o__hypot));
writeln('__o__hypotf: ',NativeInt(@__o__hypotf));
writeln('__o__i64toa: ',NativeInt(@__o__i64toa));
writeln('__o__i64toa_s: ',NativeInt(@__o__i64toa_s));
writeln('__o__i64tow: ',NativeInt(@__o__i64tow));
writeln('__o__i64tow_s: ',NativeInt(@__o__i64tow_s));
writeln('__o__initialize_onexit_table: ',NativeInt(@__o__initialize_onexit_table));
writeln('__o__invalid_parameter_noinfo: ',NativeInt(@__o__invalid_parameter_noinfo));
writeln('__o__invalid_parameter_noinfo_noreturn: ',NativeInt(@__o__invalid_parameter_noinfo_noreturn));
writeln('__o__isatty: ',NativeInt(@__o__isatty));
writeln('__o__isctype: ',NativeInt(@__o__isctype));
writeln('__o__isctype_l: ',NativeInt(@__o__isctype_l));
writeln('__o__isleadbyte_l: ',NativeInt(@__o__isleadbyte_l));
writeln('__o__ismbbalnum: ',NativeInt(@__o__ismbbalnum));
writeln('__o__ismbbalnum_l: ',NativeInt(@__o__ismbbalnum_l));
writeln('__o__ismbbalpha: ',NativeInt(@__o__ismbbalpha));
writeln('__o__ismbbalpha_l: ',NativeInt(@__o__ismbbalpha_l));
writeln('__o__ismbbblank: ',NativeInt(@__o__ismbbblank));
writeln('__o__ismbbblank_l: ',NativeInt(@__o__ismbbblank_l));
writeln('__o__ismbbgraph: ',NativeInt(@__o__ismbbgraph));
writeln('__o__ismbbgraph_l: ',NativeInt(@__o__ismbbgraph_l));
writeln('__o__ismbbkalnum: ',NativeInt(@__o__ismbbkalnum));
writeln('__o__ismbbkalnum_l: ',NativeInt(@__o__ismbbkalnum_l));
writeln('__o__ismbbkana: ',NativeInt(@__o__ismbbkana));
writeln('__o__ismbbkana_l: ',NativeInt(@__o__ismbbkana_l));
writeln('__o__ismbbkprint: ',NativeInt(@__o__ismbbkprint));
writeln('__o__ismbbkprint_l: ',NativeInt(@__o__ismbbkprint_l));
writeln('__o__ismbbkpunct: ',NativeInt(@__o__ismbbkpunct));
writeln('__o__ismbbkpunct_l: ',NativeInt(@__o__ismbbkpunct_l));
writeln('__o__ismbblead: ',NativeInt(@__o__ismbblead));
writeln('__o__ismbblead_l: ',NativeInt(@__o__ismbblead_l));
writeln('__o__ismbbprint: ',NativeInt(@__o__ismbbprint));
writeln('__o__ismbbprint_l: ',NativeInt(@__o__ismbbprint_l));
writeln('__o__ismbbpunct: ',NativeInt(@__o__ismbbpunct));
writeln('__o__ismbbpunct_l: ',NativeInt(@__o__ismbbpunct_l));
writeln('__o__ismbbtrail: ',NativeInt(@__o__ismbbtrail));
writeln('__o__ismbbtrail_l: ',NativeInt(@__o__ismbbtrail_l));
writeln('__o__ismbcalnum: ',NativeInt(@__o__ismbcalnum));
writeln('__o__ismbcalnum_l: ',NativeInt(@__o__ismbcalnum_l));
writeln('__o__ismbcalpha: ',NativeInt(@__o__ismbcalpha));
writeln('__o__ismbcalpha_l: ',NativeInt(@__o__ismbcalpha_l));
writeln('__o__ismbcblank: ',NativeInt(@__o__ismbcblank));
writeln('__o__ismbcblank_l: ',NativeInt(@__o__ismbcblank_l));
writeln('__o__ismbcdigit: ',NativeInt(@__o__ismbcdigit));
writeln('__o__ismbcdigit_l: ',NativeInt(@__o__ismbcdigit_l));
writeln('__o__ismbcgraph: ',NativeInt(@__o__ismbcgraph));
writeln('__o__ismbcgraph_l: ',NativeInt(@__o__ismbcgraph_l));
writeln('__o__ismbchira: ',NativeInt(@__o__ismbchira));
writeln('__o__ismbchira_l: ',NativeInt(@__o__ismbchira_l));
writeln('__o__ismbckata: ',NativeInt(@__o__ismbckata));
writeln('__o__ismbckata_l: ',NativeInt(@__o__ismbckata_l));
writeln('__o__ismbcl0: ',NativeInt(@__o__ismbcl0));
writeln('__o__ismbcl0_l: ',NativeInt(@__o__ismbcl0_l));
writeln('__o__ismbcl1: ',NativeInt(@__o__ismbcl1));
writeln('__o__ismbcl1_l: ',NativeInt(@__o__ismbcl1_l));
writeln('__o__ismbcl2: ',NativeInt(@__o__ismbcl2));
writeln('__o__ismbcl2_l: ',NativeInt(@__o__ismbcl2_l));
writeln('__o__ismbclegal: ',NativeInt(@__o__ismbclegal));
writeln('__o__ismbclegal_l: ',NativeInt(@__o__ismbclegal_l));
writeln('__o__ismbclower: ',NativeInt(@__o__ismbclower));
writeln('__o__ismbclower_l: ',NativeInt(@__o__ismbclower_l));
writeln('__o__ismbcprint: ',NativeInt(@__o__ismbcprint));
writeln('__o__ismbcprint_l: ',NativeInt(@__o__ismbcprint_l));
writeln('__o__ismbcpunct: ',NativeInt(@__o__ismbcpunct));
writeln('__o__ismbcpunct_l: ',NativeInt(@__o__ismbcpunct_l));
writeln('__o__ismbcspace: ',NativeInt(@__o__ismbcspace));
writeln('__o__ismbcspace_l: ',NativeInt(@__o__ismbcspace_l));
writeln('__o__ismbcsymbol: ',NativeInt(@__o__ismbcsymbol));
writeln('__o__ismbcsymbol_l: ',NativeInt(@__o__ismbcsymbol_l));
writeln('__o__ismbcupper: ',NativeInt(@__o__ismbcupper));
writeln('__o__ismbcupper_l: ',NativeInt(@__o__ismbcupper_l));
writeln('__o__ismbslead: ',NativeInt(@__o__ismbslead));
writeln('__o__ismbslead_l: ',NativeInt(@__o__ismbslead_l));
writeln('__o__ismbstrail: ',NativeInt(@__o__ismbstrail));
writeln('__o__ismbstrail_l: ',NativeInt(@__o__ismbstrail_l));
writeln('__o__iswctype_l: ',NativeInt(@__o__iswctype_l));
writeln('__o__itoa: ',NativeInt(@__o__itoa));
writeln('__o__itoa_s: ',NativeInt(@__o__itoa_s));
writeln('__o__itow: ',NativeInt(@__o__itow));
writeln('__o__itow_s: ',NativeInt(@__o__itow_s));
writeln('__o__j0: ',NativeInt(@__o__j0));
writeln('__o__j1: ',NativeInt(@__o__j1));
writeln('__o__jn: ',NativeInt(@__o__jn));
writeln('__o__kbhit: ',NativeInt(@__o__kbhit));
writeln('__o__ld_int: ',NativeInt(@__o__ld_int));
writeln('__o__ldclass: ',NativeInt(@__o__ldclass));
writeln('__o__ldexp: ',NativeInt(@__o__ldexp));
writeln('__o__ldlog: ',NativeInt(@__o__ldlog));
writeln('__o__ldpcomp: ',NativeInt(@__o__ldpcomp));
writeln('__o__ldpoly: ',NativeInt(@__o__ldpoly));
writeln('__o__ldscale: ',NativeInt(@__o__ldscale));
writeln('__o__ldsign: ',NativeInt(@__o__ldsign));
writeln('__o__ldsin: ',NativeInt(@__o__ldsin));
writeln('__o__ldtest: ',NativeInt(@__o__ldtest));
writeln('__o__ldunscale: ',NativeInt(@__o__ldunscale));
writeln('__o__lfind: ',NativeInt(@__o__lfind));
writeln('__o__lfind_s: ',NativeInt(@__o__lfind_s));
writeln('__o__libm_sse2_acos_precise: ',NativeInt(@__o__libm_sse2_acos_precise));
writeln('__o__libm_sse2_asin_precise: ',NativeInt(@__o__libm_sse2_asin_precise));
writeln('__o__libm_sse2_atan_precise: ',NativeInt(@__o__libm_sse2_atan_precise));
writeln('__o__libm_sse2_cos_precise: ',NativeInt(@__o__libm_sse2_cos_precise));
writeln('__o__libm_sse2_exp_precise: ',NativeInt(@__o__libm_sse2_exp_precise));
writeln('__o__libm_sse2_log10_precise: ',NativeInt(@__o__libm_sse2_log10_precise));
writeln('__o__libm_sse2_log_precise: ',NativeInt(@__o__libm_sse2_log_precise));
writeln('__o__libm_sse2_pow_precise: ',NativeInt(@__o__libm_sse2_pow_precise));
writeln('__o__libm_sse2_sin_precise: ',NativeInt(@__o__libm_sse2_sin_precise));
writeln('__o__libm_sse2_sqrt_precise: ',NativeInt(@__o__libm_sse2_sqrt_precise));
writeln('__o__libm_sse2_tan_precise: ',NativeInt(@__o__libm_sse2_tan_precise));
writeln('__o__loaddll: ',NativeInt(@__o__loaddll));
writeln('__o__localtime32: ',NativeInt(@__o__localtime32));
writeln('__o__localtime32_s: ',NativeInt(@__o__localtime32_s));
writeln('__o__localtime64: ',NativeInt(@__o__localtime64));
writeln('__o__localtime64_s: ',NativeInt(@__o__localtime64_s));
writeln('__o__lock_file: ',NativeInt(@__o__lock_file));
writeln('__o__locking: ',NativeInt(@__o__locking));
writeln('__o__logb: ',NativeInt(@__o__logb));
writeln('__o__logbf: ',NativeInt(@__o__logbf));
writeln('__o__lsearch: ',NativeInt(@__o__lsearch));
writeln('__o__lsearch_s: ',NativeInt(@__o__lsearch_s));
writeln('__o__lseek: ',NativeInt(@__o__lseek));
writeln('__o__lseeki64: ',NativeInt(@__o__lseeki64));
writeln('__o__ltoa: ',NativeInt(@__o__ltoa));
writeln('__o__ltoa_s: ',NativeInt(@__o__ltoa_s));
writeln('__o__ltow: ',NativeInt(@__o__ltow));
writeln('__o__ltow_s: ',NativeInt(@__o__ltow_s));
writeln('__o__makepath: ',NativeInt(@__o__makepath));
writeln('__o__makepath_s: ',NativeInt(@__o__makepath_s));
writeln('__o__malloc_base: ',NativeInt(@__o__malloc_base));
writeln('__o__mbbtombc: ',NativeInt(@__o__mbbtombc));
writeln('__o__mbbtombc_l: ',NativeInt(@__o__mbbtombc_l));
writeln('__o__mbbtype: ',NativeInt(@__o__mbbtype));
writeln('__o__mbbtype_l: ',NativeInt(@__o__mbbtype_l));
writeln('__o__mbccpy: ',NativeInt(@__o__mbccpy));
writeln('__o__mbccpy_l: ',NativeInt(@__o__mbccpy_l));
writeln('__o__mbccpy_s: ',NativeInt(@__o__mbccpy_s));
writeln('__o__mbccpy_s_l: ',NativeInt(@__o__mbccpy_s_l));
writeln('__o__mbcjistojms: ',NativeInt(@__o__mbcjistojms));
writeln('__o__mbcjistojms_l: ',NativeInt(@__o__mbcjistojms_l));
writeln('__o__mbcjmstojis: ',NativeInt(@__o__mbcjmstojis));
writeln('__o__mbcjmstojis_l: ',NativeInt(@__o__mbcjmstojis_l));
writeln('__o__mbclen: ',NativeInt(@__o__mbclen));
writeln('__o__mbclen_l: ',NativeInt(@__o__mbclen_l));
writeln('__o__mbctohira: ',NativeInt(@__o__mbctohira));
writeln('__o__mbctohira_l: ',NativeInt(@__o__mbctohira_l));
writeln('__o__mbctokata: ',NativeInt(@__o__mbctokata));
writeln('__o__mbctokata_l: ',NativeInt(@__o__mbctokata_l));
writeln('__o__mbctolower: ',NativeInt(@__o__mbctolower));
writeln('__o__mbctolower_l: ',NativeInt(@__o__mbctolower_l));
writeln('__o__mbctombb: ',NativeInt(@__o__mbctombb));
writeln('__o__mbctombb_l: ',NativeInt(@__o__mbctombb_l));
writeln('__o__mbctoupper: ',NativeInt(@__o__mbctoupper));
writeln('__o__mbctoupper_l: ',NativeInt(@__o__mbctoupper_l));
writeln('__o__mblen_l: ',NativeInt(@__o__mblen_l));
writeln('__o__mbsbtype: ',NativeInt(@__o__mbsbtype));
writeln('__o__mbsbtype_l: ',NativeInt(@__o__mbsbtype_l));
writeln('__o__mbscat_s: ',NativeInt(@__o__mbscat_s));
writeln('__o__mbscat_s_l: ',NativeInt(@__o__mbscat_s_l));
writeln('__o__mbschr: ',NativeInt(@__o__mbschr));
writeln('__o__mbschr_l: ',NativeInt(@__o__mbschr_l));
writeln('__o__mbscmp: ',NativeInt(@__o__mbscmp));
writeln('__o__mbscmp_l: ',NativeInt(@__o__mbscmp_l));
writeln('__o__mbscoll: ',NativeInt(@__o__mbscoll));
writeln('__o__mbscoll_l: ',NativeInt(@__o__mbscoll_l));
writeln('__o__mbscpy_s: ',NativeInt(@__o__mbscpy_s));
writeln('__o__mbscpy_s_l: ',NativeInt(@__o__mbscpy_s_l));
writeln('__o__mbscspn: ',NativeInt(@__o__mbscspn));
writeln('__o__mbscspn_l: ',NativeInt(@__o__mbscspn_l));
writeln('__o__mbsdec: ',NativeInt(@__o__mbsdec));
writeln('__o__mbsdec_l: ',NativeInt(@__o__mbsdec_l));
writeln('__o__mbsicmp: ',NativeInt(@__o__mbsicmp));
writeln('__o__mbsicmp_l: ',NativeInt(@__o__mbsicmp_l));
writeln('__o__mbsicoll: ',NativeInt(@__o__mbsicoll));
writeln('__o__mbsicoll_l: ',NativeInt(@__o__mbsicoll_l));
writeln('__o__mbsinc: ',NativeInt(@__o__mbsinc));
writeln('__o__mbsinc_l: ',NativeInt(@__o__mbsinc_l));
writeln('__o__mbslen: ',NativeInt(@__o__mbslen));
writeln('__o__mbslen_l: ',NativeInt(@__o__mbslen_l));
writeln('__o__mbslwr: ',NativeInt(@__o__mbslwr));
writeln('__o__mbslwr_l: ',NativeInt(@__o__mbslwr_l));
writeln('__o__mbslwr_s: ',NativeInt(@__o__mbslwr_s));
writeln('__o__mbslwr_s_l: ',NativeInt(@__o__mbslwr_s_l));
writeln('__o__mbsnbcat: ',NativeInt(@__o__mbsnbcat));
writeln('__o__mbsnbcat_l: ',NativeInt(@__o__mbsnbcat_l));
writeln('__o__mbsnbcat_s: ',NativeInt(@__o__mbsnbcat_s));
writeln('__o__mbsnbcat_s_l: ',NativeInt(@__o__mbsnbcat_s_l));
writeln('__o__mbsnbcmp: ',NativeInt(@__o__mbsnbcmp));
writeln('__o__mbsnbcmp_l: ',NativeInt(@__o__mbsnbcmp_l));
writeln('__o__mbsnbcnt: ',NativeInt(@__o__mbsnbcnt));
writeln('__o__mbsnbcnt_l: ',NativeInt(@__o__mbsnbcnt_l));
writeln('__o__mbsnbcoll: ',NativeInt(@__o__mbsnbcoll));
writeln('__o__mbsnbcoll_l: ',NativeInt(@__o__mbsnbcoll_l));
writeln('__o__mbsnbcpy: ',NativeInt(@__o__mbsnbcpy));
writeln('__o__mbsnbcpy_l: ',NativeInt(@__o__mbsnbcpy_l));
writeln('__o__mbsnbcpy_s: ',NativeInt(@__o__mbsnbcpy_s));
writeln('__o__mbsnbcpy_s_l: ',NativeInt(@__o__mbsnbcpy_s_l));
writeln('__o__mbsnbicmp: ',NativeInt(@__o__mbsnbicmp));
writeln('__o__mbsnbicmp_l: ',NativeInt(@__o__mbsnbicmp_l));
writeln('__o__mbsnbicoll: ',NativeInt(@__o__mbsnbicoll));
writeln('__o__mbsnbicoll_l: ',NativeInt(@__o__mbsnbicoll_l));
writeln('__o__mbsnbset: ',NativeInt(@__o__mbsnbset));
writeln('__o__mbsnbset_l: ',NativeInt(@__o__mbsnbset_l));
writeln('__o__mbsnbset_s: ',NativeInt(@__o__mbsnbset_s));
writeln('__o__mbsnbset_s_l: ',NativeInt(@__o__mbsnbset_s_l));
writeln('__o__mbsncat: ',NativeInt(@__o__mbsncat));
writeln('__o__mbsncat_l: ',NativeInt(@__o__mbsncat_l));
writeln('__o__mbsncat_s: ',NativeInt(@__o__mbsncat_s));
writeln('__o__mbsncat_s_l: ',NativeInt(@__o__mbsncat_s_l));
writeln('__o__mbsnccnt: ',NativeInt(@__o__mbsnccnt));
writeln('__o__mbsnccnt_l: ',NativeInt(@__o__mbsnccnt_l));
writeln('__o__mbsncmp: ',NativeInt(@__o__mbsncmp));
writeln('__o__mbsncmp_l: ',NativeInt(@__o__mbsncmp_l));
writeln('__o__mbsncoll: ',NativeInt(@__o__mbsncoll));
writeln('__o__mbsncoll_l: ',NativeInt(@__o__mbsncoll_l));
writeln('__o__mbsncpy: ',NativeInt(@__o__mbsncpy));
writeln('__o__mbsncpy_l: ',NativeInt(@__o__mbsncpy_l));
writeln('__o__mbsncpy_s: ',NativeInt(@__o__mbsncpy_s));
writeln('__o__mbsncpy_s_l: ',NativeInt(@__o__mbsncpy_s_l));
writeln('__o__mbsnextc: ',NativeInt(@__o__mbsnextc));
writeln('__o__mbsnextc_l: ',NativeInt(@__o__mbsnextc_l));
writeln('__o__mbsnicmp: ',NativeInt(@__o__mbsnicmp));
writeln('__o__mbsnicmp_l: ',NativeInt(@__o__mbsnicmp_l));
writeln('__o__mbsnicoll: ',NativeInt(@__o__mbsnicoll));
writeln('__o__mbsnicoll_l: ',NativeInt(@__o__mbsnicoll_l));
writeln('__o__mbsninc: ',NativeInt(@__o__mbsninc));
writeln('__o__mbsninc_l: ',NativeInt(@__o__mbsninc_l));
writeln('__o__mbsnlen: ',NativeInt(@__o__mbsnlen));
writeln('__o__mbsnlen_l: ',NativeInt(@__o__mbsnlen_l));
writeln('__o__mbsnset: ',NativeInt(@__o__mbsnset));
writeln('__o__mbsnset_l: ',NativeInt(@__o__mbsnset_l));
writeln('__o__mbsnset_s: ',NativeInt(@__o__mbsnset_s));
writeln('__o__mbsnset_s_l: ',NativeInt(@__o__mbsnset_s_l));
writeln('__o__mbspbrk: ',NativeInt(@__o__mbspbrk));
writeln('__o__mbspbrk_l: ',NativeInt(@__o__mbspbrk_l));
writeln('__o__mbsrchr: ',NativeInt(@__o__mbsrchr));
writeln('__o__mbsrchr_l: ',NativeInt(@__o__mbsrchr_l));
writeln('__o__mbsrev: ',NativeInt(@__o__mbsrev));
writeln('__o__mbsrev_l: ',NativeInt(@__o__mbsrev_l));
writeln('__o__mbsset: ',NativeInt(@__o__mbsset));
writeln('__o__mbsset_l: ',NativeInt(@__o__mbsset_l));
writeln('__o__mbsset_s: ',NativeInt(@__o__mbsset_s));
writeln('__o__mbsset_s_l: ',NativeInt(@__o__mbsset_s_l));
writeln('__o__mbsspn: ',NativeInt(@__o__mbsspn));
writeln('__o__mbsspn_l: ',NativeInt(@__o__mbsspn_l));
writeln('__o__mbsspnp: ',NativeInt(@__o__mbsspnp));
writeln('__o__mbsspnp_l: ',NativeInt(@__o__mbsspnp_l));
writeln('__o__mbsstr: ',NativeInt(@__o__mbsstr));
writeln('__o__mbsstr_l: ',NativeInt(@__o__mbsstr_l));
writeln('__o__mbstok: ',NativeInt(@__o__mbstok));
writeln('__o__mbstok_l: ',NativeInt(@__o__mbstok_l));
writeln('__o__mbstok_s: ',NativeInt(@__o__mbstok_s));
writeln('__o__mbstok_s_l: ',NativeInt(@__o__mbstok_s_l));
writeln('__o__mbstowcs_l: ',NativeInt(@__o__mbstowcs_l));
writeln('__o__mbstowcs_s_l: ',NativeInt(@__o__mbstowcs_s_l));
writeln('__o__mbstrlen: ',NativeInt(@__o__mbstrlen));
writeln('__o__mbstrlen_l: ',NativeInt(@__o__mbstrlen_l));
writeln('__o__mbstrnlen: ',NativeInt(@__o__mbstrnlen));
writeln('__o__mbstrnlen_l: ',NativeInt(@__o__mbstrnlen_l));
writeln('__o__mbsupr: ',NativeInt(@__o__mbsupr));
writeln('__o__mbsupr_l: ',NativeInt(@__o__mbsupr_l));
writeln('__o__mbsupr_s: ',NativeInt(@__o__mbsupr_s));
writeln('__o__mbsupr_s_l: ',NativeInt(@__o__mbsupr_s_l));
writeln('__o__mbtowc_l: ',NativeInt(@__o__mbtowc_l));
writeln('__o__memicmp: ',NativeInt(@__o__memicmp));
writeln('__o__memicmp_l: ',NativeInt(@__o__memicmp_l));
writeln('__o__mkdir: ',NativeInt(@__o__mkdir));
writeln('__o__mkgmtime32: ',NativeInt(@__o__mkgmtime32));
writeln('__o__mkgmtime64: ',NativeInt(@__o__mkgmtime64));
writeln('__o__mktemp: ',NativeInt(@__o__mktemp));
writeln('__o__mktemp_s: ',NativeInt(@__o__mktemp_s));
writeln('__o__mktime32: ',NativeInt(@__o__mktime32));
writeln('__o__mktime64: ',NativeInt(@__o__mktime64));
writeln('__o__msize: ',NativeInt(@__o__msize));
writeln('__o__nextafter: ',NativeInt(@__o__nextafter));
writeln('__o__nextafterf: ',NativeInt(@__o__nextafterf));
writeln('__o__open_osfhandle: ',NativeInt(@__o__open_osfhandle));
writeln('__o__pclose: ',NativeInt(@__o__pclose));
writeln('__o__pipe: ',NativeInt(@__o__pipe));
writeln('__o__popen: ',NativeInt(@__o__popen));
writeln('__o__putc_nolock: ',NativeInt(@__o__putc_nolock));
writeln('__o__putch: ',NativeInt(@__o__putch));
writeln('__o__putch_nolock: ',NativeInt(@__o__putch_nolock));
writeln('__o__putenv: ',NativeInt(@__o__putenv));
writeln('__o__putenv_s: ',NativeInt(@__o__putenv_s));
writeln('__o__putw: ',NativeInt(@__o__putw));
writeln('__o__putwc_nolock: ',NativeInt(@__o__putwc_nolock));
writeln('__o__putwch: ',NativeInt(@__o__putwch));
writeln('__o__putwch_nolock: ',NativeInt(@__o__putwch_nolock));
writeln('__o__putws: ',NativeInt(@__o__putws));
writeln('__o__read: ',NativeInt(@__o__read));
writeln('__o__realloc_base: ',NativeInt(@__o__realloc_base));
writeln('__o__recalloc: ',NativeInt(@__o__recalloc));
writeln('__o__register_onexit_function: ',NativeInt(@__o__register_onexit_function));
writeln('__o__resetstkoflw: ',NativeInt(@__o__resetstkoflw));
writeln('__o__rmdir: ',NativeInt(@__o__rmdir));
writeln('__o__rmtmp: ',NativeInt(@__o__rmtmp));
writeln('__o__scalb: ',NativeInt(@__o__scalb));
writeln('__o__scalbf: ',NativeInt(@__o__scalbf));
writeln('__o__searchenv: ',NativeInt(@__o__searchenv));
writeln('__o__searchenv_s: ',NativeInt(@__o__searchenv_s));
writeln('__o__set_abort_behavior: ',NativeInt(@__o__set_abort_behavior));
writeln('__o__set_doserrno: ',NativeInt(@__o__set_doserrno));
writeln('__o__set_errno: ',NativeInt(@__o__set_errno));
writeln('__o__set_invalid_parameter_handler: ',NativeInt(@__o__set_invalid_parameter_handler));
writeln('__o__set_new_handler: ',NativeInt(@__o__set_new_handler));
writeln('__o__set_new_mode: ',NativeInt(@__o__set_new_mode));
writeln('__o__set_thread_local_invalid_parameter_handler: ',NativeInt(@__o__set_thread_local_invalid_parameter_handler));
writeln('__o__seterrormode: ',NativeInt(@__o__seterrormode));
writeln('__o__setmbcp: ',NativeInt(@__o__setmbcp));
writeln('__o__setmode: ',NativeInt(@__o__setmode));
writeln('__o__setsystime: ',NativeInt(@__o__setsystime));
writeln('__o__sleep: ',NativeInt(@__o__sleep));
writeln('__o__sopen: ',NativeInt(@__o__sopen));
writeln('__o__sopen_dispatch: ',NativeInt(@__o__sopen_dispatch));
writeln('__o__sopen_s: ',NativeInt(@__o__sopen_s));
writeln('__o__spawnv: ',NativeInt(@__o__spawnv));
writeln('__o__spawnve: ',NativeInt(@__o__spawnve));
writeln('__o__spawnvp: ',NativeInt(@__o__spawnvp));
writeln('__o__spawnvpe: ',NativeInt(@__o__spawnvpe));
writeln('__o__splitpath: ',NativeInt(@__o__splitpath));
writeln('__o__splitpath_s: ',NativeInt(@__o__splitpath_s));
writeln('__o__stat32: ',NativeInt(@__o__stat32));
writeln('__o__stat32i64: ',NativeInt(@__o__stat32i64));
writeln('__o__stat64: ',NativeInt(@__o__stat64));
writeln('__o__stat64i32: ',NativeInt(@__o__stat64i32));
writeln('__o__strcoll_l: ',NativeInt(@__o__strcoll_l));
writeln('__o__strdate: ',NativeInt(@__o__strdate));
writeln('__o__strdate_s: ',NativeInt(@__o__strdate_s));
writeln('__o__strdup: ',NativeInt(@__o__strdup));
writeln('__o__strerror: ',NativeInt(@__o__strerror));
writeln('__o__strerror_s: ',NativeInt(@__o__strerror_s));
writeln('__o__strftime_l: ',NativeInt(@__o__strftime_l));
writeln('__o__stricmp: ',NativeInt(@__o__stricmp));
writeln('__o__stricmp_l: ',NativeInt(@__o__stricmp_l));
writeln('__o__stricoll: ',NativeInt(@__o__stricoll));
writeln('__o__stricoll_l: ',NativeInt(@__o__stricoll_l));
writeln('__o__strlwr: ',NativeInt(@__o__strlwr));
writeln('__o__strlwr_l: ',NativeInt(@__o__strlwr_l));
writeln('__o__strlwr_s: ',NativeInt(@__o__strlwr_s));
writeln('__o__strlwr_s_l: ',NativeInt(@__o__strlwr_s_l));
writeln('__o__strncoll: ',NativeInt(@__o__strncoll));
writeln('__o__strncoll_l: ',NativeInt(@__o__strncoll_l));
writeln('__o__strnicmp: ',NativeInt(@__o__strnicmp));
writeln('__o__strnicmp_l: ',NativeInt(@__o__strnicmp_l));
writeln('__o__strnicoll: ',NativeInt(@__o__strnicoll));
writeln('__o__strnicoll_l: ',NativeInt(@__o__strnicoll_l));
writeln('__o__strnset_s: ',NativeInt(@__o__strnset_s));
writeln('__o__strset_s: ',NativeInt(@__o__strset_s));
writeln('__o__strtime: ',NativeInt(@__o__strtime));
writeln('__o__strtime_s: ',NativeInt(@__o__strtime_s));
writeln('__o__strtod_l: ',NativeInt(@__o__strtod_l));
writeln('__o__strtof_l: ',NativeInt(@__o__strtof_l));
writeln('__o__strtoi64: ',NativeInt(@__o__strtoi64));
writeln('__o__strtoi64_l: ',NativeInt(@__o__strtoi64_l));
writeln('__o__strtol_l: ',NativeInt(@__o__strtol_l));
writeln('__o__strtold_l: ',NativeInt(@__o__strtold_l));
writeln('__o__strtoll_l: ',NativeInt(@__o__strtoll_l));
writeln('__o__strtoui64: ',NativeInt(@__o__strtoui64));
writeln('__o__strtoui64_l: ',NativeInt(@__o__strtoui64_l));
writeln('__o__strtoul_l: ',NativeInt(@__o__strtoul_l));
writeln('__o__strtoull_l: ',NativeInt(@__o__strtoull_l));
writeln('__o__strupr: ',NativeInt(@__o__strupr));
writeln('__o__strupr_l: ',NativeInt(@__o__strupr_l));
writeln('__o__strupr_s: ',NativeInt(@__o__strupr_s));
writeln('__o__strupr_s_l: ',NativeInt(@__o__strupr_s_l));
writeln('__o__strxfrm_l: ',NativeInt(@__o__strxfrm_l));
writeln('__o__swab: ',NativeInt(@__o__swab));
writeln('__o__tell: ',NativeInt(@__o__tell));
writeln('__o__telli64: ',NativeInt(@__o__telli64));
writeln('__o__timespec32_get: ',NativeInt(@__o__timespec32_get));
writeln('__o__timespec64_get: ',NativeInt(@__o__timespec64_get));
writeln('__o__tolower: ',NativeInt(@__o__tolower));
writeln('__o__tolower_l: ',NativeInt(@__o__tolower_l));
writeln('__o__toupper: ',NativeInt(@__o__toupper));
writeln('__o__toupper_l: ',NativeInt(@__o__toupper_l));
writeln('__o__towlower_l: ',NativeInt(@__o__towlower_l));
writeln('__o__towupper_l: ',NativeInt(@__o__towupper_l));
writeln('__o__tzset: ',NativeInt(@__o__tzset));
writeln('__o__ui64toa: ',NativeInt(@__o__ui64toa));
writeln('__o__ui64toa_s: ',NativeInt(@__o__ui64toa_s));
writeln('__o__ui64tow: ',NativeInt(@__o__ui64tow));
writeln('__o__ui64tow_s: ',NativeInt(@__o__ui64tow_s));
writeln('__o__ultoa: ',NativeInt(@__o__ultoa));
writeln('__o__ultoa_s: ',NativeInt(@__o__ultoa_s));
writeln('__o__ultow: ',NativeInt(@__o__ultow));
writeln('__o__ultow_s: ',NativeInt(@__o__ultow_s));
writeln('__o__umask: ',NativeInt(@__o__umask));
writeln('__o__umask_s: ',NativeInt(@__o__umask_s));
writeln('__o__ungetc_nolock: ',NativeInt(@__o__ungetc_nolock));
writeln('__o__ungetch: ',NativeInt(@__o__ungetch));
writeln('__o__ungetch_nolock: ',NativeInt(@__o__ungetch_nolock));
writeln('__o__ungetwc_nolock: ',NativeInt(@__o__ungetwc_nolock));
writeln('__o__ungetwch: ',NativeInt(@__o__ungetwch));
writeln('__o__ungetwch_nolock: ',NativeInt(@__o__ungetwch_nolock));
writeln('__o__unlink: ',NativeInt(@__o__unlink));
writeln('__o__unloaddll: ',NativeInt(@__o__unloaddll));
writeln('__o__unlock_file: ',NativeInt(@__o__unlock_file));
writeln('__o__utime32: ',NativeInt(@__o__utime32));
writeln('__o__utime64: ',NativeInt(@__o__utime64));
writeln('__o__waccess: ',NativeInt(@__o__waccess));
writeln('__o__waccess_s: ',NativeInt(@__o__waccess_s));
writeln('__o__wasctime: ',NativeInt(@__o__wasctime));
writeln('__o__wasctime_s: ',NativeInt(@__o__wasctime_s));
writeln('__o__wchdir: ',NativeInt(@__o__wchdir));
writeln('__o__wchmod: ',NativeInt(@__o__wchmod));
writeln('__o__wcreat: ',NativeInt(@__o__wcreat));
writeln('__o__wcreate_locale: ',NativeInt(@__o__wcreate_locale));
writeln('__o__wcscoll_l: ',NativeInt(@__o__wcscoll_l));
writeln('__o__wcsdup: ',NativeInt(@__o__wcsdup));
writeln('__o__wcserror: ',NativeInt(@__o__wcserror));
writeln('__o__wcserror_s: ',NativeInt(@__o__wcserror_s));
writeln('__o__wcsftime_l: ',NativeInt(@__o__wcsftime_l));
writeln('__o__wcsicmp: ',NativeInt(@__o__wcsicmp));
writeln('__o__wcsicmp_l: ',NativeInt(@__o__wcsicmp_l));
writeln('__o__wcsicoll: ',NativeInt(@__o__wcsicoll));
writeln('__o__wcsicoll_l: ',NativeInt(@__o__wcsicoll_l));
writeln('__o__wcslwr: ',NativeInt(@__o__wcslwr));
writeln('__o__wcslwr_l: ',NativeInt(@__o__wcslwr_l));
writeln('__o__wcslwr_s: ',NativeInt(@__o__wcslwr_s));
writeln('__o__wcslwr_s_l: ',NativeInt(@__o__wcslwr_s_l));
writeln('__o__wcsncoll: ',NativeInt(@__o__wcsncoll));
writeln('__o__wcsncoll_l: ',NativeInt(@__o__wcsncoll_l));
writeln('__o__wcsnicmp: ',NativeInt(@__o__wcsnicmp));
writeln('__o__wcsnicmp_l: ',NativeInt(@__o__wcsnicmp_l));
writeln('__o__wcsnicoll: ',NativeInt(@__o__wcsnicoll));
writeln('__o__wcsnicoll_l: ',NativeInt(@__o__wcsnicoll_l));
writeln('__o__wcsnset: ',NativeInt(@__o__wcsnset));
writeln('__o__wcsnset_s: ',NativeInt(@__o__wcsnset_s));
writeln('__o__wcsset: ',NativeInt(@__o__wcsset));
writeln('__o__wcsset_s: ',NativeInt(@__o__wcsset_s));
writeln('__o__wcstod_l: ',NativeInt(@__o__wcstod_l));
writeln('__o__wcstof_l: ',NativeInt(@__o__wcstof_l));
writeln('__o__wcstoi64: ',NativeInt(@__o__wcstoi64));
writeln('__o__wcstoi64_l: ',NativeInt(@__o__wcstoi64_l));
writeln('__o__wcstol_l: ',NativeInt(@__o__wcstol_l));
writeln('__o__wcstold_l: ',NativeInt(@__o__wcstold_l));
writeln('__o__wcstoll_l: ',NativeInt(@__o__wcstoll_l));
writeln('__o__wcstombs_l: ',NativeInt(@__o__wcstombs_l));
writeln('__o__wcstombs_s_l: ',NativeInt(@__o__wcstombs_s_l));
writeln('__o__wcstoui64: ',NativeInt(@__o__wcstoui64));
writeln('__o__wcstoui64_l: ',NativeInt(@__o__wcstoui64_l));
writeln('__o__wcstoul_l: ',NativeInt(@__o__wcstoul_l));
writeln('__o__wcstoull_l: ',NativeInt(@__o__wcstoull_l));
writeln('__o__wcsupr: ',NativeInt(@__o__wcsupr));
writeln('__o__wcsupr_l: ',NativeInt(@__o__wcsupr_l));
writeln('__o__wcsupr_s: ',NativeInt(@__o__wcsupr_s));
writeln('__o__wcsupr_s_l: ',NativeInt(@__o__wcsupr_s_l));
writeln('__o__wcsxfrm_l: ',NativeInt(@__o__wcsxfrm_l));
writeln('__o__wctime32: ',NativeInt(@__o__wctime32));
writeln('__o__wctime32_s: ',NativeInt(@__o__wctime32_s));
writeln('__o__wctime64: ',NativeInt(@__o__wctime64));
writeln('__o__wctime64_s: ',NativeInt(@__o__wctime64_s));
writeln('__o__wctomb_l: ',NativeInt(@__o__wctomb_l));
writeln('__o__wctomb_s_l: ',NativeInt(@__o__wctomb_s_l));
writeln('__o__wdupenv_s: ',NativeInt(@__o__wdupenv_s));
writeln('__o__wexecv: ',NativeInt(@__o__wexecv));
writeln('__o__wexecve: ',NativeInt(@__o__wexecve));
writeln('__o__wexecvp: ',NativeInt(@__o__wexecvp));
writeln('__o__wexecvpe: ',NativeInt(@__o__wexecvpe));
writeln('__o__wfdopen: ',NativeInt(@__o__wfdopen));
writeln('__o__wfindfirst32: ',NativeInt(@__o__wfindfirst32));
writeln('__o__wfindfirst32i64: ',NativeInt(@__o__wfindfirst32i64));
writeln('__o__wfindfirst64: ',NativeInt(@__o__wfindfirst64));
writeln('__o__wfindfirst64i32: ',NativeInt(@__o__wfindfirst64i32));
writeln('__o__wfindnext32: ',NativeInt(@__o__wfindnext32));
writeln('__o__wfindnext32i64: ',NativeInt(@__o__wfindnext32i64));
writeln('__o__wfindnext64: ',NativeInt(@__o__wfindnext64));
writeln('__o__wfindnext64i32: ',NativeInt(@__o__wfindnext64i32));
writeln('__o__wfopen: ',NativeInt(@__o__wfopen));
writeln('__o__wfopen_s: ',NativeInt(@__o__wfopen_s));
writeln('__o__wfreopen: ',NativeInt(@__o__wfreopen));
writeln('__o__wfreopen_s: ',NativeInt(@__o__wfreopen_s));
writeln('__o__wfsopen: ',NativeInt(@__o__wfsopen));
writeln('__o__wfullpath: ',NativeInt(@__o__wfullpath));
writeln('__o__wgetcwd: ',NativeInt(@__o__wgetcwd));
writeln('__o__wgetdcwd: ',NativeInt(@__o__wgetdcwd));
writeln('__o__wgetenv: ',NativeInt(@__o__wgetenv));
writeln('__o__wgetenv_s: ',NativeInt(@__o__wgetenv_s));
writeln('__o__wmakepath: ',NativeInt(@__o__wmakepath));
writeln('__o__wmakepath_s: ',NativeInt(@__o__wmakepath_s));
writeln('__o__wmkdir: ',NativeInt(@__o__wmkdir));
writeln('__o__wmktemp: ',NativeInt(@__o__wmktemp));
writeln('__o__wmktemp_s: ',NativeInt(@__o__wmktemp_s));
writeln('__o__wperror: ',NativeInt(@__o__wperror));
writeln('__o__wpopen: ',NativeInt(@__o__wpopen));
writeln('__o__wputenv: ',NativeInt(@__o__wputenv));
writeln('__o__wputenv_s: ',NativeInt(@__o__wputenv_s));
writeln('__o__wremove: ',NativeInt(@__o__wremove));
writeln('__o__wrename: ',NativeInt(@__o__wrename));
writeln('__o__write: ',NativeInt(@__o__write));
writeln('__o__wrmdir: ',NativeInt(@__o__wrmdir));
writeln('__o__wsearchenv: ',NativeInt(@__o__wsearchenv));
writeln('__o__wsearchenv_s: ',NativeInt(@__o__wsearchenv_s));
writeln('__o__wsetlocale: ',NativeInt(@__o__wsetlocale));
writeln('__o__wsopen_dispatch: ',NativeInt(@__o__wsopen_dispatch));
writeln('__o__wsopen_s: ',NativeInt(@__o__wsopen_s));
writeln('__o__wspawnv: ',NativeInt(@__o__wspawnv));
writeln('__o__wspawnve: ',NativeInt(@__o__wspawnve));
writeln('__o__wspawnvp: ',NativeInt(@__o__wspawnvp));
writeln('__o__wspawnvpe: ',NativeInt(@__o__wspawnvpe));
writeln('__o__wsplitpath: ',NativeInt(@__o__wsplitpath));
writeln('__o__wsplitpath_s: ',NativeInt(@__o__wsplitpath_s));
writeln('__o__wstat32: ',NativeInt(@__o__wstat32));
writeln('__o__wstat32i64: ',NativeInt(@__o__wstat32i64));
writeln('__o__wstat64: ',NativeInt(@__o__wstat64));
writeln('__o__wstat64i32: ',NativeInt(@__o__wstat64i32));
writeln('__o__wstrdate: ',NativeInt(@__o__wstrdate));
writeln('__o__wstrdate_s: ',NativeInt(@__o__wstrdate_s));
writeln('__o__wstrtime: ',NativeInt(@__o__wstrtime));
writeln('__o__wstrtime_s: ',NativeInt(@__o__wstrtime_s));
writeln('__o__wsystem: ',NativeInt(@__o__wsystem));
writeln('__o__wtmpnam_s: ',NativeInt(@__o__wtmpnam_s));
writeln('__o__wtof: ',NativeInt(@__o__wtof));
writeln('__o__wtof_l: ',NativeInt(@__o__wtof_l));
writeln('__o__wtoi: ',NativeInt(@__o__wtoi));
writeln('__o__wtoi64: ',NativeInt(@__o__wtoi64));
writeln('__o__wtoi64_l: ',NativeInt(@__o__wtoi64_l));
writeln('__o__wtoi_l: ',NativeInt(@__o__wtoi_l));
writeln('__o__wtol: ',NativeInt(@__o__wtol));
writeln('__o__wtol_l: ',NativeInt(@__o__wtol_l));
writeln('__o__wtoll: ',NativeInt(@__o__wtoll));
writeln('__o__wtoll_l: ',NativeInt(@__o__wtoll_l));
writeln('__o__wunlink: ',NativeInt(@__o__wunlink));
writeln('__o__wutime32: ',NativeInt(@__o__wutime32));
writeln('__o__wutime64: ',NativeInt(@__o__wutime64));
writeln('__o__y0: ',NativeInt(@__o__y0));
writeln('__o__y1: ',NativeInt(@__o__y1));
writeln('__o__yn: ',NativeInt(@__o__yn));
writeln('__o_abort: ',NativeInt(@__o_abort));
writeln('__o_acos: ',NativeInt(@__o_acos));
writeln('__o_acosf: ',NativeInt(@__o_acosf));
writeln('__o_acosh: ',NativeInt(@__o_acosh));
writeln('__o_acoshf: ',NativeInt(@__o_acoshf));
writeln('__o_acoshl: ',NativeInt(@__o_acoshl));
writeln('__o_asctime: ',NativeInt(@__o_asctime));
writeln('__o_asctime_s: ',NativeInt(@__o_asctime_s));
writeln('__o_asin: ',NativeInt(@__o_asin));
writeln('__o_asinf: ',NativeInt(@__o_asinf));
writeln('__o_asinh: ',NativeInt(@__o_asinh));
writeln('__o_asinhf: ',NativeInt(@__o_asinhf));
writeln('__o_asinhl: ',NativeInt(@__o_asinhl));
writeln('__o_atan: ',NativeInt(@__o_atan));
writeln('__o_atan2: ',NativeInt(@__o_atan2));
writeln('__o_atan2f: ',NativeInt(@__o_atan2f));
writeln('__o_atanf: ',NativeInt(@__o_atanf));
writeln('__o_atanh: ',NativeInt(@__o_atanh));
writeln('__o_atanhf: ',NativeInt(@__o_atanhf));
writeln('__o_atanhl: ',NativeInt(@__o_atanhl));
writeln('__o_atof: ',NativeInt(@__o_atof));
writeln('__o_atoi: ',NativeInt(@__o_atoi));
writeln('__o_atol: ',NativeInt(@__o_atol));
writeln('__o_atoll: ',NativeInt(@__o_atoll));
writeln('__o_bsearch: ',NativeInt(@__o_bsearch));
writeln('__o_bsearch_s: ',NativeInt(@__o_bsearch_s));
writeln('__o_btowc: ',NativeInt(@__o_btowc));
writeln('__o_calloc: ',NativeInt(@__o_calloc));
writeln('__o_cbrt: ',NativeInt(@__o_cbrt));
writeln('__o_cbrtf: ',NativeInt(@__o_cbrtf));
writeln('__o_ceil: ',NativeInt(@__o_ceil));
writeln('__o_ceilf: ',NativeInt(@__o_ceilf));
writeln('__o_clearerr: ',NativeInt(@__o_clearerr));
writeln('__o_clearerr_s: ',NativeInt(@__o_clearerr_s));
writeln('__o_cos: ',NativeInt(@__o_cos));
writeln('__o_cosf: ',NativeInt(@__o_cosf));
writeln('__o_cosh: ',NativeInt(@__o_cosh));
writeln('__o_coshf: ',NativeInt(@__o_coshf));
writeln('__o_erf: ',NativeInt(@__o_erf));
writeln('__o_erfc: ',NativeInt(@__o_erfc));
writeln('__o_erfcf: ',NativeInt(@__o_erfcf));
writeln('__o_erfcl: ',NativeInt(@__o_erfcl));
writeln('__o_erff: ',NativeInt(@__o_erff));
writeln('__o_erfl: ',NativeInt(@__o_erfl));
writeln('__o_exp: ',NativeInt(@__o_exp));
writeln('__o_exp2: ',NativeInt(@__o_exp2));
writeln('__o_exp2f: ',NativeInt(@__o_exp2f));
writeln('__o_exp2l: ',NativeInt(@__o_exp2l));
writeln('__o_expf: ',NativeInt(@__o_expf));
writeln('__o_fabs: ',NativeInt(@__o_fabs));
writeln('__o_fclose: ',NativeInt(@__o_fclose));
writeln('__o_feof: ',NativeInt(@__o_feof));
writeln('__o_ferror: ',NativeInt(@__o_ferror));
writeln('__o_fflush: ',NativeInt(@__o_fflush));
writeln('__o_fgetc: ',NativeInt(@__o_fgetc));
writeln('__o_fgetpos: ',NativeInt(@__o_fgetpos));
writeln('__o_fgets: ',NativeInt(@__o_fgets));
writeln('__o_fgetwc: ',NativeInt(@__o_fgetwc));
writeln('__o_fgetws: ',NativeInt(@__o_fgetws));
writeln('__o_floor: ',NativeInt(@__o_floor));
writeln('__o_floorf: ',NativeInt(@__o_floorf));
writeln('__o_fma: ',NativeInt(@__o_fma));
writeln('__o_fmaf: ',NativeInt(@__o_fmaf));
writeln('__o_fmal: ',NativeInt(@__o_fmal));
writeln('__o_fmod: ',NativeInt(@__o_fmod));
writeln('__o_fmodf: ',NativeInt(@__o_fmodf));
writeln('__o_fopen: ',NativeInt(@__o_fopen));
writeln('__o_fopen_s: ',NativeInt(@__o_fopen_s));
writeln('__o_fputc: ',NativeInt(@__o_fputc));
writeln('__o_fputs: ',NativeInt(@__o_fputs));
writeln('__o_fputwc: ',NativeInt(@__o_fputwc));
writeln('__o_fputws: ',NativeInt(@__o_fputws));
writeln('__o_fread: ',NativeInt(@__o_fread));
writeln('__o_fread_s: ',NativeInt(@__o_fread_s));
writeln('__o_free: ',NativeInt(@__o_free));
writeln('__o_freopen: ',NativeInt(@__o_freopen));
writeln('__o_freopen_s: ',NativeInt(@__o_freopen_s));
writeln('__o_frexp: ',NativeInt(@__o_frexp));
writeln('__o_fseek: ',NativeInt(@__o_fseek));
writeln('__o_fsetpos: ',NativeInt(@__o_fsetpos));
writeln('__o_ftell: ',NativeInt(@__o_ftell));
writeln('__o_fwrite: ',NativeInt(@__o_fwrite));
writeln('__o_getc: ',NativeInt(@__o_getc));
writeln('__o_getchar: ',NativeInt(@__o_getchar));
writeln('__o_getenv: ',NativeInt(@__o_getenv));
writeln('__o_getenv_s: ',NativeInt(@__o_getenv_s));
writeln('__o_gets: ',NativeInt(@__o_gets));
writeln('__o_gets_s: ',NativeInt(@__o_gets_s));
writeln('__o_getwc: ',NativeInt(@__o_getwc));
writeln('__o_getwchar: ',NativeInt(@__o_getwchar));
writeln('__o_hypot: ',NativeInt(@__o_hypot));
writeln('__o_is_wctype: ',NativeInt(@__o_is_wctype));
writeln('__o_isalnum: ',NativeInt(@__o_isalnum));
writeln('__o_isalpha: ',NativeInt(@__o_isalpha));
writeln('__o_isblank: ',NativeInt(@__o_isblank));
writeln('__o_iscntrl: ',NativeInt(@__o_iscntrl));
writeln('__o_isdigit: ',NativeInt(@__o_isdigit));
writeln('__o_isgraph: ',NativeInt(@__o_isgraph));
writeln('__o_isleadbyte: ',NativeInt(@__o_isleadbyte));
writeln('__o_islower: ',NativeInt(@__o_islower));
writeln('__o_isprint: ',NativeInt(@__o_isprint));
writeln('__o_ispunct: ',NativeInt(@__o_ispunct));
writeln('__o_isspace: ',NativeInt(@__o_isspace));
writeln('__o_isupper: ',NativeInt(@__o_isupper));
writeln('__o_iswalnum: ',NativeInt(@__o_iswalnum));
writeln('__o_iswalpha: ',NativeInt(@__o_iswalpha));
writeln('__o_iswascii: ',NativeInt(@__o_iswascii));
writeln('__o_iswblank: ',NativeInt(@__o_iswblank));
writeln('__o_iswcntrl: ',NativeInt(@__o_iswcntrl));
writeln('__o_iswctype: ',NativeInt(@__o_iswctype));
writeln('__o_iswdigit: ',NativeInt(@__o_iswdigit));
writeln('__o_iswgraph: ',NativeInt(@__o_iswgraph));
writeln('__o_iswlower: ',NativeInt(@__o_iswlower));
writeln('__o_iswprint: ',NativeInt(@__o_iswprint));
writeln('__o_iswpunct: ',NativeInt(@__o_iswpunct));
writeln('__o_iswspace: ',NativeInt(@__o_iswspace));
writeln('__o_iswupper: ',NativeInt(@__o_iswupper));
writeln('__o_iswxdigit: ',NativeInt(@__o_iswxdigit));
writeln('__o_isxdigit: ',NativeInt(@__o_isxdigit));
writeln('__o_ldexp: ',NativeInt(@__o_ldexp));
writeln('__o_lgamma: ',NativeInt(@__o_lgamma));
writeln('__o_lgammaf: ',NativeInt(@__o_lgammaf));
writeln('__o_lgammal: ',NativeInt(@__o_lgammal));
writeln('__o_llrint: ',NativeInt(@__o_llrint));
writeln('__o_llrintf: ',NativeInt(@__o_llrintf));
writeln('__o_llrintl: ',NativeInt(@__o_llrintl));
writeln('__o_llround: ',NativeInt(@__o_llround));
writeln('__o_llroundf: ',NativeInt(@__o_llroundf));
writeln('__o_llroundl: ',NativeInt(@__o_llroundl));
writeln('__o_localeconv: ',NativeInt(@__o_localeconv));
writeln('__o_log: ',NativeInt(@__o_log));
writeln('__o_log10: ',NativeInt(@__o_log10));
writeln('__o_log10f: ',NativeInt(@__o_log10f));
writeln('__o_log1p: ',NativeInt(@__o_log1p));
writeln('__o_log1pf: ',NativeInt(@__o_log1pf));
writeln('__o_log1pl: ',NativeInt(@__o_log1pl));
writeln('__o_log2: ',NativeInt(@__o_log2));
writeln('__o_log2f: ',NativeInt(@__o_log2f));
writeln('__o_log2l: ',NativeInt(@__o_log2l));
writeln('__o_logb: ',NativeInt(@__o_logb));
writeln('__o_logbf: ',NativeInt(@__o_logbf));
writeln('__o_logbl: ',NativeInt(@__o_logbl));
writeln('__o_logf: ',NativeInt(@__o_logf));
writeln('__o_lrint: ',NativeInt(@__o_lrint));
writeln('__o_lrintf: ',NativeInt(@__o_lrintf));
writeln('__o_lrintl: ',NativeInt(@__o_lrintl));
writeln('__o_lround: ',NativeInt(@__o_lround));
writeln('__o_lroundf: ',NativeInt(@__o_lroundf));
writeln('__o_lroundl: ',NativeInt(@__o_lroundl));
writeln('__o_malloc: ',NativeInt(@__o_malloc));
writeln('__o_mblen: ',NativeInt(@__o_mblen));
writeln('__o_mbrlen: ',NativeInt(@__o_mbrlen));
writeln('__o_mbrtoc16: ',NativeInt(@__o_mbrtoc16));
writeln('__o_mbrtoc32: ',NativeInt(@__o_mbrtoc32));
writeln('__o_mbrtowc: ',NativeInt(@__o_mbrtowc));
writeln('__o_mbsrtowcs: ',NativeInt(@__o_mbsrtowcs));
writeln('__o_mbsrtowcs_s: ',NativeInt(@__o_mbsrtowcs_s));
writeln('__o_mbstowcs: ',NativeInt(@__o_mbstowcs));
writeln('__o_mbstowcs_s: ',NativeInt(@__o_mbstowcs_s));
writeln('__o_mbtowc: ',NativeInt(@__o_mbtowc));
writeln('__o_memset: ',NativeInt(@__o_memset));
writeln('__o_modf: ',NativeInt(@__o_modf));
writeln('__o_modff: ',NativeInt(@__o_modff));
writeln('__o_nan: ',NativeInt(@__o_nan));
writeln('__o_nanf: ',NativeInt(@__o_nanf));
writeln('__o_nanl: ',NativeInt(@__o_nanl));
writeln('__o_nearbyint: ',NativeInt(@__o_nearbyint));
writeln('__o_nearbyintf: ',NativeInt(@__o_nearbyintf));
writeln('__o_nearbyintl: ',NativeInt(@__o_nearbyintl));
writeln('__o_nextafter: ',NativeInt(@__o_nextafter));
writeln('__o_nextafterf: ',NativeInt(@__o_nextafterf));
writeln('__o_nextafterl: ',NativeInt(@__o_nextafterl));
writeln('__o_nexttoward: ',NativeInt(@__o_nexttoward));
writeln('__o_nexttowardf: ',NativeInt(@__o_nexttowardf));
writeln('__o_nexttowardl: ',NativeInt(@__o_nexttowardl));
writeln('__o_pow: ',NativeInt(@__o_pow));
writeln('__o_powf: ',NativeInt(@__o_powf));
writeln('__o_putc: ',NativeInt(@__o_putc));
writeln('__o_putchar: ',NativeInt(@__o_putchar));
writeln('__o_puts: ',NativeInt(@__o_puts));
writeln('__o_putwc: ',NativeInt(@__o_putwc));
writeln('__o_putwchar: ',NativeInt(@__o_putwchar));
writeln('__o_qsort: ',NativeInt(@__o_qsort));
writeln('__o_qsort_s: ',NativeInt(@__o_qsort_s));
writeln('__o_raise: ',NativeInt(@__o_raise));
writeln('__o_rand: ',NativeInt(@__o_rand));
writeln('__o_rand_s: ',NativeInt(@__o_rand_s));
writeln('__o_realloc: ',NativeInt(@__o_realloc));
writeln('__o_remainder: ',NativeInt(@__o_remainder));
writeln('__o_remainderf: ',NativeInt(@__o_remainderf));
writeln('__o_remainderl: ',NativeInt(@__o_remainderl));
writeln('__o_remove: ',NativeInt(@__o_remove));
writeln('__o_remquo: ',NativeInt(@__o_remquo));
writeln('__o_remquof: ',NativeInt(@__o_remquof));
writeln('__o_remquol: ',NativeInt(@__o_remquol));
writeln('__o_rewind: ',NativeInt(@__o_rewind));
writeln('__o_rint: ',NativeInt(@__o_rint));
writeln('__o_rintf: ',NativeInt(@__o_rintf));
writeln('__o_rintl: ',NativeInt(@__o_rintl));
writeln('__o_round: ',NativeInt(@__o_round));
writeln('__o_roundf: ',NativeInt(@__o_roundf));
writeln('__o_roundl: ',NativeInt(@__o_roundl));
writeln('__o_scalbln: ',NativeInt(@__o_scalbln));
writeln('__o_scalblnf: ',NativeInt(@__o_scalblnf));
writeln('__o_scalblnl: ',NativeInt(@__o_scalblnl));
writeln('__o_scalbn: ',NativeInt(@__o_scalbn));
writeln('__o_scalbnf: ',NativeInt(@__o_scalbnf));
writeln('__o_scalbnl: ',NativeInt(@__o_scalbnl));
writeln('__o_set_terminate: ',NativeInt(@__o_set_terminate));
writeln('__o_setbuf: ',NativeInt(@__o_setbuf));
writeln('__o_setvbuf: ',NativeInt(@__o_setvbuf));
writeln('__o_sin: ',NativeInt(@__o_sin));
writeln('__o_sinf: ',NativeInt(@__o_sinf));
writeln('__o_sinh: ',NativeInt(@__o_sinh));
writeln('__o_sinhf: ',NativeInt(@__o_sinhf));
writeln('__o_sqrt: ',NativeInt(@__o_sqrt));
writeln('__o_sqrtf: ',NativeInt(@__o_sqrtf));
writeln('__o_srand: ',NativeInt(@__o_srand));
writeln('__o_strcat_s: ',NativeInt(@__o_strcat_s));
writeln('__o_strcoll: ',NativeInt(@__o_strcoll));
writeln('__o_strcpy_s: ',NativeInt(@__o_strcpy_s));
writeln('__o_strerror: ',NativeInt(@__o_strerror));
writeln('__o_strerror_s: ',NativeInt(@__o_strerror_s));
writeln('__o_strftime: ',NativeInt(@__o_strftime));
writeln('__o_strncat_s: ',NativeInt(@__o_strncat_s));
writeln('__o_strncpy_s: ',NativeInt(@__o_strncpy_s));
writeln('__o_strtod: ',NativeInt(@__o_strtod));
writeln('__o_strtof: ',NativeInt(@__o_strtof));
writeln('__o_strtok: ',NativeInt(@__o_strtok));
writeln('__o_strtok_s: ',NativeInt(@__o_strtok_s));
writeln('__o_strtol: ',NativeInt(@__o_strtol));
writeln('__o_strtold: ',NativeInt(@__o_strtold));
writeln('__o_strtoll: ',NativeInt(@__o_strtoll));
writeln('__o_strtoul: ',NativeInt(@__o_strtoul));
writeln('__o_strtoull: ',NativeInt(@__o_strtoull));
writeln('__o_system: ',NativeInt(@__o_system));
writeln('__o_tan: ',NativeInt(@__o_tan));
writeln('__o_tanf: ',NativeInt(@__o_tanf));
writeln('__o_tanh: ',NativeInt(@__o_tanh));
writeln('__o_tanhf: ',NativeInt(@__o_tanhf));
writeln('__o_terminate: ',NativeInt(@__o_terminate));
writeln('__o_tgamma: ',NativeInt(@__o_tgamma));
writeln('__o_tgammaf: ',NativeInt(@__o_tgammaf));
writeln('__o_tgammal: ',NativeInt(@__o_tgammal));
writeln('__o_tmpfile_s: ',NativeInt(@__o_tmpfile_s));
writeln('__o_tmpnam_s: ',NativeInt(@__o_tmpnam_s));
writeln('__o_tolower: ',NativeInt(@__o_tolower));
writeln('__o_toupper: ',NativeInt(@__o_toupper));
writeln('__o_towlower: ',NativeInt(@__o_towlower));
writeln('__o_towupper: ',NativeInt(@__o_towupper));
writeln('__o_ungetc: ',NativeInt(@__o_ungetc));
writeln('__o_ungetwc: ',NativeInt(@__o_ungetwc));
writeln('__o_wcrtomb: ',NativeInt(@__o_wcrtomb));
writeln('__o_wcrtomb_s: ',NativeInt(@__o_wcrtomb_s));
writeln('__o_wcscat_s: ',NativeInt(@__o_wcscat_s));
writeln('__o_wcscoll: ',NativeInt(@__o_wcscoll));
writeln('__o_wcscpy: ',NativeInt(@__o_wcscpy));
writeln('__o_wcscpy_s: ',NativeInt(@__o_wcscpy_s));
writeln('__o_wcsftime: ',NativeInt(@__o_wcsftime));
writeln('__o_wcsncat_s: ',NativeInt(@__o_wcsncat_s));
writeln('__o_wcsncpy_s: ',NativeInt(@__o_wcsncpy_s));
writeln('__o_wcsrtombs: ',NativeInt(@__o_wcsrtombs));
writeln('__o_wcsrtombs_s: ',NativeInt(@__o_wcsrtombs_s));
writeln('__o_wcstod: ',NativeInt(@__o_wcstod));
writeln('__o_wcstof: ',NativeInt(@__o_wcstof));
writeln('__o_wcstok: ',NativeInt(@__o_wcstok));
writeln('__o_wcstok_s: ',NativeInt(@__o_wcstok_s));
writeln('__o_wcstol: ',NativeInt(@__o_wcstol));
writeln('__o_wcstold: ',NativeInt(@__o_wcstold));
writeln('__o_wcstoll: ',NativeInt(@__o_wcstoll));
writeln('__o_wcstombs: ',NativeInt(@__o_wcstombs));
writeln('__o_wcstombs_s: ',NativeInt(@__o_wcstombs_s));
writeln('__o_wcstoul: ',NativeInt(@__o_wcstoul));
writeln('__o_wcstoull: ',NativeInt(@__o_wcstoull));
writeln('__o_wctob: ',NativeInt(@__o_wctob));
writeln('__o_wctomb: ',NativeInt(@__o_wctomb));
writeln('__o_wctomb_s: ',NativeInt(@__o_wctomb_s));
writeln('__o_wmemcpy_s: ',NativeInt(@__o_wmemcpy_s));
writeln('__o_wmemmove_s: ',NativeInt(@__o_wmemmove_s));
writeln('__purecall: ',NativeInt(@__purecall));
writeln('__set_purecall_handler: ',NativeInt(@__set_purecall_handler));
writeln('__set_se_translator: ',NativeInt(@__set_se_translator));
writeln('__setjmp3: ',NativeInt(@__setjmp3));
writeln('_longjmp: ',NativeInt(@_longjmp));
writeln('_memchr: ',NativeInt(@_memchr));
writeln('_memcmp: ',NativeInt(@_memcmp));
writeln('_memcpy: ',NativeInt(@_memcpy));
writeln('_memmove: ',NativeInt(@_memmove));
writeln('_set_unexpected: ',NativeInt(@_set_unexpected));
writeln('_strchr: ',NativeInt(@_strchr));
writeln('_strrchr: ',NativeInt(@_strrchr));
writeln('_strstr: ',NativeInt(@_strstr));
writeln('_unexpected: ',NativeInt(@_unexpected));
writeln('_wcschr: ',NativeInt(@_wcschr));
writeln('_wcsrchr: ',NativeInt(@_wcsrchr));
writeln('_wcsstr: ',NativeInt(@_wcsstr));
writeln('___p__mbcasemap: ',NativeInt(@___p__mbcasemap));
writeln('___p__mbctype: ',NativeInt(@___p__mbctype));
writeln('__ismbbalnum: ',NativeInt(@__ismbbalnum));
writeln('__ismbbalnum_l: ',NativeInt(@__ismbbalnum_l));
writeln('__ismbbalpha: ',NativeInt(@__ismbbalpha));
writeln('__ismbbalpha_l: ',NativeInt(@__ismbbalpha_l));
writeln('__ismbbblank: ',NativeInt(@__ismbbblank));
writeln('__ismbbblank_l: ',NativeInt(@__ismbbblank_l));
writeln('__ismbbgraph: ',NativeInt(@__ismbbgraph));
writeln('__ismbbgraph_l: ',NativeInt(@__ismbbgraph_l));
writeln('__ismbbkalnum: ',NativeInt(@__ismbbkalnum));
writeln('__ismbbkalnum_l: ',NativeInt(@__ismbbkalnum_l));
writeln('__ismbbkana: ',NativeInt(@__ismbbkana));
writeln('__ismbbkana_l: ',NativeInt(@__ismbbkana_l));
writeln('__ismbbkprint: ',NativeInt(@__ismbbkprint));
writeln('__ismbbkprint_l: ',NativeInt(@__ismbbkprint_l));
writeln('__ismbbkpunct: ',NativeInt(@__ismbbkpunct));
writeln('__ismbbkpunct_l: ',NativeInt(@__ismbbkpunct_l));
writeln('__ismbblead: ',NativeInt(@__ismbblead));
writeln('__ismbblead_l: ',NativeInt(@__ismbblead_l));
writeln('__ismbbprint: ',NativeInt(@__ismbbprint));
writeln('__ismbbprint_l: ',NativeInt(@__ismbbprint_l));
writeln('__ismbbpunct: ',NativeInt(@__ismbbpunct));
writeln('__ismbbpunct_l: ',NativeInt(@__ismbbpunct_l));
writeln('__ismbbtrail: ',NativeInt(@__ismbbtrail));
writeln('__ismbbtrail_l: ',NativeInt(@__ismbbtrail_l));
writeln('__ismbcalnum: ',NativeInt(@__ismbcalnum));
writeln('__ismbcalnum_l: ',NativeInt(@__ismbcalnum_l));
writeln('__ismbcalpha: ',NativeInt(@__ismbcalpha));
writeln('__ismbcalpha_l: ',NativeInt(@__ismbcalpha_l));
writeln('__ismbcblank: ',NativeInt(@__ismbcblank));
writeln('__ismbcblank_l: ',NativeInt(@__ismbcblank_l));
writeln('__ismbcdigit: ',NativeInt(@__ismbcdigit));
writeln('__ismbcdigit_l: ',NativeInt(@__ismbcdigit_l));
writeln('__ismbcgraph: ',NativeInt(@__ismbcgraph));
writeln('__ismbcgraph_l: ',NativeInt(@__ismbcgraph_l));
writeln('__ismbchira: ',NativeInt(@__ismbchira));
writeln('__ismbchira_l: ',NativeInt(@__ismbchira_l));
writeln('__ismbckata: ',NativeInt(@__ismbckata));
writeln('__ismbckata_l: ',NativeInt(@__ismbckata_l));
writeln('__ismbcl0: ',NativeInt(@__ismbcl0));
writeln('__ismbcl0_l: ',NativeInt(@__ismbcl0_l));
writeln('__ismbcl1: ',NativeInt(@__ismbcl1));
writeln('__ismbcl1_l: ',NativeInt(@__ismbcl1_l));
writeln('__ismbcl2: ',NativeInt(@__ismbcl2));
writeln('__ismbcl2_l: ',NativeInt(@__ismbcl2_l));
writeln('__ismbclegal: ',NativeInt(@__ismbclegal));
writeln('__ismbclegal_l: ',NativeInt(@__ismbclegal_l));
writeln('__ismbclower: ',NativeInt(@__ismbclower));
writeln('__ismbclower_l: ',NativeInt(@__ismbclower_l));
writeln('__ismbcprint: ',NativeInt(@__ismbcprint));
writeln('__ismbcprint_l: ',NativeInt(@__ismbcprint_l));
writeln('__ismbcpunct: ',NativeInt(@__ismbcpunct));
writeln('__ismbcpunct_l: ',NativeInt(@__ismbcpunct_l));
writeln('__ismbcspace: ',NativeInt(@__ismbcspace));
writeln('__ismbcspace_l: ',NativeInt(@__ismbcspace_l));
writeln('__ismbcsymbol: ',NativeInt(@__ismbcsymbol));
writeln('__ismbcsymbol_l: ',NativeInt(@__ismbcsymbol_l));
writeln('__ismbcupper: ',NativeInt(@__ismbcupper));
writeln('__ismbcupper_l: ',NativeInt(@__ismbcupper_l));
writeln('__ismbslead: ',NativeInt(@__ismbslead));
writeln('__ismbslead_l: ',NativeInt(@__ismbslead_l));
writeln('__ismbstrail: ',NativeInt(@__ismbstrail));
writeln('__ismbstrail_l: ',NativeInt(@__ismbstrail_l));
writeln('__mbbtombc: ',NativeInt(@__mbbtombc));
writeln('__mbbtombc_l: ',NativeInt(@__mbbtombc_l));
writeln('__mbbtype: ',NativeInt(@__mbbtype));
writeln('__mbbtype_l: ',NativeInt(@__mbbtype_l));
writeln('__mbccpy: ',NativeInt(@__mbccpy));
writeln('__mbccpy_l: ',NativeInt(@__mbccpy_l));
writeln('__mbccpy_s: ',NativeInt(@__mbccpy_s));
writeln('__mbccpy_s_l: ',NativeInt(@__mbccpy_s_l));
writeln('__mbcjistojms: ',NativeInt(@__mbcjistojms));
writeln('__mbcjistojms_l: ',NativeInt(@__mbcjistojms_l));
writeln('__mbcjmstojis: ',NativeInt(@__mbcjmstojis));
writeln('__mbcjmstojis_l: ',NativeInt(@__mbcjmstojis_l));
writeln('__mbclen: ',NativeInt(@__mbclen));
writeln('__mbclen_l: ',NativeInt(@__mbclen_l));
writeln('__mbctohira: ',NativeInt(@__mbctohira));
writeln('__mbctohira_l: ',NativeInt(@__mbctohira_l));
writeln('__mbctokata: ',NativeInt(@__mbctokata));
writeln('__mbctokata_l: ',NativeInt(@__mbctokata_l));
writeln('__mbctolower: ',NativeInt(@__mbctolower));
writeln('__mbctolower_l: ',NativeInt(@__mbctolower_l));
writeln('__mbctombb: ',NativeInt(@__mbctombb));
writeln('__mbctombb_l: ',NativeInt(@__mbctombb_l));
writeln('__mbctoupper: ',NativeInt(@__mbctoupper));
writeln('__mbctoupper_l: ',NativeInt(@__mbctoupper_l));
writeln('__mblen_l: ',NativeInt(@__mblen_l));
writeln('__mbsbtype: ',NativeInt(@__mbsbtype));
writeln('__mbsbtype_l: ',NativeInt(@__mbsbtype_l));
writeln('__mbscat_s: ',NativeInt(@__mbscat_s));
writeln('__mbscat_s_l: ',NativeInt(@__mbscat_s_l));
writeln('__mbschr: ',NativeInt(@__mbschr));
writeln('__mbschr_l: ',NativeInt(@__mbschr_l));
writeln('__mbscmp: ',NativeInt(@__mbscmp));
writeln('__mbscmp_l: ',NativeInt(@__mbscmp_l));
writeln('__mbscoll: ',NativeInt(@__mbscoll));
writeln('__mbscoll_l: ',NativeInt(@__mbscoll_l));
writeln('__mbscpy_s: ',NativeInt(@__mbscpy_s));
writeln('__mbscpy_s_l: ',NativeInt(@__mbscpy_s_l));
writeln('__mbscspn: ',NativeInt(@__mbscspn));
writeln('__mbscspn_l: ',NativeInt(@__mbscspn_l));
writeln('__mbsdec: ',NativeInt(@__mbsdec));
writeln('__mbsdec_l: ',NativeInt(@__mbsdec_l));
writeln('__mbsdup: ',NativeInt(@__mbsdup));
writeln('__mbsicmp: ',NativeInt(@__mbsicmp));
writeln('__mbsicmp_l: ',NativeInt(@__mbsicmp_l));
writeln('__mbsicoll: ',NativeInt(@__mbsicoll));
writeln('__mbsicoll_l: ',NativeInt(@__mbsicoll_l));
writeln('__mbsinc: ',NativeInt(@__mbsinc));
writeln('__mbsinc_l: ',NativeInt(@__mbsinc_l));
writeln('__mbslen: ',NativeInt(@__mbslen));
writeln('__mbslen_l: ',NativeInt(@__mbslen_l));
writeln('__mbslwr: ',NativeInt(@__mbslwr));
writeln('__mbslwr_l: ',NativeInt(@__mbslwr_l));
writeln('__mbslwr_s: ',NativeInt(@__mbslwr_s));
writeln('__mbslwr_s_l: ',NativeInt(@__mbslwr_s_l));
writeln('__mbsnbcat: ',NativeInt(@__mbsnbcat));
writeln('__mbsnbcat_l: ',NativeInt(@__mbsnbcat_l));
writeln('__mbsnbcat_s: ',NativeInt(@__mbsnbcat_s));
writeln('__mbsnbcat_s_l: ',NativeInt(@__mbsnbcat_s_l));
writeln('__mbsnbcmp: ',NativeInt(@__mbsnbcmp));
writeln('__mbsnbcmp_l: ',NativeInt(@__mbsnbcmp_l));
writeln('__mbsnbcnt: ',NativeInt(@__mbsnbcnt));
writeln('__mbsnbcnt_l: ',NativeInt(@__mbsnbcnt_l));
writeln('__mbsnbcoll: ',NativeInt(@__mbsnbcoll));
writeln('__mbsnbcoll_l: ',NativeInt(@__mbsnbcoll_l));
writeln('__mbsnbcpy: ',NativeInt(@__mbsnbcpy));
writeln('__mbsnbcpy_l: ',NativeInt(@__mbsnbcpy_l));
writeln('__mbsnbcpy_s: ',NativeInt(@__mbsnbcpy_s));
writeln('__mbsnbcpy_s_l: ',NativeInt(@__mbsnbcpy_s_l));
writeln('__mbsnbicmp: ',NativeInt(@__mbsnbicmp));
writeln('__mbsnbicmp_l: ',NativeInt(@__mbsnbicmp_l));
writeln('__mbsnbicoll: ',NativeInt(@__mbsnbicoll));
writeln('__mbsnbicoll_l: ',NativeInt(@__mbsnbicoll_l));
writeln('__mbsnbset: ',NativeInt(@__mbsnbset));
writeln('__mbsnbset_l: ',NativeInt(@__mbsnbset_l));
writeln('__mbsnbset_s: ',NativeInt(@__mbsnbset_s));
writeln('__mbsnbset_s_l: ',NativeInt(@__mbsnbset_s_l));
writeln('__mbsncat: ',NativeInt(@__mbsncat));
writeln('__mbsncat_l: ',NativeInt(@__mbsncat_l));
writeln('__mbsncat_s: ',NativeInt(@__mbsncat_s));
writeln('__mbsncat_s_l: ',NativeInt(@__mbsncat_s_l));
writeln('__mbsnccnt: ',NativeInt(@__mbsnccnt));
writeln('__mbsnccnt_l: ',NativeInt(@__mbsnccnt_l));
writeln('__mbsncmp: ',NativeInt(@__mbsncmp));
writeln('__mbsncmp_l: ',NativeInt(@__mbsncmp_l));
writeln('__mbsncoll: ',NativeInt(@__mbsncoll));
writeln('__mbsncoll_l: ',NativeInt(@__mbsncoll_l));
writeln('__mbsncpy: ',NativeInt(@__mbsncpy));
writeln('__mbsncpy_l: ',NativeInt(@__mbsncpy_l));
writeln('__mbsncpy_s: ',NativeInt(@__mbsncpy_s));
writeln('__mbsncpy_s_l: ',NativeInt(@__mbsncpy_s_l));
writeln('__mbsnextc: ',NativeInt(@__mbsnextc));
writeln('__mbsnextc_l: ',NativeInt(@__mbsnextc_l));
writeln('__mbsnicmp: ',NativeInt(@__mbsnicmp));
writeln('__mbsnicmp_l: ',NativeInt(@__mbsnicmp_l));
writeln('__mbsnicoll: ',NativeInt(@__mbsnicoll));
writeln('__mbsnicoll_l: ',NativeInt(@__mbsnicoll_l));
writeln('__mbsninc: ',NativeInt(@__mbsninc));
writeln('__mbsninc_l: ',NativeInt(@__mbsninc_l));
writeln('__mbsnlen: ',NativeInt(@__mbsnlen));
writeln('__mbsnlen_l: ',NativeInt(@__mbsnlen_l));
writeln('__mbsnset: ',NativeInt(@__mbsnset));
writeln('__mbsnset_l: ',NativeInt(@__mbsnset_l));
writeln('__mbsnset_s: ',NativeInt(@__mbsnset_s));
writeln('__mbsnset_s_l: ',NativeInt(@__mbsnset_s_l));
writeln('__mbspbrk: ',NativeInt(@__mbspbrk));
writeln('__mbspbrk_l: ',NativeInt(@__mbspbrk_l));
writeln('__mbsrchr: ',NativeInt(@__mbsrchr));
writeln('__mbsrchr_l: ',NativeInt(@__mbsrchr_l));
writeln('__mbsrev: ',NativeInt(@__mbsrev));
writeln('__mbsrev_l: ',NativeInt(@__mbsrev_l));
writeln('__mbsset: ',NativeInt(@__mbsset));
writeln('__mbsset_l: ',NativeInt(@__mbsset_l));
writeln('__mbsset_s: ',NativeInt(@__mbsset_s));
writeln('__mbsset_s_l: ',NativeInt(@__mbsset_s_l));
writeln('__mbsspn: ',NativeInt(@__mbsspn));
writeln('__mbsspn_l: ',NativeInt(@__mbsspn_l));
writeln('__mbsspnp: ',NativeInt(@__mbsspnp));
writeln('__mbsspnp_l: ',NativeInt(@__mbsspnp_l));
writeln('__mbsstr: ',NativeInt(@__mbsstr));
writeln('__mbsstr_l: ',NativeInt(@__mbsstr_l));
writeln('__mbstok: ',NativeInt(@__mbstok));
writeln('__mbstok_l: ',NativeInt(@__mbstok_l));
writeln('__mbstok_s: ',NativeInt(@__mbstok_s));
writeln('__mbstok_s_l: ',NativeInt(@__mbstok_s_l));
writeln('__mbstowcs_l: ',NativeInt(@__mbstowcs_l));
writeln('__mbstowcs_s_l: ',NativeInt(@__mbstowcs_s_l));
writeln('__mbstrlen: ',NativeInt(@__mbstrlen));
writeln('__mbstrlen_l: ',NativeInt(@__mbstrlen_l));
writeln('__mbstrnlen: ',NativeInt(@__mbstrnlen));
writeln('__mbstrnlen_l: ',NativeInt(@__mbstrnlen_l));
writeln('__mbsupr: ',NativeInt(@__mbsupr));
writeln('__mbsupr_l: ',NativeInt(@__mbsupr_l));
writeln('__mbsupr_s: ',NativeInt(@__mbsupr_s));
writeln('__mbsupr_s_l: ',NativeInt(@__mbsupr_s_l));
writeln('__mbtowc_l: ',NativeInt(@__mbtowc_l));
writeln('__CIacos: ',NativeInt(@__CIacos));
writeln('__CIasin: ',NativeInt(@__CIasin));
writeln('__CIatan: ',NativeInt(@__CIatan));
writeln('__CIatan2: ',NativeInt(@__CIatan2));
writeln('__CIcos: ',NativeInt(@__CIcos));
writeln('__CIcosh: ',NativeInt(@__CIcosh));
writeln('__CIexp: ',NativeInt(@__CIexp));
writeln('__CIfmod: ',NativeInt(@__CIfmod));
writeln('__CIlog: ',NativeInt(@__CIlog));
writeln('__CIlog10: ',NativeInt(@__CIlog10));
writeln('__CIpow: ',NativeInt(@__CIpow));
writeln('__CIsin: ',NativeInt(@__CIsin));
writeln('__CIsinh: ',NativeInt(@__CIsinh));
writeln('__CIsqrt: ',NativeInt(@__CIsqrt));
writeln('__CItan: ',NativeInt(@__CItan));
writeln('__CItanh: ',NativeInt(@__CItanh));
writeln('__Cbuild: ',NativeInt(@__Cbuild));
writeln('__Cmulcc: ',NativeInt(@__Cmulcc));
writeln('__Cmulcr: ',NativeInt(@__Cmulcr));
writeln('__FCbuild: ',NativeInt(@__FCbuild));
writeln('__FCmulcc: ',NativeInt(@__FCmulcc));
writeln('__FCmulcr: ',NativeInt(@__FCmulcr));
writeln('__LCbuild: ',NativeInt(@__LCbuild));
writeln('__LCmulcc: ',NativeInt(@__LCmulcc));
writeln('__LCmulcr: ',NativeInt(@__LCmulcr));
writeln('___libm_sse2_acos: ',NativeInt(@___libm_sse2_acos));
writeln('___libm_sse2_acosf: ',NativeInt(@___libm_sse2_acosf));
writeln('___libm_sse2_asin: ',NativeInt(@___libm_sse2_asin));
writeln('___libm_sse2_asinf: ',NativeInt(@___libm_sse2_asinf));
writeln('___libm_sse2_atan: ',NativeInt(@___libm_sse2_atan));
writeln('___libm_sse2_atan2: ',NativeInt(@___libm_sse2_atan2));
writeln('___libm_sse2_atanf: ',NativeInt(@___libm_sse2_atanf));
writeln('___libm_sse2_cos: ',NativeInt(@___libm_sse2_cos));
writeln('___libm_sse2_cosf: ',NativeInt(@___libm_sse2_cosf));
writeln('___libm_sse2_exp: ',NativeInt(@___libm_sse2_exp));
writeln('___libm_sse2_expf: ',NativeInt(@___libm_sse2_expf));
writeln('___libm_sse2_log: ',NativeInt(@___libm_sse2_log));
writeln('___libm_sse2_log10: ',NativeInt(@___libm_sse2_log10));
writeln('___libm_sse2_log10f: ',NativeInt(@___libm_sse2_log10f));
writeln('___libm_sse2_logf: ',NativeInt(@___libm_sse2_logf));
writeln('___libm_sse2_pow: ',NativeInt(@___libm_sse2_pow));
writeln('___libm_sse2_powf: ',NativeInt(@___libm_sse2_powf));
writeln('___libm_sse2_sin: ',NativeInt(@___libm_sse2_sin));
writeln('___libm_sse2_sinf: ',NativeInt(@___libm_sse2_sinf));
writeln('___libm_sse2_tan: ',NativeInt(@___libm_sse2_tan));
writeln('___libm_sse2_tanf: ',NativeInt(@___libm_sse2_tanf));
writeln('___setusermatherr: ',NativeInt(@___setusermatherr));
writeln('__chgsign: ',NativeInt(@__chgsign));
writeln('_chgsign: ',NativeInt(@_chgsign));
writeln('__chgsignf: ',NativeInt(@__chgsignf));
writeln('__copysign: ',NativeInt(@__copysign));
writeln('__copysignf: ',NativeInt(@__copysignf));
writeln('__d_int: ',NativeInt(@__d_int));
writeln('__dclass: ',NativeInt(@__dclass));
writeln('__dexp: ',NativeInt(@__dexp));
writeln('__dlog: ',NativeInt(@__dlog));
writeln('__dnorm: ',NativeInt(@__dnorm));
writeln('__dpcomp: ',NativeInt(@__dpcomp));
writeln('__dpoly: ',NativeInt(@__dpoly));
writeln('__dscale: ',NativeInt(@__dscale));
writeln('__dsign: ',NativeInt(@__dsign));
writeln('__dsin: ',NativeInt(@__dsin));
writeln('__dtest: ',NativeInt(@__dtest));
writeln('__dunscale: ',NativeInt(@__dunscale));
writeln('__except1: ',NativeInt(@__except1));
writeln('__fd_int: ',NativeInt(@__fd_int));
writeln('__fdclass: ',NativeInt(@__fdclass));
writeln('__fdexp: ',NativeInt(@__fdexp));
writeln('__fdlog: ',NativeInt(@__fdlog));
writeln('__fdnorm: ',NativeInt(@__fdnorm));
writeln('__fdopen: ',NativeInt(@__fdopen));
writeln('__fdpcomp: ',NativeInt(@__fdpcomp));
writeln('__fdpoly: ',NativeInt(@__fdpoly));
writeln('_fdopen: ',NativeInt(@_fdopen));
writeln('__fdscale: ',NativeInt(@__fdscale));
writeln('__fdsign: ',NativeInt(@__fdsign));
writeln('__fdsin: ',NativeInt(@__fdsin));
writeln('__fdtest: ',NativeInt(@__fdtest));
writeln('__fdunscale: ',NativeInt(@__fdunscale));
writeln('__finite: ',NativeInt(@__finite));
writeln('_finite: ',NativeInt(@_finite));
writeln('__fpclass: ',NativeInt(@__fpclass));
writeln('__fpclassf: ',NativeInt(@__fpclassf));
writeln('__ftol: ',NativeInt(@__ftol));
writeln('_fpclass: ',NativeInt(@_fpclass));
writeln('__get_FMA3_enable: ',NativeInt(@__get_FMA3_enable));
writeln('__hypot: ',NativeInt(@__hypot));
writeln('__hypotf: ',NativeInt(@__hypotf));
writeln('__isnan: ',NativeInt(@__isnan));
writeln('_hypot: ',NativeInt(@_hypot));
writeln('__j0: ',NativeInt(@__j0));
writeln('_j0: ',NativeInt(@_j0));
writeln('__j1: ',NativeInt(@__j1));
writeln('_jn: ',NativeInt(@_jn));
writeln('__jn: ',NativeInt(@__jn));
writeln('__ld_int: ',NativeInt(@__ld_int));
writeln('__ldclass: ',NativeInt(@__ldclass));
writeln('__ldexp: ',NativeInt(@__ldexp));
writeln('__ldlog: ',NativeInt(@__ldlog));
writeln('_j1: ',NativeInt(@_j1));
writeln('__ldpcomp: ',NativeInt(@__ldpcomp));
writeln('__ldpoly: ',NativeInt(@__ldpoly));
writeln('__ldscale: ',NativeInt(@__ldscale));
writeln('__ldsign: ',NativeInt(@__ldsign));
writeln('__ldsin: ',NativeInt(@__ldsin));
writeln('__ldtest: ',NativeInt(@__ldtest));
writeln('__ldunscale: ',NativeInt(@__ldunscale));
writeln('__libm_sse2_acos_precise: ',NativeInt(@__libm_sse2_acos_precise));
writeln('__libm_sse2_asin_precise: ',NativeInt(@__libm_sse2_asin_precise));
writeln('__libm_sse2_atan_precise: ',NativeInt(@__libm_sse2_atan_precise));
writeln('__libm_sse2_cos_precise: ',NativeInt(@__libm_sse2_cos_precise));
writeln('__libm_sse2_exp_precise: ',NativeInt(@__libm_sse2_exp_precise));
writeln('__libm_sse2_log10_precise: ',NativeInt(@__libm_sse2_log10_precise));
writeln('__libm_sse2_log_precise: ',NativeInt(@__libm_sse2_log_precise));
writeln('__libm_sse2_pow_precise: ',NativeInt(@__libm_sse2_pow_precise));
writeln('__libm_sse2_sin_precise: ',NativeInt(@__libm_sse2_sin_precise));
writeln('__libm_sse2_sqrt_precise: ',NativeInt(@__libm_sse2_sqrt_precise));
writeln('__libm_sse2_tan_precise: ',NativeInt(@__libm_sse2_tan_precise));
writeln('__logb: ',NativeInt(@__logb));
writeln('__nextafter: ',NativeInt(@__nextafter));
writeln('_nextafter: ',NativeInt(@_nextafter));
writeln('__scalb: ',NativeInt(@__scalb));
writeln('__set_SSE2_enable: ',NativeInt(@__set_SSE2_enable));
writeln('__y0: ',NativeInt(@__y0));
writeln('_y0: ',NativeInt(@_y0));
writeln('__y1: ',NativeInt(@__y1));
writeln('_y1: ',NativeInt(@_y1));
writeln('__yn: ',NativeInt(@__yn));
writeln('_acos: ',NativeInt(@_acos));
writeln('_yn: ',NativeInt(@_yn));
writeln('_acosh: ',NativeInt(@_acosh));
writeln('_acoshf: ',NativeInt(@_acoshf));
writeln('_asin: ',NativeInt(@_asin));
writeln('_asinh: ',NativeInt(@_asinh));
writeln('_asinhf: ',NativeInt(@_asinhf));
writeln('_atan: ',NativeInt(@_atan));
writeln('_atanh: ',NativeInt(@_atanh));
writeln('_atanhf: ',NativeInt(@_atanhf));
writeln('_cabs: ',NativeInt(@_cabs));
writeln('_cabsf: ',NativeInt(@_cabsf));
writeln('_cabsl: ',NativeInt(@_cabsl));
writeln('_cacos: ',NativeInt(@_cacos));
writeln('_cacosf: ',NativeInt(@_cacosf));
writeln('_cacosh: ',NativeInt(@_cacosh));
writeln('_cacoshf: ',NativeInt(@_cacoshf));
writeln('_cacoshl: ',NativeInt(@_cacoshl));
writeln('_cacosl: ',NativeInt(@_cacosl));
writeln('_carg: ',NativeInt(@_carg));
writeln('_cargf: ',NativeInt(@_cargf));
writeln('_cargl: ',NativeInt(@_cargl));
writeln('_casin: ',NativeInt(@_casin));
writeln('_casinf: ',NativeInt(@_casinf));
writeln('_casinh: ',NativeInt(@_casinh));
writeln('_casinhf: ',NativeInt(@_casinhf));
writeln('_casinhl: ',NativeInt(@_casinhl));
writeln('_casinl: ',NativeInt(@_casinl));
writeln('_catan: ',NativeInt(@_catan));
writeln('_catanf: ',NativeInt(@_catanf));
writeln('_catanh: ',NativeInt(@_catanh));
writeln('_catanhf: ',NativeInt(@_catanhf));
writeln('_catanhl: ',NativeInt(@_catanhl));
writeln('_catanl: ',NativeInt(@_catanl));
writeln('_cbrt: ',NativeInt(@_cbrt));
writeln('_cbrtf: ',NativeInt(@_cbrtf));
writeln('_ccos: ',NativeInt(@_ccos));
writeln('_ccosf: ',NativeInt(@_ccosf));
writeln('_ccosh: ',NativeInt(@_ccosh));
writeln('_ccoshf: ',NativeInt(@_ccoshf));
writeln('_ccoshl: ',NativeInt(@_ccoshl));
writeln('_ccosl: ',NativeInt(@_ccosl));
writeln('_cexp: ',NativeInt(@_cexp));
writeln('_cexpf: ',NativeInt(@_cexpf));
writeln('_cexpl: ',NativeInt(@_cexpl));
writeln('_cimag: ',NativeInt(@_cimag));
writeln('_cimagf: ',NativeInt(@_cimagf));
writeln('_cimagl: ',NativeInt(@_cimagl));
writeln('_clog: ',NativeInt(@_clog));
writeln('_clog10: ',NativeInt(@_clog10));
writeln('_clog10f: ',NativeInt(@_clog10f));
writeln('_clog10l: ',NativeInt(@_clog10l));
writeln('_clogf: ',NativeInt(@_clogf));
writeln('_clogl: ',NativeInt(@_clogl));
writeln('_conj: ',NativeInt(@_conj));
writeln('_conjf: ',NativeInt(@_conjf));
writeln('_conjl: ',NativeInt(@_conjl));
writeln('_copysign: ',NativeInt(@_copysign));
writeln('_copysignf: ',NativeInt(@_copysignf));
writeln('_cosh: ',NativeInt(@_cosh));
writeln('_cpow: ',NativeInt(@_cpow));
writeln('_cpowf: ',NativeInt(@_cpowf));
writeln('_cpowl: ',NativeInt(@_cpowl));
writeln('_cproj: ',NativeInt(@_cproj));
writeln('_cprojf: ',NativeInt(@_cprojf));
writeln('_cprojl: ',NativeInt(@_cprojl));
writeln('_creal: ',NativeInt(@_creal));
writeln('_crealf: ',NativeInt(@_crealf));
writeln('_creall: ',NativeInt(@_creall));
writeln('_csin: ',NativeInt(@_csin));
writeln('_csinf: ',NativeInt(@_csinf));
writeln('_csinh: ',NativeInt(@_csinh));
writeln('_csinhf: ',NativeInt(@_csinhf));
writeln('_csinhl: ',NativeInt(@_csinhl));
writeln('_csinl: ',NativeInt(@_csinl));
writeln('_csqrt: ',NativeInt(@_csqrt));
writeln('_csqrtf: ',NativeInt(@_csqrtf));
writeln('_csqrtl: ',NativeInt(@_csqrtl));
writeln('_ctan: ',NativeInt(@_ctan));
writeln('_ctanf: ',NativeInt(@_ctanf));
writeln('_ctanh: ',NativeInt(@_ctanh));
writeln('_ctanhf: ',NativeInt(@_ctanhf));
writeln('_ctanhl: ',NativeInt(@_ctanhl));
writeln('_ctanl: ',NativeInt(@_ctanl));
writeln('_erf: ',NativeInt(@_erf));
writeln('_erfc: ',NativeInt(@_erfc));
writeln('_erfcf: ',NativeInt(@_erfcf));
writeln('_erff: ',NativeInt(@_erff));
writeln('_exp2: ',NativeInt(@_exp2));
writeln('_exp2f: ',NativeInt(@_exp2f));
writeln('_expm1: ',NativeInt(@_expm1));
writeln('_expm1f: ',NativeInt(@_expm1f));
writeln('_fdim: ',NativeInt(@_fdim));
writeln('_fdimf: ',NativeInt(@_fdimf));
writeln('_fma: ',NativeInt(@_fma));
writeln('_fmaf: ',NativeInt(@_fmaf));
writeln('_fmax: ',NativeInt(@_fmax));
writeln('_fmaxf: ',NativeInt(@_fmaxf));
writeln('_fmin: ',NativeInt(@_fmin));
writeln('_fminf: ',NativeInt(@_fminf));
writeln('_frexp: ',NativeInt(@_frexp));
writeln('_ilogb: ',NativeInt(@_ilogb));
writeln('_ilogbf: ',NativeInt(@_ilogbf));
writeln('_llrint: ',NativeInt(@_llrint));
writeln('_llrintf: ',NativeInt(@_llrintf));
writeln('_llround: ',NativeInt(@_llround));
writeln('_llroundf: ',NativeInt(@_llroundf));
writeln('_log10: ',NativeInt(@_log10));
writeln('_log1p: ',NativeInt(@_log1p));
writeln('_log1pf: ',NativeInt(@_log1pf));
writeln('_log2: ',NativeInt(@_log2));
writeln('_log2f: ',NativeInt(@_log2f));
writeln('_logb: ',NativeInt(@_logb));
writeln('_logbf: ',NativeInt(@_logbf));
writeln('_lrint: ',NativeInt(@_lrint));
writeln('_lrintf: ',NativeInt(@_lrintf));
writeln('_lround: ',NativeInt(@_lround));
writeln('_lroundf: ',NativeInt(@_lroundf));
writeln('_nan: ',NativeInt(@_nan));
writeln('_nanf: ',NativeInt(@_nanf));
writeln('_nearbyint: ',NativeInt(@_nearbyint));
writeln('_nearbyintf: ',NativeInt(@_nearbyintf));
writeln('_nextafterf: ',NativeInt(@_nextafterf));
writeln('_norm: ',NativeInt(@_norm));
writeln('_normf: ',NativeInt(@_normf));
writeln('_norml: ',NativeInt(@_norml));
writeln('_remainder: ',NativeInt(@_remainder));
writeln('_remainderf: ',NativeInt(@_remainderf));
writeln('_remquo: ',NativeInt(@_remquo));
writeln('_remquof: ',NativeInt(@_remquof));
writeln('_rint: ',NativeInt(@_rint));
writeln('_rintf: ',NativeInt(@_rintf));
writeln('_round: ',NativeInt(@_round));
writeln('_roundf: ',NativeInt(@_roundf));
writeln('_scalbln: ',NativeInt(@_scalbln));
writeln('_scalblnf: ',NativeInt(@_scalblnf));
writeln('_scalbn: ',NativeInt(@_scalbn));
writeln('_scalbnf: ',NativeInt(@_scalbnf));
writeln('_sinh: ',NativeInt(@_sinh));
writeln('_tan: ',NativeInt(@_tan));
writeln('_tanh: ',NativeInt(@_tanh));
writeln('_tgamma: ',NativeInt(@_tgamma));
writeln('_tgammaf: ',NativeInt(@_tgammaf));
writeln('_trunc: ',NativeInt(@_trunc));
writeln('_truncf: ',NativeInt(@_truncf));
writeln('____lc_codepage_func: ',NativeInt(@____lc_codepage_func));
writeln('____lc_collate_cp_func: ',NativeInt(@____lc_collate_cp_func));
writeln('____lc_locale_name_func: ',NativeInt(@____lc_locale_name_func));
writeln('____mb_cur_max_func: ',NativeInt(@____mb_cur_max_func));
writeln('____mb_cur_max_l_func: ',NativeInt(@____mb_cur_max_l_func));
writeln('___initialize_lconv_for_unsigned_char: ',NativeInt(@___initialize_lconv_for_unsigned_char));
writeln('___lconv_init: ',NativeInt(@___lconv_init));
writeln('___pctype_func: ',NativeInt(@___pctype_func));
writeln('___pwctype_func: ',NativeInt(@___pwctype_func));
writeln('__configthreadlocale: ',NativeInt(@__configthreadlocale));
writeln('__create_locale: ',NativeInt(@__create_locale));
writeln('__free_locale: ',NativeInt(@__free_locale));
writeln('__get_current_locale: ',NativeInt(@__get_current_locale));
writeln('__getmbcp: ',NativeInt(@__getmbcp));
writeln('__lock_locales: ',NativeInt(@__lock_locales));
writeln('__setmbcp: ',NativeInt(@__setmbcp));
writeln('__unlock_locales: ',NativeInt(@__unlock_locales));
writeln('__wcreate_locale: ',NativeInt(@__wcreate_locale));
writeln('__wsetlocale: ',NativeInt(@__wsetlocale));
writeln('_localeconv: ',NativeInt(@_localeconv));
writeln('_setlocale: ',NativeInt(@_setlocale));
writeln('__aligned_free: ',NativeInt(@__aligned_free));
writeln('__aligned_malloc: ',NativeInt(@__aligned_malloc));
writeln('__aligned_msize: ',NativeInt(@__aligned_msize));
writeln('__aligned_offset_malloc: ',NativeInt(@__aligned_offset_malloc));
writeln('__aligned_offset_realloc: ',NativeInt(@__aligned_offset_realloc));
writeln('__aligned_offset_recalloc: ',NativeInt(@__aligned_offset_recalloc));
writeln('__aligned_realloc: ',NativeInt(@__aligned_realloc));
writeln('__aligned_recalloc: ',NativeInt(@__aligned_recalloc));
writeln('__callnewh: ',NativeInt(@__callnewh));
writeln('__calloc_base: ',NativeInt(@__calloc_base));
writeln('__expand: ',NativeInt(@__expand));
writeln('__free_base: ',NativeInt(@__free_base));
writeln('__get_heap_handle: ',NativeInt(@__get_heap_handle));
writeln('__heapchk: ',NativeInt(@__heapchk));
writeln('__heapmin: ',NativeInt(@__heapmin));
writeln('__heapwalk: ',NativeInt(@__heapwalk));
writeln('__malloc_base: ',NativeInt(@__malloc_base));
writeln('__msize: ',NativeInt(@__msize));
writeln('__query_new_handler: ',NativeInt(@__query_new_handler));
writeln('__query_new_mode: ',NativeInt(@__query_new_mode));
writeln('_heapwalk: ',NativeInt(@_heapwalk));
writeln('__realloc_base: ',NativeInt(@__realloc_base));
writeln('__recalloc: ',NativeInt(@__recalloc));
writeln('__set_new_mode: ',NativeInt(@__set_new_mode));
writeln('_calloc: ',NativeInt(@_calloc));
writeln('_free: ',NativeInt(@_free));
writeln('_malloc: ',NativeInt(@_malloc));
writeln('_realloc: ',NativeInt(@_realloc));
writeln('__findclose: ',NativeInt(@__findclose));
writeln('__findfirst: ',NativeInt(@__findfirst));
writeln('_access: ',NativeInt(@_access));
writeln('__access: ',NativeInt(@__access));
writeln('__access_s: ',NativeInt(@__access_s));
writeln('__chdir: ',NativeInt(@__chdir));
writeln('__chdrive: ',NativeInt(@__chdrive));
writeln('__chmod: ',NativeInt(@__chmod));
writeln('_chmod: ',NativeInt(@_chmod));
writeln('_chdir: ',NativeInt(@_chdir));
writeln('__findfirst32: ',NativeInt(@__findfirst32));
writeln('__findfirst32i64: ',NativeInt(@__findfirst32i64));
writeln('__findfirst64: ',NativeInt(@__findfirst64));
writeln('__findfirst64i32: ',NativeInt(@__findfirst64i32));
writeln('__findnext: ',NativeInt(@__findnext));
writeln('__findnext32: ',NativeInt(@__findnext32));
writeln('__findnext32i64: ',NativeInt(@__findnext32i64));
writeln('__findnext64: ',NativeInt(@__findnext64));
writeln('__findnext64i32: ',NativeInt(@__findnext64i32));
writeln('__fstat32: ',NativeInt(@__fstat32));
writeln('__fstat32i64: ',NativeInt(@__fstat32i64));
writeln('__fstat64: ',NativeInt(@__fstat64));
writeln('__fstat64i32: ',NativeInt(@__fstat64i32));
writeln('__fullpath: ',NativeInt(@__fullpath));
writeln('__getdiskfree: ',NativeInt(@__getdiskfree));
writeln('__getdrive: ',NativeInt(@__getdrive));
writeln('__getdrives: ',NativeInt(@__getdrives));
writeln('__lock_file: ',NativeInt(@__lock_file));
writeln('__makepath: ',NativeInt(@__makepath));
writeln('__makepath_s: ',NativeInt(@__makepath_s));
writeln('__mkdir: ',NativeInt(@__mkdir));
writeln('_rmdir: ',NativeInt(@_rmdir));
writeln('__rmdir: ',NativeInt(@__rmdir));
writeln('__splitpath: ',NativeInt(@__splitpath));
writeln('__splitpath_s: ',NativeInt(@__splitpath_s));
writeln('__stat32: ',NativeInt(@__stat32));
writeln('_mkdir: ',NativeInt(@_mkdir));
writeln('__stat32i64: ',NativeInt(@__stat32i64));
writeln('__stat64: ',NativeInt(@__stat64));
writeln('__stat64i32: ',NativeInt(@__stat64i32));
writeln('__umask: ',NativeInt(@__umask));
writeln('_umask: ',NativeInt(@_umask));
writeln('__umask_s: ',NativeInt(@__umask_s));
writeln('__unlink: ',NativeInt(@__unlink));
writeln('__unlock_file: ',NativeInt(@__unlock_file));
writeln('__waccess: ',NativeInt(@__waccess));
writeln('_unlink: ',NativeInt(@_unlink));
writeln('__waccess_s: ',NativeInt(@__waccess_s));
writeln('__wchdir: ',NativeInt(@__wchdir));
writeln('__wchmod: ',NativeInt(@__wchmod));
writeln('__wfindfirst32: ',NativeInt(@__wfindfirst32));
writeln('__wfindfirst32i64: ',NativeInt(@__wfindfirst32i64));
writeln('__wfindfirst64: ',NativeInt(@__wfindfirst64));
writeln('__wfindfirst64i32: ',NativeInt(@__wfindfirst64i32));
writeln('__wfindnext32: ',NativeInt(@__wfindnext32));
writeln('__wfindnext32i64: ',NativeInt(@__wfindnext32i64));
writeln('__wfindnext64: ',NativeInt(@__wfindnext64));
writeln('__wfindnext64i32: ',NativeInt(@__wfindnext64i32));
writeln('__wfullpath: ',NativeInt(@__wfullpath));
writeln('__wmakepath: ',NativeInt(@__wmakepath));
writeln('__wmakepath_s: ',NativeInt(@__wmakepath_s));
writeln('__wmkdir: ',NativeInt(@__wmkdir));
writeln('__wremove: ',NativeInt(@__wremove));
writeln('__wrename: ',NativeInt(@__wrename));
writeln('__wrmdir: ',NativeInt(@__wrmdir));
writeln('__wsplitpath: ',NativeInt(@__wsplitpath));
writeln('__wsplitpath_s: ',NativeInt(@__wsplitpath_s));
writeln('__wstat32: ',NativeInt(@__wstat32));
writeln('__wstat32i64: ',NativeInt(@__wstat32i64));
writeln('__wstat64: ',NativeInt(@__wstat64));
writeln('__wstat64i32: ',NativeInt(@__wstat64i32));
writeln('__wunlink: ',NativeInt(@__wunlink));
writeln('_remove: ',NativeInt(@_remove));
writeln('_rename: ',NativeInt(@_rename));
writeln('___p__environ: ',NativeInt(@___p__environ));
writeln('___p__wenviron: ',NativeInt(@___p__wenviron));
writeln('__dupenv_s: ',NativeInt(@__dupenv_s));
writeln('__putenv: ',NativeInt(@__putenv));
writeln('_putenv: ',NativeInt(@_putenv));
writeln('__putenv_s: ',NativeInt(@__putenv_s));
writeln('__searchenv: ',NativeInt(@__searchenv));
writeln('__searchenv_s: ',NativeInt(@__searchenv_s));
writeln('__wdupenv_s: ',NativeInt(@__wdupenv_s));
writeln('_searchenv: ',NativeInt(@_searchenv));
writeln('__wgetcwd: ',NativeInt(@__wgetcwd));
writeln('__wgetdcwd: ',NativeInt(@__wgetdcwd));
writeln('__wgetenv: ',NativeInt(@__wgetenv));
writeln('__wgetenv_s: ',NativeInt(@__wgetenv_s));
writeln('__wputenv: ',NativeInt(@__wputenv));
writeln('__wputenv_s: ',NativeInt(@__wputenv_s));
writeln('__wsearchenv: ',NativeInt(@__wsearchenv));
writeln('__wsearchenv_s: ',NativeInt(@__wsearchenv_s));
writeln('_getenv: ',NativeInt(@_getenv));
writeln('_getenv_s: ',NativeInt(@_getenv_s));
writeln('___toascii: ',NativeInt(@___toascii));
writeln('__atodbl: ',NativeInt(@__atodbl));
writeln('__atodbl_l: ',NativeInt(@__atodbl_l));
writeln('__atof_l: ',NativeInt(@__atof_l));
writeln('__atoflt: ',NativeInt(@__atoflt));
writeln('__atoflt_l: ',NativeInt(@__atoflt_l));
writeln('_toascii: ',NativeInt(@_toascii));
writeln('__atoi64: ',NativeInt(@__atoi64));
writeln('__atoi64_l: ',NativeInt(@__atoi64_l));
writeln('__atoi_l: ',NativeInt(@__atoi_l));
writeln('__atol_l: ',NativeInt(@__atol_l));
writeln('__atoldbl: ',NativeInt(@__atoldbl));
writeln('__atoldbl_l: ',NativeInt(@__atoldbl_l));
writeln('__atoll_l: ',NativeInt(@__atoll_l));
writeln('__ecvt: ',NativeInt(@__ecvt));
writeln('_ecvt: ',NativeInt(@_ecvt));
writeln('__ecvt_s: ',NativeInt(@__ecvt_s));
writeln('__fcvt: ',NativeInt(@__fcvt));
writeln('__fcvt_s: ',NativeInt(@__fcvt_s));
writeln('_gcvt: ',NativeInt(@_gcvt));
writeln('__gcvt: ',NativeInt(@__gcvt));
writeln('_fcvt: ',NativeInt(@_fcvt));
writeln('__gcvt_s: ',NativeInt(@__gcvt_s));
writeln('__i64toa: ',NativeInt(@__i64toa));
writeln('__i64toa_s: ',NativeInt(@__i64toa_s));
writeln('__i64tow: ',NativeInt(@__i64tow));
writeln('__i64tow_s: ',NativeInt(@__i64tow_s));
writeln('__itoa: ',NativeInt(@__itoa));
writeln('_itoa: ',NativeInt(@_itoa));
writeln('__itoa_s: ',NativeInt(@__itoa_s));
writeln('__itow: ',NativeInt(@__itow));
writeln('__itow_s: ',NativeInt(@__itow_s));
writeln('__ltoa: ',NativeInt(@__ltoa));
writeln('__ltoa_s: ',NativeInt(@__ltoa_s));
writeln('__ltow: ',NativeInt(@__ltow));
writeln('__ltow_s: ',NativeInt(@__ltow_s));
writeln('__strtod_l: ',NativeInt(@__strtod_l));
writeln('__strtof_l: ',NativeInt(@__strtof_l));
writeln('_ltoa: ',NativeInt(@_ltoa));
writeln('__strtoi64: ',NativeInt(@__strtoi64));
writeln('__strtoi64_l: ',NativeInt(@__strtoi64_l));
writeln('__strtoimax_l: ',NativeInt(@__strtoimax_l));
writeln('__strtol_l: ',NativeInt(@__strtol_l));
writeln('__strtold_l: ',NativeInt(@__strtold_l));
writeln('__strtoll_l: ',NativeInt(@__strtoll_l));
writeln('__strtoui64: ',NativeInt(@__strtoui64));
writeln('__strtoui64_l: ',NativeInt(@__strtoui64_l));
writeln('__strtoul_l: ',NativeInt(@__strtoul_l));
writeln('__strtoull_l: ',NativeInt(@__strtoull_l));
writeln('__strtoumax_l: ',NativeInt(@__strtoumax_l));
writeln('__ui64toa: ',NativeInt(@__ui64toa));
writeln('__ui64toa_s: ',NativeInt(@__ui64toa_s));
writeln('__ui64tow: ',NativeInt(@__ui64tow));
writeln('__ui64tow_s: ',NativeInt(@__ui64tow_s));
writeln('__ultoa: ',NativeInt(@__ultoa));
writeln('__ultoa_s: ',NativeInt(@__ultoa_s));
writeln('__ultow: ',NativeInt(@__ultow));
writeln('__ultow_s: ',NativeInt(@__ultow_s));
writeln('__wcstod_l: ',NativeInt(@__wcstod_l));
writeln('__wcstof_l: ',NativeInt(@__wcstof_l));
writeln('__wcstoi64: ',NativeInt(@__wcstoi64));
writeln('__wcstoi64_l: ',NativeInt(@__wcstoi64_l));
writeln('__wcstoimax_l: ',NativeInt(@__wcstoimax_l));
writeln('__wcstol_l: ',NativeInt(@__wcstol_l));
writeln('__wcstold_l: ',NativeInt(@__wcstold_l));
writeln('__wcstoll_l: ',NativeInt(@__wcstoll_l));
writeln('__wcstombs_l: ',NativeInt(@__wcstombs_l));
writeln('__wcstombs_s_l: ',NativeInt(@__wcstombs_s_l));
writeln('__wcstoui64: ',NativeInt(@__wcstoui64));
writeln('__wcstoui64_l: ',NativeInt(@__wcstoui64_l));
writeln('__wcstoul_l: ',NativeInt(@__wcstoul_l));
writeln('__wcstoull_l: ',NativeInt(@__wcstoull_l));
writeln('__wcstoumax_l: ',NativeInt(@__wcstoumax_l));
writeln('__wctomb_l: ',NativeInt(@__wctomb_l));
writeln('__wctomb_s_l: ',NativeInt(@__wctomb_s_l));
writeln('__wtof: ',NativeInt(@__wtof));
writeln('__wtof_l: ',NativeInt(@__wtof_l));
writeln('__wtoi: ',NativeInt(@__wtoi));
writeln('__wtoi64: ',NativeInt(@__wtoi64));
writeln('__wtoi64_l: ',NativeInt(@__wtoi64_l));
writeln('__wtoi_l: ',NativeInt(@__wtoi_l));
writeln('__wtol: ',NativeInt(@__wtol));
writeln('__wtol_l: ',NativeInt(@__wtol_l));
writeln('__wtoll: ',NativeInt(@__wtoll));
writeln('__wtoll_l: ',NativeInt(@__wtoll_l));
writeln('_atof: ',NativeInt(@_atof));
writeln('_atoi: ',NativeInt(@_atoi));
writeln('_atol: ',NativeInt(@_atol));
writeln('_atoll: ',NativeInt(@_atoll));
writeln('_btowc: ',NativeInt(@_btowc));
writeln('_c16rtomb: ',NativeInt(@_c16rtomb));
writeln('_c32rtomb: ',NativeInt(@_c32rtomb));
writeln('_mbrtoc16: ',NativeInt(@_mbrtoc16));
writeln('_mbrtoc32: ',NativeInt(@_mbrtoc32));
writeln('_mbrtowc: ',NativeInt(@_mbrtowc));
writeln('_mbsrtowcs: ',NativeInt(@_mbsrtowcs));
writeln('_mbsrtowcs_s: ',NativeInt(@_mbsrtowcs_s));
writeln('_mbstowcs: ',NativeInt(@_mbstowcs));
writeln('_mbstowcs_s: ',NativeInt(@_mbstowcs_s));
writeln('_mbtowc: ',NativeInt(@_mbtowc));
writeln('_strtod: ',NativeInt(@_strtod));
writeln('_strtof: ',NativeInt(@_strtof));
writeln('_strtoimax: ',NativeInt(@_strtoimax));
writeln('_strtol: ',NativeInt(@_strtol));
writeln('_strtoll: ',NativeInt(@_strtoll));
writeln('_strtoul: ',NativeInt(@_strtoul));
writeln('_strtoull: ',NativeInt(@_strtoull));
writeln('_strtoumax: ',NativeInt(@_strtoumax));
writeln('_wcrtomb: ',NativeInt(@_wcrtomb));
writeln('_wcrtomb_s: ',NativeInt(@_wcrtomb_s));
writeln('_wcsrtombs: ',NativeInt(@_wcsrtombs));
writeln('_wcsrtombs_s: ',NativeInt(@_wcsrtombs_s));
writeln('_wcstod: ',NativeInt(@_wcstod));
writeln('_wcstof: ',NativeInt(@_wcstof));
writeln('_wcstoimax: ',NativeInt(@_wcstoimax));
writeln('_wcstol: ',NativeInt(@_wcstol));
writeln('_wcstoll: ',NativeInt(@_wcstoll));
writeln('_wcstombs: ',NativeInt(@_wcstombs));
writeln('_wcstombs_s: ',NativeInt(@_wcstombs_s));
writeln('_wcstoul: ',NativeInt(@_wcstoul));
writeln('_wcstoull: ',NativeInt(@_wcstoull));
writeln('_wcstoumax: ',NativeInt(@_wcstoumax));
writeln('_wctob: ',NativeInt(@_wctob));
writeln('_wctomb: ',NativeInt(@_wctomb));
writeln('_wctomb_s: ',NativeInt(@_wctomb_s));
writeln('_wctrans: ',NativeInt(@_wctrans));
writeln('___conio_common_vcprintf: ',NativeInt(@___conio_common_vcprintf));
writeln('___conio_common_vcprintf_p: ',NativeInt(@___conio_common_vcprintf_p));
writeln('___conio_common_vcprintf_s: ',NativeInt(@___conio_common_vcprintf_s));
writeln('___conio_common_vcscanf: ',NativeInt(@___conio_common_vcscanf));
writeln('___conio_common_vcwprintf: ',NativeInt(@___conio_common_vcwprintf));
writeln('___conio_common_vcwprintf_p: ',NativeInt(@___conio_common_vcwprintf_p));
writeln('___conio_common_vcwprintf_s: ',NativeInt(@___conio_common_vcwprintf_s));
writeln('___conio_common_vcwscanf: ',NativeInt(@___conio_common_vcwscanf));
writeln('__cgets: ',NativeInt(@__cgets));
writeln('__cgets_s: ',NativeInt(@__cgets_s));
writeln('__cgetws: ',NativeInt(@__cgetws));
writeln('__cgetws_s: ',NativeInt(@__cgetws_s));
writeln('__cputs: ',NativeInt(@__cputs));
writeln('__cputws: ',NativeInt(@__cputws));
writeln('__getch: ',NativeInt(@__getch));
writeln('_getch: ',NativeInt(@_getch));
writeln('__getch_nolock: ',NativeInt(@__getch_nolock));
writeln('__getche: ',NativeInt(@__getche));
writeln('__getche_nolock: ',NativeInt(@__getche_nolock));
writeln('__getwch: ',NativeInt(@__getwch));
writeln('__getwch_nolock: ',NativeInt(@__getwch_nolock));
writeln('__getwche: ',NativeInt(@__getwche));
writeln('__getwche_nolock: ',NativeInt(@__getwche_nolock));
writeln('_getche: ',NativeInt(@_getche));
writeln('__putch: ',NativeInt(@__putch));
writeln('_putch: ',NativeInt(@_putch));
writeln('__putch_nolock: ',NativeInt(@__putch_nolock));
writeln('__putwch: ',NativeInt(@__putwch));
writeln('__putwch_nolock: ',NativeInt(@__putwch_nolock));
writeln('__ungetch: ',NativeInt(@__ungetch));
writeln('__ungetch_nolock: ',NativeInt(@__ungetch_nolock));
writeln('_ungetch: ',NativeInt(@_ungetch));
writeln('__ungetwch: ',NativeInt(@__ungetwch));
writeln('__ungetwch_nolock: ',NativeInt(@__ungetwch_nolock));
{$ENDIF}
except
on E : Exception do Writeln(E.ClassName,': ',E.Message);
end;
end;
end.