unit testlibmsvcrt; interface uses SysUtils,libmsvcrt; procedure test_libmsvcrt; implementation procedure test_libmsvcrt; begin try {$IFDEF WIN64} writeln('_set_errno: ',NativeInt(@_set_errno)); writeln('__p__wcmdln: ',NativeInt(@__p__wcmdln)); writeln('__p__fmode: ',NativeInt(@__p__fmode)); writeln('__p__commode: ',NativeInt(@__p__commode)); writeln('__p__acmdln: ',NativeInt(@__p__acmdln)); writeln('__p___argv: ',NativeInt(@__p___argv)); writeln('_lock_file: ',NativeInt(@_lock_file)); writeln('_ftelli64: ',NativeInt(@_ftelli64)); writeln('sprintf_s: ',NativeInt(@sprintf_s)); writeln('_vswprintf_p: ',NativeInt(@_vswprintf_p)); writeln('_vscwprintf_p: ',NativeInt(@_vscwprintf_p)); writeln('_vscprintf_p: ',NativeInt(@_vscprintf_p)); writeln('_cwprintf_s_l: ',NativeInt(@_cwprintf_s_l)); writeln('_cwprintf_s: ',NativeInt(@_cwprintf_s)); writeln('_cprintf_s_l: ',NativeInt(@_cprintf_s_l)); writeln('_cprintf_s: ',NativeInt(@_cprintf_s)); writeln('_set_purecall_handler: ',NativeInt(@_set_purecall_handler)); writeln('_get_invalid_parameter_handler: ',NativeInt(@_get_invalid_parameter_handler)); writeln('_configthreadlocale: ',NativeInt(@_configthreadlocale)); writeln('frexp: ',NativeInt(@frexp)); writeln('vsnprintf: ',NativeInt(@vsnprintf)); writeln('snprintf: ',NativeInt(@snprintf)); writeln('__acrt_iob_func: ',NativeInt(@__acrt_iob_func)); writeln('_putwc_nolock: ',NativeInt(@_putwc_nolock)); writeln('_putc_nolock: ',NativeInt(@_putc_nolock)); writeln('_getwc_nolock: ',NativeInt(@_getwc_nolock)); writeln('_getc_nolock: ',NativeInt(@_getc_nolock)); writeln('mbrtoc32: ',NativeInt(@mbrtoc32)); writeln('mbrtoc16: ',NativeInt(@mbrtoc16)); writeln('c32rtomb: ',NativeInt(@c32rtomb)); writeln('c16rtomb: ',NativeInt(@c16rtomb)); writeln('_initialize_onexit_table: ',NativeInt(@_initialize_onexit_table)); writeln('mbsinit: ',NativeInt(@mbsinit)); writeln('_CxxThrowException: ',NativeInt(@_CxxThrowException)); writeln('_Getdays: ',NativeInt(@_Getdays)); writeln('_Getmonths: ',NativeInt(@_Getmonths)); writeln('_Gettnames: ',NativeInt(@_Gettnames)); writeln('_Strftime: ',NativeInt(@_Strftime)); writeln('_XcptFilter: ',NativeInt(@_XcptFilter)); writeln('__C_specific_handler: ',NativeInt(@__C_specific_handler)); writeln('__CppXcptFilter: ',NativeInt(@__CppXcptFilter)); writeln('__CxxFrameHandler: ',NativeInt(@__CxxFrameHandler)); writeln('__DestructExceptionObject: ',NativeInt(@__DestructExceptionObject)); writeln('__RTCastToVoid: ',NativeInt(@__RTCastToVoid)); writeln('__RTDynamicCast: ',NativeInt(@__RTDynamicCast)); writeln('__RTtypeid: ',NativeInt(@__RTtypeid)); writeln('__STRINGTOLD: ',NativeInt(@__STRINGTOLD)); writeln('___lc_codepage_func: ',NativeInt(@___lc_codepage_func)); writeln('___lc_collate_cp_func: ',NativeInt(@___lc_collate_cp_func)); writeln('___lc_handle_func: ',NativeInt(@___lc_handle_func)); writeln('___mb_cur_max_func: ',NativeInt(@___mb_cur_max_func)); writeln('___setlc_active_func: ',NativeInt(@___setlc_active_func)); writeln('___unguarded_readlc_active_add_func: ',NativeInt(@___unguarded_readlc_active_add_func)); writeln('__crtCompareStringA: ',NativeInt(@__crtCompareStringA)); writeln('__crtCompareStringW: ',NativeInt(@__crtCompareStringW)); writeln('__crtGetLocaleInfoW: ',NativeInt(@__crtGetLocaleInfoW)); writeln('__crtGetStringTypeW: ',NativeInt(@__crtGetStringTypeW)); writeln('__crtLCMapStringA: ',NativeInt(@__crtLCMapStringA)); writeln('__crtLCMapStringW: ',NativeInt(@__crtLCMapStringW)); writeln('__dllonexit: ',NativeInt(@__dllonexit)); writeln('__doserrno: ',NativeInt(@__doserrno)); writeln('__fpecode: ',NativeInt(@__fpecode)); writeln('__getmainargs: ',NativeInt(@__getmainargs)); writeln('__iob_func: ',NativeInt(@__iob_func)); writeln('__isascii: ',NativeInt(@__isascii)); writeln('__iscsym: ',NativeInt(@__iscsym)); writeln('__iscsymf: ',NativeInt(@__iscsymf)); writeln('isascii: ',NativeInt(@isascii)); writeln('__lconv_init: ',NativeInt(@__lconv_init)); writeln('__pctype_func: ',NativeInt(@__pctype_func)); writeln('__pwctype_func: ',NativeInt(@__pwctype_func)); writeln('__pxcptinfoptrs: ',NativeInt(@__pxcptinfoptrs)); writeln('__set_app_type: ',NativeInt(@__set_app_type)); writeln('__setusermatherr: ',NativeInt(@__setusermatherr)); writeln('__threadhandle: ',NativeInt(@__threadhandle)); writeln('__threadid: ',NativeInt(@__threadid)); writeln('__toascii: ',NativeInt(@__toascii)); writeln('toascii: ',NativeInt(@toascii)); writeln('__unDName: ',NativeInt(@__unDName)); writeln('__unDNameEx: ',NativeInt(@__unDNameEx)); writeln('__uncaught_exception: ',NativeInt(@__uncaught_exception)); writeln('__wcserror: ',NativeInt(@__wcserror)); writeln('__wcserror_s: ',NativeInt(@__wcserror_s)); writeln('__wgetmainargs: ',NativeInt(@__wgetmainargs)); writeln('_abs64: ',NativeInt(@_abs64)); writeln('access: ',NativeInt(@access)); writeln('_access: ',NativeInt(@_access)); writeln('_aligned_free: ',NativeInt(@_aligned_free)); writeln('_aligned_malloc: ',NativeInt(@_aligned_malloc)); writeln('_aligned_offset_malloc: ',NativeInt(@_aligned_offset_malloc)); writeln('_aligned_offset_realloc: ',NativeInt(@_aligned_offset_realloc)); writeln('_aligned_realloc: ',NativeInt(@_aligned_realloc)); writeln('_amsg_exit: ',NativeInt(@_amsg_exit)); writeln('_assert: ',NativeInt(@_assert)); writeln('_atodbl: ',NativeInt(@_atodbl)); writeln('_atodbl_l: ',NativeInt(@_atodbl_l)); writeln('_atof_l: ',NativeInt(@_atof_l)); writeln('_atoflt_l: ',NativeInt(@_atoflt_l)); 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('_beep: ',NativeInt(@_beep)); writeln('_beginthread: ',NativeInt(@_beginthread)); writeln('_beginthreadex: ',NativeInt(@_beginthreadex)); writeln('_c_exit: ',NativeInt(@_c_exit)); writeln('_callnewh: ',NativeInt(@_callnewh)); writeln('_cexit: ',NativeInt(@_cexit)); writeln('_cgets: ',NativeInt(@_cgets)); writeln('_cgetws: ',NativeInt(@_cgetws)); writeln('_chdir: ',NativeInt(@_chdir)); writeln('_chdrive: ',NativeInt(@_chdrive)); writeln('_chgsign: ',NativeInt(@_chgsign)); writeln('_chgsignf: ',NativeInt(@_chgsignf)); writeln('chmod: ',NativeInt(@chmod)); writeln('_chmod: ',NativeInt(@_chmod)); writeln('chsize: ',NativeInt(@chsize)); writeln('_chsize: ',NativeInt(@_chsize)); writeln('_clearfp: ',NativeInt(@_clearfp)); writeln('chgsign: ',NativeInt(@chgsign)); writeln('_close: ',NativeInt(@_close)); writeln('close: ',NativeInt(@close)); writeln('_commit: ',NativeInt(@_commit)); writeln('_control87: ',NativeInt(@_control87)); writeln('_controlfp: ',NativeInt(@_controlfp)); writeln('_copysign: ',NativeInt(@_copysign)); writeln('_copysignf: ',NativeInt(@_copysignf)); writeln('_cprintf: ',NativeInt(@_cprintf)); writeln('_cprintf_l: ',NativeInt(@_cprintf_l)); writeln('_cprintf_p: ',NativeInt(@_cprintf_p)); writeln('_cprintf_p_l: ',NativeInt(@_cprintf_p_l)); writeln('chdir: ',NativeInt(@chdir)); writeln('_cputs: ',NativeInt(@_cputs)); writeln('iscsym: ',NativeInt(@iscsym)); writeln('_cputws: ',NativeInt(@_cputws)); writeln('_creat: ',NativeInt(@_creat)); writeln('creat: ',NativeInt(@creat)); writeln('_cscanf: ',NativeInt(@_cscanf)); writeln('_cscanf_l: ',NativeInt(@_cscanf_l)); writeln('_cscanf_s: ',NativeInt(@_cscanf_s)); writeln('_cscanf_s_l: ',NativeInt(@_cscanf_s_l)); writeln('_ctime64: ',NativeInt(@_ctime64)); writeln('_ctype: ',NativeInt(@_ctype)); writeln('_cwait: ',NativeInt(@_cwait)); writeln('_cwprintf: ',NativeInt(@_cwprintf)); writeln('cwait: ',NativeInt(@cwait)); writeln('_cwprintf_l: ',NativeInt(@_cwprintf_l)); writeln('_cwprintf_p: ',NativeInt(@_cwprintf_p)); writeln('_cwprintf_p_l: ',NativeInt(@_cwprintf_p_l)); writeln('_cwscanf: ',NativeInt(@_cwscanf)); writeln('_cwscanf_l: ',NativeInt(@_cwscanf_l)); writeln('_cwscanf_s: ',NativeInt(@_cwscanf_s)); writeln('_cwscanf_s_l: ',NativeInt(@_cwscanf_s_l)); writeln('_difftime32: ',NativeInt(@_difftime32)); writeln('_difftime64: ',NativeInt(@_difftime64)); writeln('daylight: ',NativeInt(@daylight)); writeln('dup: ',NativeInt(@dup)); writeln('_dup: ',NativeInt(@_dup)); writeln('dup2: ',NativeInt(@dup2)); writeln('_dup2: ',NativeInt(@_dup2)); writeln('_ecvt: ',NativeInt(@_ecvt)); writeln('ecvt: ',NativeInt(@ecvt)); writeln('_ecvt_s: ',NativeInt(@_ecvt_s)); writeln('_endthread: ',NativeInt(@_endthread)); writeln('_endthreadex: ',NativeInt(@_endthreadex)); writeln('_eof: ',NativeInt(@_eof)); writeln('_errno: ',NativeInt(@_errno)); writeln('_execl: ',NativeInt(@_execl)); writeln('_execle: ',NativeInt(@_execle)); writeln('execlp: ',NativeInt(@execlp)); writeln('_execlp: ',NativeInt(@_execlp)); writeln('execle: ',NativeInt(@execle)); writeln('_execlpe: ',NativeInt(@_execlpe)); writeln('execlpe: ',NativeInt(@execlpe)); writeln('execve: ',NativeInt(@execve)); writeln('execv: ',NativeInt(@execv)); writeln('_execve: ',NativeInt(@_execve)); writeln('_execv: ',NativeInt(@_execv)); writeln('eof: ',NativeInt(@eof)); writeln('execl: ',NativeInt(@execl)); writeln('execvp: ',NativeInt(@execvp)); writeln('_execvp: ',NativeInt(@_execvp)); writeln('_execvpe: ',NativeInt(@_execvpe)); writeln('_exit: ',NativeInt(@_exit)); writeln('_expand: ',NativeInt(@_expand)); writeln('_fcloseall: ',NativeInt(@_fcloseall)); writeln('execvpe: ',NativeInt(@execvpe)); writeln('fcvt: ',NativeInt(@fcvt)); writeln('_fcvt: ',NativeInt(@_fcvt)); writeln('_fcvt_s: ',NativeInt(@_fcvt_s)); writeln('_fdopen: ',NativeInt(@_fdopen)); writeln('_fgetchar: ',NativeInt(@_fgetchar)); writeln('_fgetwchar: ',NativeInt(@_fgetwchar)); writeln('fgetwchar: ',NativeInt(@fgetwchar)); writeln('fgetchar: ',NativeInt(@fgetchar)); writeln('fdopen: ',NativeInt(@fdopen)); writeln('_filbuf: ',NativeInt(@_filbuf)); writeln('filelength: ',NativeInt(@filelength)); writeln('_filelength: ',NativeInt(@_filelength)); writeln('_filelengthi64: ',NativeInt(@_filelengthi64)); writeln('_fileno: ',NativeInt(@_fileno)); writeln('_findclose: ',NativeInt(@_findclose)); writeln('fileno: ',NativeInt(@fileno)); writeln('_findfirst64i32: ',NativeInt(@_findfirst64i32)); writeln('_findfirst: ',NativeInt(@_findfirst)); writeln('_findfirst64: ',NativeInt(@_findfirst64)); writeln('_findfirsti64: ',NativeInt(@_findfirsti64)); writeln('_findnext64i32: ',NativeInt(@_findnext64i32)); writeln('_findnext: ',NativeInt(@_findnext)); writeln('_findnext64: ',NativeInt(@_findnext64)); writeln('_findnexti64: ',NativeInt(@_findnexti64)); writeln('finite: ',NativeInt(@finite)); writeln('_finite: ',NativeInt(@_finite)); writeln('_finitef: ',NativeInt(@_finitef)); writeln('_flushall: ',NativeInt(@_flushall)); writeln('_flsbuf: ',NativeInt(@_flsbuf)); writeln('fpclass: ',NativeInt(@fpclass)); writeln('_fpclass: ',NativeInt(@_fpclass)); writeln('_fpclassf: ',NativeInt(@_fpclassf)); writeln('_fprintf_l: ',NativeInt(@_fprintf_l)); writeln('_fprintf_p: ',NativeInt(@_fprintf_p)); writeln('_fprintf_p_l: ',NativeInt(@_fprintf_p_l)); writeln('_fprintf_s_l: ',NativeInt(@_fprintf_s_l)); writeln('_fputchar: ',NativeInt(@_fputchar)); writeln('fputwchar: ',NativeInt(@fputwchar)); writeln('_fputwchar: ',NativeInt(@_fputwchar)); writeln('_fscanf_l: ',NativeInt(@_fscanf_l)); writeln('_fscanf_s_l: ',NativeInt(@_fscanf_s_l)); writeln('_fsopen: ',NativeInt(@_fsopen)); writeln('fputchar: ',NativeInt(@fputchar)); writeln('_fstat: ',NativeInt(@_fstat)); writeln('_fstat64: ',NativeInt(@_fstat64)); writeln('_fstati64: ',NativeInt(@_fstati64)); writeln('_ftime: ',NativeInt(@_ftime)); writeln('_ftime32: ',NativeInt(@_ftime32)); writeln('_ftime32_s: ',NativeInt(@_ftime32_s)); writeln('_ftime64: ',NativeInt(@_ftime64)); writeln('_ftime64_s: ',NativeInt(@_ftime64_s)); writeln('_fullpath: ',NativeInt(@_fullpath)); writeln('_fstat64i32: ',NativeInt(@_fstat64i32)); writeln('_ftime_s: ',NativeInt(@_ftime_s)); writeln('_futime: ',NativeInt(@_futime)); writeln('_futime32: ',NativeInt(@_futime32)); writeln('_futime64: ',NativeInt(@_futime64)); writeln('_fwprintf_l: ',NativeInt(@_fwprintf_l)); writeln('_fwprintf_p: ',NativeInt(@_fwprintf_p)); writeln('_fwprintf_p_l: ',NativeInt(@_fwprintf_p_l)); writeln('_fwprintf_s_l: ',NativeInt(@_fwprintf_s_l)); writeln('_fwscanf_l: ',NativeInt(@_fwscanf_l)); writeln('_fwscanf_s_l: ',NativeInt(@_fwscanf_s_l)); writeln('_gcvt: ',NativeInt(@_gcvt)); writeln('gcvt: ',NativeInt(@gcvt)); writeln('_gcvt_s: ',NativeInt(@_gcvt_s)); writeln('_get_heap_handle: ',NativeInt(@_get_heap_handle)); writeln('_get_osfhandle: ',NativeInt(@_get_osfhandle)); writeln('_get_sbh_threshold: ',NativeInt(@_get_sbh_threshold)); writeln('_getch: ',NativeInt(@_getch)); writeln('getche: ',NativeInt(@getche)); writeln('_getche: ',NativeInt(@_getche)); writeln('_getcwd: ',NativeInt(@_getcwd)); writeln('_getdcwd: ',NativeInt(@_getdcwd)); writeln('_getdiskfree: ',NativeInt(@_getdiskfree)); writeln('getcwd: ',NativeInt(@getcwd)); writeln('_getdllprocaddr: ',NativeInt(@_getdllprocaddr)); writeln('getch: ',NativeInt(@getch)); writeln('_getdrive: ',NativeInt(@_getdrive)); writeln('_getdrives: ',NativeInt(@_getdrives)); writeln('_getmaxstdio: ',NativeInt(@_getmaxstdio)); writeln('_getmbcp: ',NativeInt(@_getmbcp)); writeln('getpid: ',NativeInt(@getpid)); writeln('_getpid: ',NativeInt(@_getpid)); writeln('_getsystime: ',NativeInt(@_getsystime)); writeln('getw: ',NativeInt(@getw)); writeln('_getw: ',NativeInt(@_getw)); writeln('_getwch: ',NativeInt(@_getwch)); writeln('_getwche: ',NativeInt(@_getwche)); writeln('_getws: ',NativeInt(@_getws)); writeln('_gmtime32: ',NativeInt(@_gmtime32)); writeln('_gmtime64: ',NativeInt(@_gmtime64)); writeln('_heapadd: ',NativeInt(@_heapadd)); writeln('_heapchk: ',NativeInt(@_heapchk)); writeln('_heapmin: ',NativeInt(@_heapmin)); writeln('_heapset: ',NativeInt(@_heapset)); writeln('_heapused: ',NativeInt(@_heapused)); writeln('hypot: ',NativeInt(@hypot)); writeln('heapwalk: ',NativeInt(@heapwalk)); writeln('_hypotf: ',NativeInt(@_hypotf)); writeln('_i64toa: ',NativeInt(@_i64toa)); writeln('_i64toa_s: ',NativeInt(@_i64toa_s)); writeln('_i64tow: ',NativeInt(@_i64tow)); writeln('_i64tow_s: ',NativeInt(@_i64tow_s)); writeln('_initterm: ',NativeInt(@_initterm)); writeln('_hypot: ',NativeInt(@_hypot)); writeln('_heapwalk: ',NativeInt(@_heapwalk)); writeln('_isalnum_l: ',NativeInt(@_isalnum_l)); writeln('_isalpha_l: ',NativeInt(@_isalpha_l)); writeln('isatty: ',NativeInt(@isatty)); writeln('_isatty: ',NativeInt(@_isatty)); 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('_ismbbalnum: ',NativeInt(@_ismbbalnum)); writeln('_ismbbalnum_l: ',NativeInt(@_ismbbalnum_l)); writeln('_ismbbalpha: ',NativeInt(@_ismbbalpha)); writeln('_ismbbalpha_l: ',NativeInt(@_ismbbalpha_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('_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('_isnan: ',NativeInt(@_isnan)); writeln('_isnanf: ',NativeInt(@_isnanf)); writeln('_isprint_l: ',NativeInt(@_isprint_l)); writeln('_isspace_l: ',NativeInt(@_isspace_l)); writeln('_isupper_l: ',NativeInt(@_isupper_l)); writeln('_iswalnum_l: ',NativeInt(@_iswalnum_l)); writeln('_iswalpha_l: ',NativeInt(@_iswalpha_l)); writeln('_iswcntrl_l: ',NativeInt(@_iswcntrl_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('_itoa: ',NativeInt(@_itoa)); writeln('_itoa_s: ',NativeInt(@_itoa_s)); writeln('_itow: ',NativeInt(@_itow)); writeln('_itow_s: ',NativeInt(@_itow_s)); writeln('j0: ',NativeInt(@j0)); writeln('j1: ',NativeInt(@j1)); writeln('_jn: ',NativeInt(@_jn)); writeln('jn: ',NativeInt(@jn)); writeln('kbhit: ',NativeInt(@kbhit)); writeln('_kbhit: ',NativeInt(@_kbhit)); writeln('_j1: ',NativeInt(@_j1)); writeln('_j0: ',NativeInt(@_j0)); writeln('lfind: ',NativeInt(@lfind)); writeln('_lfind: ',NativeInt(@_lfind)); writeln('_lfind_s: ',NativeInt(@_lfind_s)); writeln('_loaddll: ',NativeInt(@_loaddll)); writeln('_local_unwind: ',NativeInt(@_local_unwind)); writeln('_localtime32: ',NativeInt(@_localtime32)); writeln('_localtime64: ',NativeInt(@_localtime64)); writeln('_lock: ',NativeInt(@_lock)); writeln('_locking: ',NativeInt(@_locking)); writeln('_logb: ',NativeInt(@_logb)); writeln('_logbf: ',NativeInt(@_logbf)); writeln('_lrotl: ',NativeInt(@_lrotl)); writeln('_lrotr: ',NativeInt(@_lrotr)); writeln('lsearch: ',NativeInt(@lsearch)); writeln('_lsearch: ',NativeInt(@_lsearch)); writeln('_lsearch_s: ',NativeInt(@_lsearch_s)); writeln('_lseek: ',NativeInt(@_lseek)); writeln('lseek: ',NativeInt(@lseek)); writeln('itoa: ',NativeInt(@itoa)); writeln('_lseeki64: ',NativeInt(@_lseeki64)); writeln('ltoa: ',NativeInt(@ltoa)); writeln('_ltoa: ',NativeInt(@_ltoa)); writeln('_ltoa_s: ',NativeInt(@_ltoa_s)); writeln('_ltow: ',NativeInt(@_ltow)); writeln('_ltow_s: ',NativeInt(@_ltow_s)); writeln('_makepath: ',NativeInt(@_makepath)); writeln('_makepath_s: ',NativeInt(@_makepath_s)); writeln('_mbbtombc: ',NativeInt(@_mbbtombc)); writeln('_mbbtombc_l: ',NativeInt(@_mbbtombc_l)); writeln('_mbbtype: ',NativeInt(@_mbbtype)); 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: ',NativeInt(@_mbscat)); 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: ',NativeInt(@_mbscpy)); 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('memccpy: ',NativeInt(@memccpy)); writeln('_memccpy: ',NativeInt(@_memccpy)); writeln('_memicmp: ',NativeInt(@_memicmp)); writeln('_memicmp_l: ',NativeInt(@_memicmp_l)); writeln('_mkdir: ',NativeInt(@_mkdir)); writeln('_mkgmtime: ',NativeInt(@_mkgmtime)); writeln('_mkgmtime32: ',NativeInt(@_mkgmtime32)); writeln('_mkgmtime64: ',NativeInt(@_mkgmtime64)); writeln('mktemp: ',NativeInt(@mktemp)); writeln('_mktemp: ',NativeInt(@_mktemp)); writeln('_mktime64: ',NativeInt(@_mktime64)); writeln('_msize: ',NativeInt(@_msize)); writeln('_nextafter: ',NativeInt(@_nextafter)); writeln('_nextafterf: ',NativeInt(@_nextafterf)); writeln('_onexit: ',NativeInt(@_onexit)); writeln('nextafter: ',NativeInt(@nextafter)); writeln('mkdir: ',NativeInt(@mkdir)); writeln('open: ',NativeInt(@open)); writeln('_open: ',NativeInt(@_open)); writeln('_open_osfhandle: ',NativeInt(@_open_osfhandle)); writeln('_pclose: ',NativeInt(@_pclose)); writeln('pclose: ',NativeInt(@pclose)); writeln('_pipe: ',NativeInt(@_pipe)); writeln('_popen: ',NativeInt(@_popen)); writeln('popen: ',NativeInt(@popen)); writeln('_printf_l: ',NativeInt(@_printf_l)); writeln('_printf_p: ',NativeInt(@_printf_p)); writeln('_printf_p_l: ',NativeInt(@_printf_p_l)); writeln('_printf_s_l: ',NativeInt(@_printf_s_l)); writeln('_purecall: ',NativeInt(@_purecall)); writeln('_putch: ',NativeInt(@_putch)); writeln('_putenv: ',NativeInt(@_putenv)); writeln('_putenv_s: ',NativeInt(@_putenv_s)); writeln('putenv: ',NativeInt(@putenv)); writeln('putw: ',NativeInt(@putw)); writeln('_putw: ',NativeInt(@_putw)); writeln('_putwch: ',NativeInt(@_putwch)); writeln('putch: ',NativeInt(@putch)); writeln('_putws: ',NativeInt(@_putws)); writeln('_read: ',NativeInt(@_read)); writeln('read: ',NativeInt(@read)); writeln('_resetstkoflw: ',NativeInt(@_resetstkoflw)); writeln('_rmdir: ',NativeInt(@_rmdir)); writeln('_rmtmp: ',NativeInt(@_rmtmp)); writeln('_rotl: ',NativeInt(@_rotl)); writeln('_rotl64: ',NativeInt(@_rotl64)); writeln('_rotr: ',NativeInt(@_rotr)); writeln('_rotr64: ',NativeInt(@_rotr64)); writeln('_scalb: ',NativeInt(@_scalb)); writeln('_scalbf: ',NativeInt(@_scalbf)); writeln('rmtmp: ',NativeInt(@rmtmp)); writeln('rmdir: ',NativeInt(@rmdir)); writeln('_scanf_l: ',NativeInt(@_scanf_l)); writeln('_scanf_s_l: ',NativeInt(@_scanf_s_l)); writeln('_scprintf: ',NativeInt(@_scprintf)); writeln('memicmp: ',NativeInt(@memicmp)); writeln('_scprintf_l: ',NativeInt(@_scprintf_l)); writeln('_scprintf_p_l: ',NativeInt(@_scprintf_p_l)); writeln('_scwprintf: ',NativeInt(@_scwprintf)); writeln('_scwprintf_l: ',NativeInt(@_scwprintf_l)); writeln('_scwprintf_p_l: ',NativeInt(@_scwprintf_p_l)); writeln('searchenv: ',NativeInt(@searchenv)); writeln('_searchenv: ',NativeInt(@_searchenv)); writeln('_searchenv_s: ',NativeInt(@_searchenv_s)); writeln('_set_error_mode: ',NativeInt(@_set_error_mode)); writeln('_set_sbh_threshold: ',NativeInt(@_set_sbh_threshold)); writeln('_seterrormode: ',NativeInt(@_seterrormode)); writeln('_setjmp: ',NativeInt(@_setjmp)); writeln('_setjmpex: ',NativeInt(@_setjmpex)); writeln('_setmaxstdio: ',NativeInt(@_setmaxstdio)); writeln('_setmbcp: ',NativeInt(@_setmbcp)); writeln('setmode: ',NativeInt(@setmode)); writeln('_setmode: ',NativeInt(@_setmode)); writeln('_setsystime: ',NativeInt(@_setsystime)); writeln('_sleep: ',NativeInt(@_sleep)); writeln('_snprintf: ',NativeInt(@_snprintf)); writeln('_snprintf_c: ',NativeInt(@_snprintf_c)); writeln('_snprintf_c_l: ',NativeInt(@_snprintf_c_l)); writeln('_snprintf_l: ',NativeInt(@_snprintf_l)); writeln('_snprintf_s: ',NativeInt(@_snprintf_s)); writeln('_snprintf_s_l: ',NativeInt(@_snprintf_s_l)); writeln('_snscanf: ',NativeInt(@_snscanf)); writeln('_snscanf_l: ',NativeInt(@_snscanf_l)); writeln('_snscanf_s: ',NativeInt(@_snscanf_s)); writeln('_snscanf_s_l: ',NativeInt(@_snscanf_s_l)); writeln('snwprintf: ',NativeInt(@snwprintf)); writeln('_snwprintf: ',NativeInt(@_snwprintf)); writeln('_snwprintf_l: ',NativeInt(@_snwprintf_l)); writeln('_snwprintf_s: ',NativeInt(@_snwprintf_s)); writeln('_snwprintf_s_l: ',NativeInt(@_snwprintf_s_l)); writeln('_snwscanf: ',NativeInt(@_snwscanf)); writeln('_snwscanf_l: ',NativeInt(@_snwscanf_l)); writeln('_snwscanf_s: ',NativeInt(@_snwscanf_s)); writeln('_snwscanf_s_l: ',NativeInt(@_snwscanf_s_l)); writeln('sopen: ',NativeInt(@sopen)); writeln('_sopen: ',NativeInt(@_sopen)); writeln('_spawnl: ',NativeInt(@_spawnl)); writeln('spawnl: ',NativeInt(@spawnl)); writeln('_spawnle: ',NativeInt(@_spawnle)); writeln('spawnlp: ',NativeInt(@spawnlp)); writeln('_spawnlp: ',NativeInt(@_spawnlp)); writeln('_spawnlpe: ',NativeInt(@_spawnlpe)); writeln('_spawnv: ',NativeInt(@_spawnv)); writeln('spawnve: ',NativeInt(@spawnve)); writeln('_spawnve: ',NativeInt(@_spawnve)); writeln('spawnle: ',NativeInt(@spawnle)); writeln('spawnv: ',NativeInt(@spawnv)); writeln('_spawnvp: ',NativeInt(@_spawnvp)); writeln('spawnvpe: ',NativeInt(@spawnvpe)); writeln('_spawnvpe: ',NativeInt(@_spawnvpe)); writeln('_splitpath: ',NativeInt(@_splitpath)); writeln('_splitpath_s: ',NativeInt(@_splitpath_s)); writeln('_sprintf_l: ',NativeInt(@_sprintf_l)); writeln('_sprintf_p_l: ',NativeInt(@_sprintf_p_l)); writeln('_sprintf_s_l: ',NativeInt(@_sprintf_s_l)); writeln('_sscanf_l: ',NativeInt(@_sscanf_l)); writeln('_sscanf_s_l: ',NativeInt(@_sscanf_s_l)); writeln('_stat64i32: ',NativeInt(@_stat64i32)); writeln('_stat: ',NativeInt(@_stat)); writeln('_stat64: ',NativeInt(@_stat64)); writeln('_stati64: ',NativeInt(@_stati64)); writeln('_statusfp: ',NativeInt(@_statusfp)); writeln('strcmpi: ',NativeInt(@strcmpi)); writeln('_strcmpi: ',NativeInt(@_strcmpi)); writeln('_strcoll_l: ',NativeInt(@_strcoll_l)); writeln('_strdate: ',NativeInt(@_strdate)); writeln('_strerror: ',NativeInt(@_strerror)); writeln('_strerror_s: ',NativeInt(@_strerror_s)); writeln('_stricmp: ',NativeInt(@_stricmp)); writeln('strcasecmp: ',NativeInt(@strcasecmp)); writeln('strdup: ',NativeInt(@strdup)); writeln('_strdup: ',NativeInt(@_strdup)); writeln('_stricmp_l: ',NativeInt(@_stricmp_l)); writeln('stricoll: ',NativeInt(@stricoll)); writeln('_stricoll: ',NativeInt(@_stricoll)); writeln('stricmp: ',NativeInt(@stricmp)); 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('spawnvp: ',NativeInt(@spawnvp)); writeln('spawnlpe: ',NativeInt(@spawnlpe)); writeln('_strlwr_s_l: ',NativeInt(@_strlwr_s_l)); writeln('_strncoll: ',NativeInt(@_strncoll)); writeln('_strncoll_l: ',NativeInt(@_strncoll_l)); writeln('_strnicmp: ',NativeInt(@_strnicmp)); writeln('_strnicmp_l: ',NativeInt(@_strnicmp_l)); writeln('_strnicoll: ',NativeInt(@_strnicoll)); writeln('_strnicoll_l: ',NativeInt(@_strnicoll_l)); writeln('strnicmp: ',NativeInt(@strnicmp)); writeln('_strnset: ',NativeInt(@_strnset)); writeln('strnset: ',NativeInt(@strnset)); writeln('_strnset_s: ',NativeInt(@_strnset_s)); writeln('_strrev: ',NativeInt(@_strrev)); writeln('_strset: ',NativeInt(@_strset)); writeln('strrev: ',NativeInt(@strrev)); writeln('strset: ',NativeInt(@strset)); writeln('_strset_s: ',NativeInt(@_strset_s)); writeln('_strtime: ',NativeInt(@_strtime)); writeln('_strtod_l: ',NativeInt(@_strtod_l)); writeln('_strtoi64: ',NativeInt(@_strtoi64)); writeln('_strtoi64_l: ',NativeInt(@_strtoi64_l)); writeln('_strtol_l: ',NativeInt(@_strtol_l)); writeln('_strtoui64: ',NativeInt(@_strtoui64)); writeln('_strtoui64_l: ',NativeInt(@_strtoui64_l)); writeln('strncasecmp: ',NativeInt(@strncasecmp)); writeln('_strtoul_l: ',NativeInt(@_strtoul_l)); 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('_swab: ',NativeInt(@_swab)); writeln('_swprintf_c: ',NativeInt(@_swprintf_c)); writeln('swab: ',NativeInt(@swab)); writeln('strupr: ',NativeInt(@strupr)); writeln('_swprintf_c_l: ',NativeInt(@_swprintf_c_l)); writeln('_swprintf_p_l: ',NativeInt(@_swprintf_p_l)); writeln('_swprintf_s_l: ',NativeInt(@_swprintf_s_l)); writeln('_swscanf_l: ',NativeInt(@_swscanf_l)); writeln('_swscanf_s_l: ',NativeInt(@_swscanf_s_l)); writeln('tell: ',NativeInt(@tell)); writeln('_tell: ',NativeInt(@_tell)); writeln('_telli64: ',NativeInt(@_telli64)); writeln('tempnam: ',NativeInt(@tempnam)); writeln('_tempnam: ',NativeInt(@_tempnam)); writeln('_time64: ',NativeInt(@_time64)); writeln('timezone: ',NativeInt(@timezone)); 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('tzname: ',NativeInt(@tzname)); writeln('tzset: ',NativeInt(@tzset)); writeln('_tzset: ',NativeInt(@_tzset)); 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('_umask: ',NativeInt(@_umask)); writeln('_ungetch: ',NativeInt(@_ungetch)); writeln('_ungetwch: ',NativeInt(@_ungetwch)); writeln('ungetch: ',NativeInt(@ungetch)); writeln('_unlink: ',NativeInt(@_unlink)); writeln('_unloaddll: ',NativeInt(@_unloaddll)); writeln('unlink: ',NativeInt(@unlink)); writeln('_unlock: ',NativeInt(@_unlock)); writeln('utime: ',NativeInt(@utime)); writeln('_utime: ',NativeInt(@_utime)); writeln('_utime32: ',NativeInt(@_utime32)); writeln('_utime64: ',NativeInt(@_utime64)); writeln('_vcprintf: ',NativeInt(@_vcprintf)); writeln('umask: ',NativeInt(@umask)); writeln('_vcprintf_l: ',NativeInt(@_vcprintf_l)); writeln('_vcprintf_p: ',NativeInt(@_vcprintf_p)); writeln('_vcprintf_p_l: ',NativeInt(@_vcprintf_p_l)); writeln('_vcwprintf: ',NativeInt(@_vcwprintf)); writeln('_vcwprintf_l: ',NativeInt(@_vcwprintf_l)); writeln('_vcwprintf_p: ',NativeInt(@_vcwprintf_p)); writeln('_vcwprintf_p_l: ',NativeInt(@_vcwprintf_p_l)); writeln('_vfprintf_l: ',NativeInt(@_vfprintf_l)); writeln('_vfprintf_p: ',NativeInt(@_vfprintf_p)); writeln('_vfprintf_p_l: ',NativeInt(@_vfprintf_p_l)); writeln('_vfprintf_s_l: ',NativeInt(@_vfprintf_s_l)); writeln('_vfwprintf_l: ',NativeInt(@_vfwprintf_l)); writeln('_vfwprintf_p: ',NativeInt(@_vfwprintf_p)); writeln('_vfwprintf_p_l: ',NativeInt(@_vfwprintf_p_l)); writeln('_vfwprintf_s_l: ',NativeInt(@_vfwprintf_s_l)); writeln('_vprintf_l: ',NativeInt(@_vprintf_l)); writeln('_vprintf_p: ',NativeInt(@_vprintf_p)); writeln('_vprintf_p_l: ',NativeInt(@_vprintf_p_l)); writeln('_vprintf_s_l: ',NativeInt(@_vprintf_s_l)); writeln('_vscprintf: ',NativeInt(@_vscprintf)); writeln('_vscprintf_l: ',NativeInt(@_vscprintf_l)); writeln('_vscprintf_p_l: ',NativeInt(@_vscprintf_p_l)); writeln('_vscwprintf: ',NativeInt(@_vscwprintf)); writeln('_vscwprintf_l: ',NativeInt(@_vscwprintf_l)); writeln('_vscwprintf_p_l: ',NativeInt(@_vscwprintf_p_l)); writeln('_vsnprintf: ',NativeInt(@_vsnprintf)); writeln('_vsnprintf_c: ',NativeInt(@_vsnprintf_c)); writeln('_vsnprintf_c_l: ',NativeInt(@_vsnprintf_c_l)); writeln('_vsnprintf_l: ',NativeInt(@_vsnprintf_l)); writeln('_vsnprintf_s: ',NativeInt(@_vsnprintf_s)); writeln('_vsnprintf_s_l: ',NativeInt(@_vsnprintf_s_l)); writeln('_vsnwprintf_l: ',NativeInt(@_vsnwprintf_l)); writeln('_vsnwprintf_s: ',NativeInt(@_vsnwprintf_s)); writeln('_vsnwprintf_s_l: ',NativeInt(@_vsnwprintf_s_l)); writeln('vsnwprintf: ',NativeInt(@vsnwprintf)); writeln('_vsnwprintf: ',NativeInt(@_vsnwprintf)); writeln('vsnprintf_s: ',NativeInt(@vsnprintf_s)); writeln('_vsprintf_l: ',NativeInt(@_vsprintf_l)); writeln('_vsprintf_p: ',NativeInt(@_vsprintf_p)); writeln('_vsprintf_p_l: ',NativeInt(@_vsprintf_p_l)); writeln('_vsprintf_s_l: ',NativeInt(@_vsprintf_s_l)); writeln('_vswprintf: ',NativeInt(@_vswprintf)); writeln('_vswprintf_c: ',NativeInt(@_vswprintf_c)); writeln('_vswprintf_c_l: ',NativeInt(@_vswprintf_c_l)); writeln('_vswprintf_l: ',NativeInt(@_vswprintf_l)); writeln('_vswprintf_p_l: ',NativeInt(@_vswprintf_p_l)); writeln('_vswprintf_s_l: ',NativeInt(@_vswprintf_s_l)); writeln('_vwprintf_l: ',NativeInt(@_vwprintf_l)); writeln('_vwprintf_p: ',NativeInt(@_vwprintf_p)); writeln('_vwprintf_p_l: ',NativeInt(@_vwprintf_p_l)); writeln('_vwprintf_s_l: ',NativeInt(@_vwprintf_s_l)); writeln('_waccess: ',NativeInt(@_waccess)); writeln('_wasctime: ',NativeInt(@_wasctime)); writeln('_wassert: ',NativeInt(@_wassert)); writeln('_wchdir: ',NativeInt(@_wchdir)); writeln('_wchmod: ',NativeInt(@_wchmod)); writeln('_wcreat: ',NativeInt(@_wcreat)); writeln('_wcscoll_l: ',NativeInt(@_wcscoll_l)); writeln('wcsdup: ',NativeInt(@wcsdup)); writeln('_wcsdup: ',NativeInt(@_wcsdup)); writeln('_wcserror: ',NativeInt(@_wcserror)); writeln('_wcserror_s: ',NativeInt(@_wcserror_s)); writeln('_wcsftime_l: ',NativeInt(@_wcsftime_l)); writeln('_wcsicmp: ',NativeInt(@_wcsicmp)); writeln('wcsicmp: ',NativeInt(@wcsicmp)); writeln('wcscmpi: ',NativeInt(@wcscmpi)); 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_l: ',NativeInt(@_wcslwr_l)); writeln('_wcslwr_s: ',NativeInt(@_wcslwr_s)); writeln('_wcslwr_s_l: ',NativeInt(@_wcslwr_s_l)); writeln('wcslwr: ',NativeInt(@wcslwr)); 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: ',NativeInt(@wcsnset)); writeln('_wcsnset_s: ',NativeInt(@_wcsnset_s)); writeln('_wcsrev: ',NativeInt(@_wcsrev)); writeln('wcsset: ',NativeInt(@wcsset)); writeln('_wcsset: ',NativeInt(@_wcsset)); writeln('_wcsset_s: ',NativeInt(@_wcsset_s)); writeln('_wcstoi64: ',NativeInt(@_wcstoi64)); writeln('_wcstoi64_l: ',NativeInt(@_wcstoi64_l)); writeln('_wcstol_l: ',NativeInt(@_wcstol_l)); writeln('wcsrev: ',NativeInt(@wcsrev)); 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('wcsupr: ',NativeInt(@wcsupr)); writeln('_wcsupr: ',NativeInt(@_wcsupr)); 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('_wctime: ',NativeInt(@_wctime)); writeln('_wctime64: ',NativeInt(@_wctime64)); writeln('_wctomb_l: ',NativeInt(@_wctomb_l)); writeln('_wctomb_s_l: ',NativeInt(@_wctomb_s_l)); writeln('_wctype: ',NativeInt(@_wctype)); 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('_wfdopen: ',NativeInt(@_wfdopen)); writeln('_wfindfirst64i32: ',NativeInt(@_wfindfirst64i32)); writeln('_wfindfirst: ',NativeInt(@_wfindfirst)); writeln('_wfindfirst64: ',NativeInt(@_wfindfirst64)); writeln('_wfindfirsti64: ',NativeInt(@_wfindfirsti64)); writeln('_wfindnext: ',NativeInt(@_wfindnext)); writeln('_wfindnext64i32: ',NativeInt(@_wfindnext64i32)); writeln('_wfindnext64: ',NativeInt(@_wfindnext64)); writeln('_wfindnexti64: ',NativeInt(@_wfindnexti64)); 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('_wfullpath: ',NativeInt(@_wfullpath)); writeln('_wgetcwd: ',NativeInt(@_wgetcwd)); writeln('_wgetdcwd: ',NativeInt(@_wgetdcwd)); writeln('_wgetenv: ',NativeInt(@_wgetenv)); writeln('_wgetenv_s: ',NativeInt(@_wgetenv_s)); writeln('_winput_s: ',NativeInt(@_winput_s)); writeln('_wmakepath: ',NativeInt(@_wmakepath)); writeln('_wmakepath_s: ',NativeInt(@_wmakepath_s)); writeln('_wmkdir: ',NativeInt(@_wmkdir)); writeln('_wmktemp: ',NativeInt(@_wmktemp)); writeln('_wopen: ',NativeInt(@_wopen)); writeln('_woutput_s: ',NativeInt(@_woutput_s)); writeln('_wperror: ',NativeInt(@_wperror)); writeln('wpopen: ',NativeInt(@wpopen)); writeln('_wpopen: ',NativeInt(@_wpopen)); writeln('_wprintf_l: ',NativeInt(@_wprintf_l)); writeln('_wprintf_p: ',NativeInt(@_wprintf_p)); writeln('time: ',NativeInt(@time)); writeln('_wprintf_p_l: ',NativeInt(@_wprintf_p_l)); writeln('_wprintf_s_l: ',NativeInt(@_wprintf_s_l)); writeln('_wputenv: ',NativeInt(@_wputenv)); writeln('_wputenv_s: ',NativeInt(@_wputenv_s)); writeln('_wremove: ',NativeInt(@_wremove)); writeln('_wrename: ',NativeInt(@_wrename)); writeln('_write: ',NativeInt(@_write)); writeln('_wrmdir: ',NativeInt(@_wrmdir)); writeln('_wscanf_l: ',NativeInt(@_wscanf_l)); writeln('_wscanf_s_l: ',NativeInt(@_wscanf_s_l)); writeln('_wsearchenv: ',NativeInt(@_wsearchenv)); writeln('_wsearchenv_s: ',NativeInt(@_wsearchenv_s)); writeln('_wsetlocale: ',NativeInt(@_wsetlocale)); writeln('_wsopen: ',NativeInt(@_wsopen)); writeln('_wsopen_s: ',NativeInt(@_wsopen_s)); 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('_wsplitpath: ',NativeInt(@_wsplitpath)); writeln('_wsplitpath_s: ',NativeInt(@_wsplitpath_s)); writeln('_wstat64i32: ',NativeInt(@_wstat64i32)); writeln('_wstat: ',NativeInt(@_wstat)); writeln('_wstat64: ',NativeInt(@_wstat64)); writeln('_wstati64: ',NativeInt(@_wstati64)); writeln('_wstrdate: ',NativeInt(@_wstrdate)); writeln('_wstrtime: ',NativeInt(@_wstrtime)); writeln('_wsystem: ',NativeInt(@_wsystem)); writeln('_wtempnam: ',NativeInt(@_wtempnam)); writeln('_wtmpnam: ',NativeInt(@_wtmpnam)); writeln('_wtmpnam_s: ',NativeInt(@_wtmpnam_s)); 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('_wunlink: ',NativeInt(@_wunlink)); writeln('_wutime: ',NativeInt(@_wutime)); writeln('_wutime32: ',NativeInt(@_wutime32)); writeln('_wutime64: ',NativeInt(@_wutime64)); writeln('_y0: ',NativeInt(@_y0)); writeln('y0: ',NativeInt(@y0)); writeln('y1: ',NativeInt(@y1)); writeln('_y1: ',NativeInt(@_y1)); writeln('_yn: ',NativeInt(@_yn)); writeln('abort: ',NativeInt(@abort)); writeln('abs: ',NativeInt(@abs)); writeln('acos: ',NativeInt(@acos)); writeln('yn: ',NativeInt(@yn)); writeln('asctime: ',NativeInt(@asctime)); writeln('asin: ',NativeInt(@asin)); writeln('atan: ',NativeInt(@atan)); writeln('atof: ',NativeInt(@atof)); writeln('atoi: ',NativeInt(@atoi)); writeln('atol: ',NativeInt(@atol)); writeln('bsearch: ',NativeInt(@bsearch)); writeln('bsearch_s: ',NativeInt(@bsearch_s)); writeln('calloc: ',NativeInt(@calloc)); writeln('clearerr: ',NativeInt(@clearerr)); writeln('clearerr_s: ',NativeInt(@clearerr_s)); writeln('clock: ',NativeInt(@clock)); writeln('cosh: ',NativeInt(@cosh)); writeln('ctime: ',NativeInt(@ctime)); writeln('difftime: ',NativeInt(@difftime)); writeln('div: ',NativeInt(@div)); writeln('exit: ',NativeInt(@exit)); writeln('__ms_fwscanf: ',NativeInt(@__ms_fwscanf)); 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('__ms_fprintf: ',NativeInt(@__ms_fprintf)); writeln('fprintf: ',NativeInt(@fprintf)); writeln('fprintf_s: ',NativeInt(@fprintf_s)); writeln('fputc: ',NativeInt(@fputc)); writeln('fputs: ',NativeInt(@fputs)); writeln('fputwc: ',NativeInt(@fputwc)); writeln('fputws: ',NativeInt(@fputws)); writeln('fread: ',NativeInt(@fread)); writeln('free: ',NativeInt(@free)); writeln('freopen: ',NativeInt(@freopen)); writeln('freopen_s: ',NativeInt(@freopen_s)); writeln('__ms_fscanf: ',NativeInt(@__ms_fscanf)); writeln('fscanf: ',NativeInt(@fscanf)); writeln('fscanf_s: ',NativeInt(@fscanf_s)); writeln('__ms_fwprintf: ',NativeInt(@__ms_fwprintf)); writeln('fseek: ',NativeInt(@fseek)); writeln('fsetpos: ',NativeInt(@fsetpos)); writeln('ftell: ',NativeInt(@ftell)); writeln('fwprintf: ',NativeInt(@fwprintf)); writeln('fwprintf_s: ',NativeInt(@fwprintf_s)); writeln('fwrite: ',NativeInt(@fwrite)); writeln('fwscanf: ',NativeInt(@fwscanf)); writeln('fwscanf_s: ',NativeInt(@fwscanf_s)); writeln('getc: ',NativeInt(@getc)); writeln('getchar: ',NativeInt(@getchar)); writeln('getenv: ',NativeInt(@getenv)); writeln('getenv_s: ',NativeInt(@getenv_s)); writeln('gets: ',NativeInt(@gets)); writeln('getwc: ',NativeInt(@getwc)); writeln('getwchar: ',NativeInt(@getwchar)); writeln('gmtime: ',NativeInt(@gmtime)); writeln('is_wctype: ',NativeInt(@is_wctype)); writeln('isalnum: ',NativeInt(@isalnum)); writeln('isalpha: ',NativeInt(@isalpha)); 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('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('labs: ',NativeInt(@labs)); writeln('write: ',NativeInt(@write)); writeln('ldiv: ',NativeInt(@ldiv)); writeln('localeconv: ',NativeInt(@localeconv)); writeln('localtime: ',NativeInt(@localtime)); writeln('log10: ',NativeInt(@log10)); writeln('longjmp: ',NativeInt(@longjmp)); writeln('malloc: ',NativeInt(@malloc)); writeln('mblen: ',NativeInt(@mblen)); writeln('mbsrtowcs_s: ',NativeInt(@mbsrtowcs_s)); writeln('mbstowcs: ',NativeInt(@mbstowcs)); writeln('mbstowcs_s: ',NativeInt(@mbstowcs_s)); writeln('mbtowc: ',NativeInt(@mbtowc)); writeln('memchr: ',NativeInt(@memchr)); writeln('memcmp: ',NativeInt(@memcmp)); writeln('memcpy: ',NativeInt(@memcpy)); writeln('memmove: ',NativeInt(@memmove)); writeln('memset: ',NativeInt(@memset)); writeln('mktime: ',NativeInt(@mktime)); writeln('perror: ',NativeInt(@perror)); writeln('__ms_printf: ',NativeInt(@__ms_printf)); writeln('printf: ',NativeInt(@printf)); writeln('printf_s: ',NativeInt(@printf_s)); writeln('putc: ',NativeInt(@putc)); writeln('putchar: ',NativeInt(@putchar)); writeln('puts: ',NativeInt(@puts)); writeln('putwc: ',NativeInt(@putwc)); writeln('putwchar: ',NativeInt(@putwchar)); writeln('qsort: ',NativeInt(@qsort)); writeln('qsort_s: ',NativeInt(@qsort_s)); writeln('raise: ',NativeInt(@raise)); writeln('realloc: ',NativeInt(@realloc)); writeln('__ms_scanf: ',NativeInt(@__ms_scanf)); writeln('rand: ',NativeInt(@rand)); writeln('remove: ',NativeInt(@remove)); writeln('rename: ',NativeInt(@rename)); writeln('rewind: ',NativeInt(@rewind)); writeln('scanf: ',NativeInt(@scanf)); writeln('scanf_s: ',NativeInt(@scanf_s)); writeln('setbuf: ',NativeInt(@setbuf)); writeln('setjmp: ',NativeInt(@setjmp)); writeln('setlocale: ',NativeInt(@setlocale)); writeln('setvbuf: ',NativeInt(@setvbuf)); writeln('signal: ',NativeInt(@signal)); writeln('sinh: ',NativeInt(@sinh)); writeln('__ms_sprintf: ',NativeInt(@__ms_sprintf)); writeln('sprintf: ',NativeInt(@sprintf)); writeln('srand: ',NativeInt(@srand)); writeln('__ms_sscanf: ',NativeInt(@__ms_sscanf)); writeln('sscanf: ',NativeInt(@sscanf)); writeln('sscanf_s: ',NativeInt(@sscanf_s)); writeln('strcat: ',NativeInt(@strcat)); writeln('strcat_s: ',NativeInt(@strcat_s)); writeln('strchr: ',NativeInt(@strchr)); writeln('strcmp: ',NativeInt(@strcmp)); writeln('strcoll: ',NativeInt(@strcoll)); writeln('strcpy: ',NativeInt(@strcpy)); writeln('strcpy_s: ',NativeInt(@strcpy_s)); writeln('strcspn: ',NativeInt(@strcspn)); writeln('strerror: ',NativeInt(@strerror)); writeln('strftime: ',NativeInt(@strftime)); 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('strrchr: ',NativeInt(@strrchr)); writeln('strspn: ',NativeInt(@strspn)); writeln('strstr: ',NativeInt(@strstr)); writeln('strtod: ',NativeInt(@strtod)); writeln('strtok: ',NativeInt(@strtok)); writeln('_swprintf: ',NativeInt(@_swprintf)); writeln('strtok_s: ',NativeInt(@strtok_s)); writeln('strtol: ',NativeInt(@strtol)); writeln('strtoul: ',NativeInt(@strtoul)); writeln('__ms_swprintf: ',NativeInt(@__ms_swprintf)); writeln('swprintf: ',NativeInt(@swprintf)); writeln('swprintf_s: ',NativeInt(@swprintf_s)); writeln('__ms_swscanf: ',NativeInt(@__ms_swscanf)); writeln('strxfrm: ',NativeInt(@strxfrm)); writeln('swscanf: ',NativeInt(@swscanf)); writeln('swscanf_s: ',NativeInt(@swscanf_s)); writeln('system: ',NativeInt(@system)); writeln('tan: ',NativeInt(@tan)); writeln('tanh: ',NativeInt(@tanh)); writeln('tmpfile: ',NativeInt(@tmpfile)); writeln('tmpfile_s: ',NativeInt(@tmpfile_s)); writeln('tmpnam: ',NativeInt(@tmpnam)); writeln('tmpnam_s: ',NativeInt(@tmpnam_s)); writeln('tolower: ',NativeInt(@tolower)); writeln('toupper: ',NativeInt(@toupper)); writeln('towlower: ',NativeInt(@towlower)); writeln('__ms_vprintf: ',NativeInt(@__ms_vprintf)); writeln('__ms_vsprintf: ',NativeInt(@__ms_vsprintf)); writeln('towupper: ',NativeInt(@towupper)); writeln('ungetc: ',NativeInt(@ungetc)); writeln('vfprintf: ',NativeInt(@vfprintf)); writeln('vfprintf_s: ',NativeInt(@vfprintf_s)); writeln('__ms_vfwprintf: ',NativeInt(@__ms_vfwprintf)); writeln('__ms_vfprintf: ',NativeInt(@__ms_vfprintf)); writeln('ungetwc: ',NativeInt(@ungetwc)); writeln('vfwprintf: ',NativeInt(@vfwprintf)); writeln('vfwprintf_s: ',NativeInt(@vfwprintf_s)); writeln('vprintf: ',NativeInt(@vprintf)); writeln('__ms_vswprintf: ',NativeInt(@__ms_vswprintf)); writeln('vprintf_s: ',NativeInt(@vprintf_s)); writeln('vswprintf: ',NativeInt(@vswprintf)); writeln('__ms_vwprintf: ',NativeInt(@__ms_vwprintf)); writeln('vsprintf: ',NativeInt(@vsprintf)); writeln('vswprintf_s: ',NativeInt(@vswprintf_s)); writeln('vwprintf: ',NativeInt(@vwprintf)); writeln('vwprintf_s: ',NativeInt(@vwprintf_s)); writeln('wcrtomb_s: ',NativeInt(@wcrtomb_s)); writeln('wcscat: ',NativeInt(@wcscat)); writeln('wcscat_s: ',NativeInt(@wcscat_s)); writeln('wcschr: ',NativeInt(@wcschr)); writeln('wcscmp: ',NativeInt(@wcscmp)); writeln('wcscoll: ',NativeInt(@wcscoll)); writeln('wcscpy: ',NativeInt(@wcscpy)); writeln('wcscpy_s: ',NativeInt(@wcscpy_s)); writeln('wcscspn: ',NativeInt(@wcscspn)); writeln('wcsftime: ',NativeInt(@wcsftime)); 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('wcsrchr: ',NativeInt(@wcsrchr)); writeln('wcsrtombs_s: ',NativeInt(@wcsrtombs_s)); writeln('wcsspn: ',NativeInt(@wcsspn)); writeln('wcsstr: ',NativeInt(@wcsstr)); writeln('wcstod: ',NativeInt(@wcstod)); writeln('wcstok: ',NativeInt(@wcstok)); writeln('wcstok_s: ',NativeInt(@wcstok_s)); writeln('wcstol: ',NativeInt(@wcstol)); writeln('wcstombs: ',NativeInt(@wcstombs)); writeln('wcstombs_s: ',NativeInt(@wcstombs_s)); writeln('wcstoul: ',NativeInt(@wcstoul)); writeln('wcsxfrm: ',NativeInt(@wcsxfrm)); writeln('__ms_wprintf: ',NativeInt(@__ms_wprintf)); writeln('wctomb: ',NativeInt(@wctomb)); writeln('wctomb_s: ',NativeInt(@wctomb_s)); writeln('wprintf: ',NativeInt(@wprintf)); writeln('wprintf_s: ',NativeInt(@wprintf_s)); writeln('__ms_wscanf: ',NativeInt(@__ms_wscanf)); writeln('wscanf: ',NativeInt(@wscanf)); writeln('wscanf_s: ',NativeInt(@wscanf_s)); writeln('iscsymf: ',NativeInt(@iscsymf)); {$ELSE} writeln('_init_scprintf: ',NativeInt(@_init_scprintf)); writeln('__set_errno: ',NativeInt(@__set_errno)); writeln('____mb_cur_max_func: ',NativeInt(@____mb_cur_max_func)); writeln('__copysignf: ',NativeInt(@__copysignf)); writeln('__lock_file: ',NativeInt(@__lock_file)); writeln('__ftelli64: ',NativeInt(@__ftelli64)); writeln('_sprintf_s: ',NativeInt(@_sprintf_s)); writeln('__vswprintf_p: ',NativeInt(@__vswprintf_p)); writeln('__vscwprintf_p: ',NativeInt(@__vscwprintf_p)); writeln('__vscprintf_p: ',NativeInt(@__vscprintf_p)); writeln('__cwprintf_s_l: ',NativeInt(@__cwprintf_s_l)); writeln('__cwprintf_s: ',NativeInt(@__cwprintf_s)); writeln('__cprintf_s_l: ',NativeInt(@__cprintf_s_l)); writeln('__cprintf_s: ',NativeInt(@__cprintf_s)); writeln('__set_purecall_handler: ',NativeInt(@__set_purecall_handler)); writeln('__get_invalid_parameter_handler: ',NativeInt(@__get_invalid_parameter_handler)); writeln('__configthreadlocale: ',NativeInt(@__configthreadlocale)); writeln('_frexp: ',NativeInt(@_frexp)); writeln('_vsnprintf: ',NativeInt(@_vsnprintf)); writeln('_snprintf: ',NativeInt(@_snprintf)); writeln('___acrt_iob_func: ',NativeInt(@___acrt_iob_func)); writeln('__putwc_nolock: ',NativeInt(@__putwc_nolock)); writeln('__putc_nolock: ',NativeInt(@__putc_nolock)); writeln('__getwc_nolock: ',NativeInt(@__getwc_nolock)); writeln('__getc_nolock: ',NativeInt(@__getc_nolock)); writeln('_mbrtoc32: ',NativeInt(@_mbrtoc32)); writeln('_mbrtoc16: ',NativeInt(@_mbrtoc16)); writeln('_c32rtomb: ',NativeInt(@_c32rtomb)); writeln('_c16rtomb: ',NativeInt(@_c16rtomb)); writeln('__initialize_onexit_table: ',NativeInt(@__initialize_onexit_table)); writeln('_mbsinit: ',NativeInt(@_mbsinit)); 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('__CRT_RTC_INIT: ',NativeInt(@__CRT_RTC_INIT)); writeln('__EH_prolog: ',NativeInt(@__EH_prolog)); writeln('__Getdays: ',NativeInt(@__Getdays)); writeln('__Getmonths: ',NativeInt(@__Getmonths)); writeln('__Gettnames: ',NativeInt(@__Gettnames)); writeln('__Strftime: ',NativeInt(@__Strftime)); writeln('__XcptFilter: ',NativeInt(@__XcptFilter)); writeln('___CppXcptFilter: ',NativeInt(@___CppXcptFilter)); writeln('___CxxCallUnwindDtor: ',NativeInt(@___CxxCallUnwindDtor)); writeln('___CxxCallUnwindVecDtor: ',NativeInt(@___CxxCallUnwindVecDtor)); writeln('___CxxDetectRethrow: ',NativeInt(@___CxxDetectRethrow)); writeln('___CxxExceptionFilter: ',NativeInt(@___CxxExceptionFilter)); writeln('___CxxFrameHandler: ',NativeInt(@___CxxFrameHandler)); writeln('___CxxLongjmpUnwind: ',NativeInt(@___CxxLongjmpUnwind)); writeln('___CxxQueryExceptionSize: ',NativeInt(@___CxxQueryExceptionSize)); writeln('___CxxRegisterExceptionObject: ',NativeInt(@___CxxRegisterExceptionObject)); writeln('___CxxUnregisterExceptionObject: ',NativeInt(@___CxxUnregisterExceptionObject)); writeln('___DestructExceptionObject: ',NativeInt(@___DestructExceptionObject)); writeln('___RTCastToVoid: ',NativeInt(@___RTCastToVoid)); writeln('___RTDynamicCast: ',NativeInt(@___RTDynamicCast)); writeln('___RTtypeid: ',NativeInt(@___RTtypeid)); writeln('___STRINGTOLD: ',NativeInt(@___STRINGTOLD)); writeln('____lc_collate_cp_func: ',NativeInt(@____lc_collate_cp_func)); writeln('____lc_handle_func: ',NativeInt(@____lc_handle_func)); writeln('____setlc_active_func: ',NativeInt(@____setlc_active_func)); writeln('____unguarded_readlc_active_add_func: ',NativeInt(@____unguarded_readlc_active_add_func)); writeln('___buffer_overrun: ',NativeInt(@___buffer_overrun)); writeln('___crtCompareStringA: ',NativeInt(@___crtCompareStringA)); writeln('___crtCompareStringW: ',NativeInt(@___crtCompareStringW)); writeln('___crtGetLocaleInfoW: ',NativeInt(@___crtGetLocaleInfoW)); writeln('___crtGetStringTypeW: ',NativeInt(@___crtGetStringTypeW)); writeln('___crtLCMapStringA: ',NativeInt(@___crtLCMapStringA)); writeln('___crtLCMapStringW: ',NativeInt(@___crtLCMapStringW)); writeln('___dllonexit: ',NativeInt(@___dllonexit)); writeln('___doserrno: ',NativeInt(@___doserrno)); writeln('___fpecode: ',NativeInt(@___fpecode)); writeln('___getmainargs: ',NativeInt(@___getmainargs)); writeln('___iob_func: ',NativeInt(@___iob_func)); writeln('___isascii: ',NativeInt(@___isascii)); writeln('___iscsym: ',NativeInt(@___iscsym)); writeln('___iscsymf: ',NativeInt(@___iscsymf)); writeln('_isascii: ',NativeInt(@_isascii)); writeln('___lc_clike: ',NativeInt(@___lc_clike)); writeln('___lconv_init: ',NativeInt(@___lconv_init)); writeln('___p___argc: ',NativeInt(@___p___argc)); writeln('___p___argv: ',NativeInt(@___p___argv)); writeln('___p___initenv: ',NativeInt(@___p___initenv)); writeln('___p___mb_cur_max: ',NativeInt(@___p___mb_cur_max)); writeln('___p___wargv: ',NativeInt(@___p___wargv)); writeln('___p___winitenv: ',NativeInt(@___p___winitenv)); writeln('___p__acmdln: ',NativeInt(@___p__acmdln)); writeln('___p__amblksiz: ',NativeInt(@___p__amblksiz)); writeln('___p__commode: ',NativeInt(@___p__commode)); writeln('___p__daylight: ',NativeInt(@___p__daylight)); writeln('___p__dstbias: ',NativeInt(@___p__dstbias)); writeln('___p__environ: ',NativeInt(@___p__environ)); writeln('___p__fileinfo: ',NativeInt(@___p__fileinfo)); writeln('___p__fmode: ',NativeInt(@___p__fmode)); writeln('___p__iob: ',NativeInt(@___p__iob)); writeln('___p__mbcasemap: ',NativeInt(@___p__mbcasemap)); writeln('___p__mbctype: ',NativeInt(@___p__mbctype)); writeln('___p__osver: ',NativeInt(@___p__osver)); writeln('___p__pctype: ',NativeInt(@___p__pctype)); writeln('___p__pgmptr: ',NativeInt(@___p__pgmptr)); writeln('___p__pwctype: ',NativeInt(@___p__pwctype)); writeln('___p__timezone: ',NativeInt(@___p__timezone)); writeln('___p__tzname: ',NativeInt(@___p__tzname)); writeln('___p__wcmdln: ',NativeInt(@___p__wcmdln)); writeln('___p__wenviron: ',NativeInt(@___p__wenviron)); writeln('___p__winmajor: ',NativeInt(@___p__winmajor)); writeln('___p__winminor: ',NativeInt(@___p__winminor)); writeln('___p__winver: ',NativeInt(@___p__winver)); writeln('___p__wpgmptr: ',NativeInt(@___p__wpgmptr)); writeln('___pctype_func: ',NativeInt(@___pctype_func)); writeln('___pwctype_func: ',NativeInt(@___pwctype_func)); writeln('___pxcptinfoptrs: ',NativeInt(@___pxcptinfoptrs)); writeln('___security_error_handler: ',NativeInt(@___security_error_handler)); writeln('___set_app_type: ',NativeInt(@___set_app_type)); writeln('___set_buffer_overrun_handler: ',NativeInt(@___set_buffer_overrun_handler)); writeln('___setusermatherr: ',NativeInt(@___setusermatherr)); writeln('___threadhandle: ',NativeInt(@___threadhandle)); writeln('___threadid: ',NativeInt(@___threadid)); writeln('___toascii: ',NativeInt(@___toascii)); writeln('___unDName: ',NativeInt(@___unDName)); writeln('_toascii: ',NativeInt(@_toascii)); writeln('___unDNameEx: ',NativeInt(@___unDNameEx)); writeln('___uncaught_exception: ',NativeInt(@___uncaught_exception)); writeln('___wcserror: ',NativeInt(@___wcserror)); writeln('___wgetmainargs: ',NativeInt(@___wgetmainargs)); writeln('__abnormal_termination: ',NativeInt(@__abnormal_termination)); writeln('__access: ',NativeInt(@__access)); writeln('_access: ',NativeInt(@_access)); writeln('__adj_fdiv_m16i: ',NativeInt(@__adj_fdiv_m16i)); writeln('__adj_fdiv_m32: ',NativeInt(@__adj_fdiv_m32)); writeln('__adj_fdiv_m32i: ',NativeInt(@__adj_fdiv_m32i)); writeln('__adj_fdiv_m64: ',NativeInt(@__adj_fdiv_m64)); writeln('__adj_fdiv_r: ',NativeInt(@__adj_fdiv_r)); writeln('__adj_fdivr_m16i: ',NativeInt(@__adj_fdivr_m16i)); writeln('__adj_fdivr_m32: ',NativeInt(@__adj_fdivr_m32)); writeln('__adj_fdivr_m32i: ',NativeInt(@__adj_fdivr_m32i)); writeln('__adj_fdivr_m64: ',NativeInt(@__adj_fdivr_m64)); writeln('__adj_fpatan: ',NativeInt(@__adj_fpatan)); writeln('__adj_fprem: ',NativeInt(@__adj_fprem)); writeln('__adj_fprem1: ',NativeInt(@__adj_fprem1)); writeln('__adj_fptan: ',NativeInt(@__adj_fptan)); writeln('__aligned_free: ',NativeInt(@__aligned_free)); writeln('__aligned_malloc: ',NativeInt(@__aligned_malloc)); writeln('__aligned_offset_malloc: ',NativeInt(@__aligned_offset_malloc)); writeln('__aligned_offset_realloc: ',NativeInt(@__aligned_offset_realloc)); writeln('__aligned_realloc: ',NativeInt(@__aligned_realloc)); writeln('__amsg_exit: ',NativeInt(@__amsg_exit)); writeln('__assert: ',NativeInt(@__assert)); writeln('__atodbl: ',NativeInt(@__atodbl)); writeln('__atodbl_l: ',NativeInt(@__atodbl_l)); writeln('__atof_l: ',NativeInt(@__atof_l)); writeln('__atoflt_l: ',NativeInt(@__atoflt_l)); 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('__beep: ',NativeInt(@__beep)); writeln('__beginthread: ',NativeInt(@__beginthread)); writeln('__beginthreadex: ',NativeInt(@__beginthreadex)); writeln('__c_exit: ',NativeInt(@__c_exit)); writeln('__callnewh: ',NativeInt(@__callnewh)); writeln('__cexit: ',NativeInt(@__cexit)); writeln('__cgets: ',NativeInt(@__cgets)); writeln('__cgetws: ',NativeInt(@__cgetws)); writeln('__chdir: ',NativeInt(@__chdir)); writeln('_chdir: ',NativeInt(@_chdir)); writeln('__chdrive: ',NativeInt(@__chdrive)); writeln('_iscsymf: ',NativeInt(@_iscsymf)); writeln('_chgsign: ',NativeInt(@_chgsign)); writeln('__chgsign: ',NativeInt(@__chgsign)); writeln('__chkesp: ',NativeInt(@__chkesp)); writeln('_chmod: ',NativeInt(@_chmod)); writeln('__chmod: ',NativeInt(@__chmod)); writeln('__chsize: ',NativeInt(@__chsize)); writeln('__clearfp: ',NativeInt(@__clearfp)); writeln('_close: ',NativeInt(@_close)); writeln('__close: ',NativeInt(@__close)); writeln('__commit: ',NativeInt(@__commit)); writeln('__control87: ',NativeInt(@__control87)); writeln('__controlfp: ',NativeInt(@__controlfp)); writeln('__copysign: ',NativeInt(@__copysign)); writeln('__cprintf: ',NativeInt(@__cprintf)); writeln('__cprintf_l: ',NativeInt(@__cprintf_l)); writeln('__cprintf_p: ',NativeInt(@__cprintf_p)); writeln('__cprintf_p_l: ',NativeInt(@__cprintf_p_l)); writeln('__cputs: ',NativeInt(@__cputs)); writeln('__cputws: ',NativeInt(@__cputws)); writeln('_creat: ',NativeInt(@_creat)); writeln('__creat: ',NativeInt(@__creat)); writeln('__cscanf: ',NativeInt(@__cscanf)); writeln('__cscanf_l: ',NativeInt(@__cscanf_l)); writeln('_chsize: ',NativeInt(@_chsize)); writeln('__cscanf_s: ',NativeInt(@__cscanf_s)); writeln('__cscanf_s_l: ',NativeInt(@__cscanf_s_l)); writeln('__ctime64: ',NativeInt(@__ctime64)); writeln('_cwait: ',NativeInt(@_cwait)); writeln('__cwait: ',NativeInt(@__cwait)); writeln('__cwprintf: ',NativeInt(@__cwprintf)); writeln('__cwprintf_l: ',NativeInt(@__cwprintf_l)); writeln('__cwprintf_p: ',NativeInt(@__cwprintf_p)); writeln('__cwprintf_p_l: ',NativeInt(@__cwprintf_p_l)); writeln('__cwscanf: ',NativeInt(@__cwscanf)); writeln('__cwscanf_l: ',NativeInt(@__cwscanf_l)); writeln('__cwscanf_s: ',NativeInt(@__cwscanf_s)); writeln('__cwscanf_s_l: ',NativeInt(@__cwscanf_s_l)); writeln('__difftime64: ',NativeInt(@__difftime64)); writeln('_daylight: ',NativeInt(@_daylight)); writeln('_dup: ',NativeInt(@_dup)); writeln('__dup: ',NativeInt(@__dup)); writeln('__dup2: ',NativeInt(@__dup2)); writeln('__ecvt: ',NativeInt(@__ecvt)); writeln('_dup2: ',NativeInt(@_dup2)); writeln('__ecvt_s: ',NativeInt(@__ecvt_s)); writeln('_ecvt: ',NativeInt(@_ecvt)); writeln('__endthread: ',NativeInt(@__endthread)); writeln('__endthreadex: ',NativeInt(@__endthreadex)); writeln('__eof: ',NativeInt(@__eof)); writeln('__errno: ',NativeInt(@__errno)); writeln('__except_handler2: ',NativeInt(@__except_handler2)); writeln('__except_handler3: ',NativeInt(@__except_handler3)); writeln('__execl: ',NativeInt(@__execl)); writeln('_execle: ',NativeInt(@_execle)); writeln('__execle: ',NativeInt(@__execle)); writeln('_execl: ',NativeInt(@_execl)); writeln('__execlp: ',NativeInt(@__execlp)); writeln('_execlp: ',NativeInt(@_execlp)); writeln('__execlpe: ',NativeInt(@__execlpe)); writeln('__execv: ',NativeInt(@__execv)); writeln('__execve: ',NativeInt(@__execve)); writeln('_execv: ',NativeInt(@_execv)); writeln('_execve: ',NativeInt(@_execve)); writeln('__execvp: ',NativeInt(@__execvp)); writeln('__execvpe: ',NativeInt(@__execvpe)); writeln('_execlpe: ',NativeInt(@_execlpe)); writeln('__exit: ',NativeInt(@__exit)); writeln('__expand: ',NativeInt(@__expand)); writeln('_eof: ',NativeInt(@_eof)); writeln('_execvp: ',NativeInt(@_execvp)); writeln('_execvpe: ',NativeInt(@_execvpe)); writeln('__fcloseall: ',NativeInt(@__fcloseall)); writeln('__fcvt: ',NativeInt(@__fcvt)); writeln('__fcvt_s: ',NativeInt(@__fcvt_s)); writeln('_fdopen: ',NativeInt(@_fdopen)); writeln('__fdopen: ',NativeInt(@__fdopen)); writeln('_fcvt: ',NativeInt(@_fcvt)); writeln('_fgetchar: ',NativeInt(@_fgetchar)); writeln('__fgetchar: ',NativeInt(@__fgetchar)); writeln('_fgetwchar: ',NativeInt(@_fgetwchar)); writeln('__fgetwchar: ',NativeInt(@__fgetwchar)); writeln('__filbuf: ',NativeInt(@__filbuf)); writeln('_filelength: ',NativeInt(@_filelength)); writeln('__filelength: ',NativeInt(@__filelength)); writeln('__filelengthi64: ',NativeInt(@__filelengthi64)); writeln('__fileno: ',NativeInt(@__fileno)); writeln('__findclose: ',NativeInt(@__findclose)); writeln('_fileno: ',NativeInt(@_fileno)); writeln('__findfirst32i64: ',NativeInt(@__findfirst32i64)); writeln('__findnext32i64: ',NativeInt(@__findnext32i64)); writeln('__findfirst32: ',NativeInt(@__findfirst32)); writeln('__findfirst: ',NativeInt(@__findfirst)); writeln('__findfirst64: ',NativeInt(@__findfirst64)); writeln('__findfirsti64: ',NativeInt(@__findfirsti64)); writeln('__findnext: ',NativeInt(@__findnext)); writeln('__findnext64: ',NativeInt(@__findnext64)); writeln('__findnexti64: ',NativeInt(@__findnexti64)); writeln('__finite: ',NativeInt(@__finite)); writeln('_finite: ',NativeInt(@_finite)); writeln('__findnext32: ',NativeInt(@__findnext32)); writeln('__flsbuf: ',NativeInt(@__flsbuf)); writeln('__flushall: ',NativeInt(@__flushall)); writeln('__fpclass: ',NativeInt(@__fpclass)); writeln('__fpieee_flt: ',NativeInt(@__fpieee_flt)); writeln('__fprintf_l: ',NativeInt(@__fprintf_l)); writeln('_fpclass: ',NativeInt(@_fpclass)); writeln('__fprintf_p: ',NativeInt(@__fprintf_p)); writeln('__fprintf_p_l: ',NativeInt(@__fprintf_p_l)); writeln('__fprintf_s_l: ',NativeInt(@__fprintf_s_l)); writeln('_fputchar: ',NativeInt(@_fputchar)); writeln('__fputchar: ',NativeInt(@__fputchar)); writeln('_fputwchar: ',NativeInt(@_fputwchar)); writeln('__fputwchar: ',NativeInt(@__fputwchar)); writeln('__fsopen: ',NativeInt(@__fsopen)); writeln('__fstat: ',NativeInt(@__fstat)); writeln('__fstat64: ',NativeInt(@__fstat64)); writeln('__fstat32: ',NativeInt(@__fstat32)); writeln('__fstati64: ',NativeInt(@__fstati64)); writeln('__ftime32: ',NativeInt(@__ftime32)); writeln('__ftime: ',NativeInt(@__ftime)); writeln('__ftime32_s: ',NativeInt(@__ftime32_s)); writeln('__ftime64: ',NativeInt(@__ftime64)); writeln('__ftime64_s: ',NativeInt(@__ftime64_s)); writeln('__ftol: ',NativeInt(@__ftol)); writeln('__ftime_s: ',NativeInt(@__ftime_s)); writeln('__fullpath: ',NativeInt(@__fullpath)); writeln('__futime64: ',NativeInt(@__futime64)); writeln('__fwprintf_l: ',NativeInt(@__fwprintf_l)); writeln('__fwprintf_p: ',NativeInt(@__fwprintf_p)); writeln('__fwprintf_p_l: ',NativeInt(@__fwprintf_p_l)); writeln('__futime32: ',NativeInt(@__futime32)); writeln('__fwprintf_s_l: ',NativeInt(@__fwprintf_s_l)); writeln('__fwscanf_l: ',NativeInt(@__fwscanf_l)); writeln('__fwscanf_s_l: ',NativeInt(@__fwscanf_s_l)); writeln('__gcvt: ',NativeInt(@__gcvt)); writeln('__gcvt_s: ',NativeInt(@__gcvt_s)); writeln('__get_heap_handle: ',NativeInt(@__get_heap_handle)); writeln('__get_osfhandle: ',NativeInt(@__get_osfhandle)); writeln('__get_sbh_threshold: ',NativeInt(@__get_sbh_threshold)); writeln('_gcvt: ',NativeInt(@_gcvt)); writeln('_getch: ',NativeInt(@_getch)); writeln('__getch: ',NativeInt(@__getch)); writeln('__getche: ',NativeInt(@__getche)); writeln('__futime: ',NativeInt(@__futime)); writeln('_getche: ',NativeInt(@_getche)); writeln('_getcwd: ',NativeInt(@_getcwd)); writeln('__getcwd: ',NativeInt(@__getcwd)); writeln('__getdcwd: ',NativeInt(@__getdcwd)); writeln('__getdiskfree: ',NativeInt(@__getdiskfree)); writeln('__getdllprocaddr: ',NativeInt(@__getdllprocaddr)); writeln('__getdrive: ',NativeInt(@__getdrive)); writeln('__getdrives: ',NativeInt(@__getdrives)); writeln('__getmaxstdio: ',NativeInt(@__getmaxstdio)); writeln('__getmbcp: ',NativeInt(@__getmbcp)); writeln('_getpid: ',NativeInt(@_getpid)); writeln('_iscsym: ',NativeInt(@_iscsym)); writeln('__getpid: ',NativeInt(@__getpid)); writeln('__getsystime: ',NativeInt(@__getsystime)); writeln('_getw: ',NativeInt(@_getw)); writeln('__getw: ',NativeInt(@__getw)); writeln('__getwch: ',NativeInt(@__getwch)); writeln('__getwche: ',NativeInt(@__getwche)); writeln('__getws: ',NativeInt(@__getws)); writeln('__global_unwind2: ',NativeInt(@__global_unwind2)); writeln('__gmtime64: ',NativeInt(@__gmtime64)); writeln('__heapadd: ',NativeInt(@__heapadd)); writeln('__heapchk: ',NativeInt(@__heapchk)); writeln('__heapmin: ',NativeInt(@__heapmin)); writeln('__heapset: ',NativeInt(@__heapset)); writeln('__heapused: ',NativeInt(@__heapused)); writeln('_heapwalk: ',NativeInt(@_heapwalk)); writeln('__heapwalk: ',NativeInt(@__heapwalk)); writeln('_hypot: ',NativeInt(@_hypot)); writeln('__hypot: ',NativeInt(@__hypot)); writeln('__i64toa: ',NativeInt(@__i64toa)); writeln('__i64toa_s: ',NativeInt(@__i64toa_s)); writeln('__i64tow: ',NativeInt(@__i64tow)); writeln('__i64tow_s: ',NativeInt(@__i64tow_s)); writeln('__initterm: ',NativeInt(@__initterm)); writeln('__inp: ',NativeInt(@__inp)); writeln('__inpd: ',NativeInt(@__inpd)); writeln('__inpw: ',NativeInt(@__inpw)); writeln('__isalnum_l: ',NativeInt(@__isalnum_l)); writeln('__isalpha_l: ',NativeInt(@__isalpha_l)); writeln('__isatty: ',NativeInt(@__isatty)); writeln('_isatty: ',NativeInt(@_isatty)); 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('__ismbbalnum: ',NativeInt(@__ismbbalnum)); writeln('__ismbbalnum_l: ',NativeInt(@__ismbbalnum_l)); writeln('__ismbbalpha: ',NativeInt(@__ismbbalpha)); writeln('__ismbbalpha_l: ',NativeInt(@__ismbbalpha_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('__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('__isnan: ',NativeInt(@__isnan)); writeln('__isprint_l: ',NativeInt(@__isprint_l)); writeln('__isspace_l: ',NativeInt(@__isspace_l)); writeln('__isupper_l: ',NativeInt(@__isupper_l)); writeln('__iswalnum_l: ',NativeInt(@__iswalnum_l)); writeln('__iswalpha_l: ',NativeInt(@__iswalpha_l)); writeln('__iswcntrl_l: ',NativeInt(@__iswcntrl_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('__itoa: ',NativeInt(@__itoa)); writeln('_itoa: ',NativeInt(@_itoa)); writeln('__itoa_s: ',NativeInt(@__itoa_s)); writeln('__itow: ',NativeInt(@__itow)); writeln('__itow_s: ',NativeInt(@__itow_s)); writeln('__j0: ',NativeInt(@__j0)); writeln('__j1: ',NativeInt(@__j1)); writeln('_j1: ',NativeInt(@_j1)); writeln('_j0: ',NativeInt(@_j0)); writeln('__jn: ',NativeInt(@__jn)); writeln('__kbhit: ',NativeInt(@__kbhit)); writeln('__lfind: ',NativeInt(@__lfind)); writeln('_lfind: ',NativeInt(@_lfind)); writeln('__loaddll: ',NativeInt(@__loaddll)); writeln('__local_unwind2: ',NativeInt(@__local_unwind2)); writeln('_jn: ',NativeInt(@_jn)); writeln('_kbhit: ',NativeInt(@_kbhit)); writeln('__localtime64: ',NativeInt(@__localtime64)); writeln('__lock: ',NativeInt(@__lock)); writeln('__locking: ',NativeInt(@__locking)); writeln('__logb: ',NativeInt(@__logb)); writeln('__longjmpex: ',NativeInt(@__longjmpex)); writeln('__lrotl: ',NativeInt(@__lrotl)); writeln('__lrotr: ',NativeInt(@__lrotr)); writeln('_lsearch: ',NativeInt(@_lsearch)); writeln('__lsearch: ',NativeInt(@__lsearch)); writeln('__lseek: ',NativeInt(@__lseek)); writeln('__lseeki64: ',NativeInt(@__lseeki64)); writeln('_ltoa: ',NativeInt(@_ltoa)); writeln('_lseek: ',NativeInt(@_lseek)); writeln('__ltoa: ',NativeInt(@__ltoa)); writeln('__ltow: ',NativeInt(@__ltow)); writeln('__makepath: ',NativeInt(@__makepath)); writeln('__makepath_s: ',NativeInt(@__makepath_s)); writeln('__mbbtombc: ',NativeInt(@__mbbtombc)); writeln('__mbbtombc_l: ',NativeInt(@__mbbtombc_l)); writeln('__mbbtype: ',NativeInt(@__mbbtype)); writeln('__mbcasemap: ',NativeInt(@__mbcasemap)); 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: ',NativeInt(@__mbscat)); 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: ',NativeInt(@__mbscpy)); 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('__memccpy: ',NativeInt(@__memccpy)); writeln('__memicmp: ',NativeInt(@__memicmp)); writeln('__memicmp_l: ',NativeInt(@__memicmp_l)); writeln('_mkdir: ',NativeInt(@_mkdir)); writeln('__mkdir: ',NativeInt(@__mkdir)); writeln('__mkgmtime: ',NativeInt(@__mkgmtime)); writeln('__mkgmtime32: ',NativeInt(@__mkgmtime32)); writeln('__mkgmtime64: ',NativeInt(@__mkgmtime64)); writeln('_memicmp: ',NativeInt(@_memicmp)); writeln('_mktemp: ',NativeInt(@_mktemp)); writeln('__mktemp: ',NativeInt(@__mktemp)); writeln('__mktime64: ',NativeInt(@__mktime64)); writeln('__msize: ',NativeInt(@__msize)); writeln('__nextafter: ',NativeInt(@__nextafter)); writeln('__onexit: ',NativeInt(@__onexit)); writeln('_open: ',NativeInt(@_open)); writeln('__open: ',NativeInt(@__open)); writeln('__open_osfhandle: ',NativeInt(@__open_osfhandle)); writeln('_nextafter: ',NativeInt(@_nextafter)); writeln('__outp: ',NativeInt(@__outp)); writeln('__outpd: ',NativeInt(@__outpd)); writeln('__outpw: ',NativeInt(@__outpw)); writeln('_pclose: ',NativeInt(@_pclose)); writeln('__pclose: ',NativeInt(@__pclose)); writeln('__pipe: ',NativeInt(@__pipe)); writeln('__popen: ',NativeInt(@__popen)); writeln('_popen: ',NativeInt(@_popen)); writeln('__printf_l: ',NativeInt(@__printf_l)); writeln('__printf_p: ',NativeInt(@__printf_p)); writeln('__printf_p_l: ',NativeInt(@__printf_p_l)); writeln('__printf_s_l: ',NativeInt(@__printf_s_l)); writeln('__purecall: ',NativeInt(@__purecall)); writeln('__putch: ',NativeInt(@__putch)); writeln('_putenv: ',NativeInt(@_putenv)); writeln('__putenv: ',NativeInt(@__putenv)); writeln('__putenv_s: ',NativeInt(@__putenv_s)); writeln('_putw: ',NativeInt(@_putw)); writeln('_putch: ',NativeInt(@_putch)); writeln('__putw: ',NativeInt(@__putw)); writeln('__putwch: ',NativeInt(@__putwch)); writeln('__putws: ',NativeInt(@__putws)); writeln('_memccpy: ',NativeInt(@_memccpy)); writeln('__read: ',NativeInt(@__read)); writeln('__resetstkoflw: ',NativeInt(@__resetstkoflw)); writeln('_rmdir: ',NativeInt(@_rmdir)); writeln('__rmdir: ',NativeInt(@__rmdir)); writeln('_rmtmp: ',NativeInt(@_rmtmp)); writeln('__rmtmp: ',NativeInt(@__rmtmp)); writeln('__rotl: ',NativeInt(@__rotl)); writeln('__rotr: ',NativeInt(@__rotr)); writeln('__safe_fdiv: ',NativeInt(@__safe_fdiv)); writeln('__safe_fdivr: ',NativeInt(@__safe_fdivr)); writeln('__safe_fprem: ',NativeInt(@__safe_fprem)); writeln('__safe_fprem1: ',NativeInt(@__safe_fprem1)); writeln('__scalb: ',NativeInt(@__scalb)); writeln('__scanf_l: ',NativeInt(@__scanf_l)); writeln('__scanf_s_l: ',NativeInt(@__scanf_s_l)); writeln('__scprintf_l: ',NativeInt(@__scprintf_l)); writeln('__scprintf_p_l: ',NativeInt(@__scprintf_p_l)); writeln('__scwprintf: ',NativeInt(@__scwprintf)); writeln('__scwprintf_l: ',NativeInt(@__scwprintf_l)); writeln('__scwprintf_p_l: ',NativeInt(@__scwprintf_p_l)); writeln('_searchenv: ',NativeInt(@_searchenv)); writeln('__searchenv: ',NativeInt(@__searchenv)); writeln('__searchenv_s: ',NativeInt(@__searchenv_s)); writeln('__seh_longjmp_unwind: ',NativeInt(@__seh_longjmp_unwind)); writeln('__set_SSE2_enable: ',NativeInt(@__set_SSE2_enable)); writeln('__set_error_mode: ',NativeInt(@__set_error_mode)); writeln('__set_sbh_threshold: ',NativeInt(@__set_sbh_threshold)); writeln('__set_security_error_handler: ',NativeInt(@__set_security_error_handler)); writeln('__seterrormode: ',NativeInt(@__seterrormode)); writeln('__setjmp: ',NativeInt(@__setjmp)); writeln('__setjmp3: ',NativeInt(@__setjmp3)); writeln('__setmaxstdio: ',NativeInt(@__setmaxstdio)); writeln('__setmbcp: ',NativeInt(@__setmbcp)); writeln('__setmode: ',NativeInt(@__setmode)); writeln('__setsystime: ',NativeInt(@__setsystime)); writeln('__sleep: ',NativeInt(@__sleep)); writeln('_setmode: ',NativeInt(@_setmode)); writeln('__snprintf: ',NativeInt(@__snprintf)); writeln('__snprintf_c: ',NativeInt(@__snprintf_c)); writeln('__snprintf_c_l: ',NativeInt(@__snprintf_c_l)); writeln('__snprintf_l: ',NativeInt(@__snprintf_l)); writeln('__snprintf_s: ',NativeInt(@__snprintf_s)); writeln('__snprintf_s_l: ',NativeInt(@__snprintf_s_l)); writeln('__snscanf: ',NativeInt(@__snscanf)); writeln('__snscanf_l: ',NativeInt(@__snscanf_l)); writeln('__snscanf_s: ',NativeInt(@__snscanf_s)); writeln('__snscanf_s_l: ',NativeInt(@__snscanf_s_l)); writeln('_snwprintf: ',NativeInt(@_snwprintf)); writeln('__snwprintf: ',NativeInt(@__snwprintf)); writeln('__snwprintf_l: ',NativeInt(@__snwprintf_l)); writeln('__snwprintf_s: ',NativeInt(@__snwprintf_s)); writeln('__snwprintf_s_l: ',NativeInt(@__snwprintf_s_l)); writeln('__snwscanf: ',NativeInt(@__snwscanf)); writeln('__snwscanf_l: ',NativeInt(@__snwscanf_l)); writeln('__snwscanf_s: ',NativeInt(@__snwscanf_s)); writeln('__snwscanf_s_l: ',NativeInt(@__snwscanf_s_l)); writeln('__sopen: ',NativeInt(@__sopen)); writeln('__spawnl: ',NativeInt(@__spawnl)); writeln('__spawnle: ',NativeInt(@__spawnle)); writeln('__spawnlp: ',NativeInt(@__spawnlp)); writeln('_spawnle: ',NativeInt(@_spawnle)); writeln('__spawnlpe: ',NativeInt(@__spawnlpe)); writeln('_spawnlpe: ',NativeInt(@_spawnlpe)); writeln('_spawnv: ',NativeInt(@_spawnv)); writeln('_spawnlp: ',NativeInt(@_spawnlp)); writeln('__spawnv: ',NativeInt(@__spawnv)); writeln('_spawnl: ',NativeInt(@_spawnl)); writeln('_sopen: ',NativeInt(@_sopen)); writeln('__spawnve: ',NativeInt(@__spawnve)); writeln('_spawnvp: ',NativeInt(@_spawnvp)); writeln('_spawnve: ',NativeInt(@_spawnve)); writeln('__spawnvp: ',NativeInt(@__spawnvp)); writeln('__spawnvpe: ',NativeInt(@__spawnvpe)); writeln('__splitpath: ',NativeInt(@__splitpath)); writeln('__splitpath_s: ',NativeInt(@__splitpath_s)); writeln('__sprintf_l: ',NativeInt(@__sprintf_l)); writeln('__sprintf_p_l: ',NativeInt(@__sprintf_p_l)); writeln('__sprintf_s_l: ',NativeInt(@__sprintf_s_l)); writeln('__sscanf_l: ',NativeInt(@__sscanf_l)); writeln('__sscanf_s_l: ',NativeInt(@__sscanf_s_l)); writeln('__stat32: ',NativeInt(@__stat32)); writeln('__stat: ',NativeInt(@__stat)); writeln('__stat64: ',NativeInt(@__stat64)); writeln('_spawnvpe: ',NativeInt(@_spawnvpe)); writeln('__stati64: ',NativeInt(@__stati64)); writeln('_read: ',NativeInt(@_read)); writeln('__statusfp: ',NativeInt(@__statusfp)); writeln('_strcmpi: ',NativeInt(@_strcmpi)); writeln('__strcmpi: ',NativeInt(@__strcmpi)); writeln('__strcoll_l: ',NativeInt(@__strcoll_l)); writeln('__strdate: ',NativeInt(@__strdate)); writeln('_strdup: ',NativeInt(@_strdup)); writeln('__strdup: ',NativeInt(@__strdup)); writeln('__strerror: ',NativeInt(@__strerror)); writeln('__strerror_s: ',NativeInt(@__strerror_s)); writeln('_stricmp: ',NativeInt(@_stricmp)); writeln('__stricmp: ',NativeInt(@__stricmp)); writeln('__stricmp_l: ',NativeInt(@__stricmp_l)); writeln('_strcasecmp: ',NativeInt(@_strcasecmp)); 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_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('_strnset: ',NativeInt(@_strnset)); writeln('_stricoll: ',NativeInt(@_stricoll)); writeln('__strtime: ',NativeInt(@__strtime)); writeln('__strtod_l: ',NativeInt(@__strtod_l)); writeln('__strtoi64: ',NativeInt(@__strtoi64)); writeln('__strtoi64_l: ',NativeInt(@__strtoi64_l)); writeln('__strtol_l: ',NativeInt(@__strtol_l)); writeln('__strtoui64: ',NativeInt(@__strtoui64)); writeln('__strtoui64_l: ',NativeInt(@__strtoui64_l)); writeln('__strtoul_l: ',NativeInt(@__strtoul_l)); 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('_swab: ',NativeInt(@_swab)); writeln('__swab: ',NativeInt(@__swab)); writeln('__swprintf_c_l: ',NativeInt(@__swprintf_c_l)); writeln('__swprintf_p_l: ',NativeInt(@__swprintf_p_l)); writeln('__swprintf_s_l: ',NativeInt(@__swprintf_s_l)); writeln('__swscanf_l: ',NativeInt(@__swscanf_l)); writeln('__swscanf_s_l: ',NativeInt(@__swscanf_s_l)); writeln('_tell: ',NativeInt(@_tell)); writeln('__tell: ',NativeInt(@__tell)); writeln('__telli64: ',NativeInt(@__telli64)); writeln('__tempnam: ',NativeInt(@__tempnam)); writeln('__time64: ',NativeInt(@__time64)); writeln('_tempnam: ',NativeInt(@_tempnam)); writeln('_timezone: ',NativeInt(@_timezone)); 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('__tzset: ',NativeInt(@__tzset)); writeln('__ui64toa: ',NativeInt(@__ui64toa)); writeln('__ui64toa_s: ',NativeInt(@__ui64toa_s)); writeln('_tzset: ',NativeInt(@_tzset)); writeln('_tzname: ',NativeInt(@_tzname)); 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('__umask: ',NativeInt(@__umask)); writeln('__ungetch: ',NativeInt(@__ungetch)); writeln('__ungetwch: ',NativeInt(@__ungetwch)); writeln('__unlink: ',NativeInt(@__unlink)); writeln('_unlink: ',NativeInt(@_unlink)); writeln('__unloaddll: ',NativeInt(@__unloaddll)); writeln('__unlock: ',NativeInt(@__unlock)); writeln('__utime32: ',NativeInt(@__utime32)); writeln('__utime: ',NativeInt(@__utime)); writeln('__utime64: ',NativeInt(@__utime64)); writeln('__vcprintf: ',NativeInt(@__vcprintf)); writeln('__vcprintf_l: ',NativeInt(@__vcprintf_l)); writeln('__vcprintf_p: ',NativeInt(@__vcprintf_p)); writeln('__vcprintf_p_l: ',NativeInt(@__vcprintf_p_l)); writeln('__vcwprintf: ',NativeInt(@__vcwprintf)); writeln('__vcwprintf_l: ',NativeInt(@__vcwprintf_l)); writeln('__vcwprintf_p: ',NativeInt(@__vcwprintf_p)); writeln('__vcwprintf_p_l: ',NativeInt(@__vcwprintf_p_l)); writeln('__vfprintf_l: ',NativeInt(@__vfprintf_l)); writeln('_umask: ',NativeInt(@_umask)); writeln('__vfprintf_p: ',NativeInt(@__vfprintf_p)); writeln('__vfprintf_p_l: ',NativeInt(@__vfprintf_p_l)); writeln('__vfprintf_s_l: ',NativeInt(@__vfprintf_s_l)); writeln('__vfwprintf_l: ',NativeInt(@__vfwprintf_l)); writeln('__vfwprintf_p: ',NativeInt(@__vfwprintf_p)); writeln('__vfwprintf_p_l: ',NativeInt(@__vfwprintf_p_l)); writeln('__vfwprintf_s_l: ',NativeInt(@__vfwprintf_s_l)); writeln('__vprintf_l: ',NativeInt(@__vprintf_l)); writeln('__vprintf_p: ',NativeInt(@__vprintf_p)); writeln('__vprintf_p_l: ',NativeInt(@__vprintf_p_l)); writeln('__vprintf_s_l: ',NativeInt(@__vprintf_s_l)); writeln('__vscprintf_l: ',NativeInt(@__vscprintf_l)); writeln('__vscprintf_p_l: ',NativeInt(@__vscprintf_p_l)); writeln('__vscwprintf: ',NativeInt(@__vscwprintf)); writeln('_utime: ',NativeInt(@_utime)); writeln('__vscwprintf_l: ',NativeInt(@__vscwprintf_l)); writeln('__vscwprintf_p_l: ',NativeInt(@__vscwprintf_p_l)); writeln('__vsnprintf: ',NativeInt(@__vsnprintf)); writeln('__vsnprintf_c: ',NativeInt(@__vsnprintf_c)); writeln('__vsnprintf_c_l: ',NativeInt(@__vsnprintf_c_l)); writeln('__vsnprintf_l: ',NativeInt(@__vsnprintf_l)); writeln('__vsnprintf_s: ',NativeInt(@__vsnprintf_s)); writeln('__vsnprintf_s_l: ',NativeInt(@__vsnprintf_s_l)); writeln('_vsnwprintf: ',NativeInt(@_vsnwprintf)); writeln('__vsnwprintf: ',NativeInt(@__vsnwprintf)); writeln('__vsnwprintf_l: ',NativeInt(@__vsnwprintf_l)); writeln('__vsnwprintf_s: ',NativeInt(@__vsnwprintf_s)); writeln('__vsnwprintf_s_l: ',NativeInt(@__vsnwprintf_s_l)); writeln('__vsprintf_l: ',NativeInt(@__vsprintf_l)); writeln('__vsprintf_p: ',NativeInt(@__vsprintf_p)); writeln('__vsprintf_p_l: ',NativeInt(@__vsprintf_p_l)); writeln('__vsprintf_s_l: ',NativeInt(@__vsprintf_s_l)); writeln('__vswprintf_c: ',NativeInt(@__vswprintf_c)); writeln('__vswprintf_c_l: ',NativeInt(@__vswprintf_c_l)); writeln('__vswprintf_l: ',NativeInt(@__vswprintf_l)); writeln('__vswprintf_p_l: ',NativeInt(@__vswprintf_p_l)); writeln('__vswprintf_s_l: ',NativeInt(@__vswprintf_s_l)); writeln('__vwprintf_l: ',NativeInt(@__vwprintf_l)); writeln('__vwprintf_p: ',NativeInt(@__vwprintf_p)); writeln('__vwprintf_p_l: ',NativeInt(@__vwprintf_p_l)); writeln('__vwprintf_s_l: ',NativeInt(@__vwprintf_s_l)); writeln('__waccess: ',NativeInt(@__waccess)); writeln('__wasctime: ',NativeInt(@__wasctime)); writeln('__wchdir: ',NativeInt(@__wchdir)); writeln('__wchmod: ',NativeInt(@__wchmod)); writeln('__wcreat: ',NativeInt(@__wcreat)); writeln('__wcscoll_l: ',NativeInt(@__wcscoll_l)); writeln('__wcsdup: ',NativeInt(@__wcsdup)); writeln('__wcserror: ',NativeInt(@__wcserror)); writeln('__wcserror_s: ',NativeInt(@__wcserror_s)); writeln('__wcsftime_l: ',NativeInt(@__wcsftime_l)); writeln('_wcsdup: ',NativeInt(@_wcsdup)); writeln('_wcscmpi: ',NativeInt(@_wcscmpi)); writeln('_wcsicmp: ',NativeInt(@_wcsicmp)); 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_l: ',NativeInt(@__wcsnicmp_l)); writeln('__wcsnicoll: ',NativeInt(@__wcsnicoll)); writeln('_wcsnicmp: ',NativeInt(@_wcsnicmp)); writeln('__wcsnicoll_l: ',NativeInt(@__wcsnicoll_l)); writeln('__wcsnset: ',NativeInt(@__wcsnset)); writeln('__wcsnset_s: ',NativeInt(@__wcsnset_s)); writeln('_wcsrev: ',NativeInt(@_wcsrev)); writeln('__wcsrev: ',NativeInt(@__wcsrev)); writeln('_wcsnset: ',NativeInt(@_wcsnset)); writeln('__wcsset: ',NativeInt(@__wcsset)); writeln('_wcsset: ',NativeInt(@_wcsset)); writeln('__wcsset_s: ',NativeInt(@__wcsset_s)); writeln('__wcstoi64: ',NativeInt(@__wcstoi64)); writeln('__wcstoi64_l: ',NativeInt(@__wcstoi64_l)); writeln('__wcstol_l: ',NativeInt(@__wcstol_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('_wcsupr: ',NativeInt(@_wcsupr)); writeln('__wcsupr: ',NativeInt(@__wcsupr)); 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('__wctime32: ',NativeInt(@__wctime32)); writeln('__wctime: ',NativeInt(@__wctime)); writeln('__wctime64: ',NativeInt(@__wctime64)); writeln('__wctomb_l: ',NativeInt(@__wctomb_l)); writeln('__wctomb_s_l: ',NativeInt(@__wctomb_s_l)); writeln('__wctype: ',NativeInt(@__wctype)); 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('__wfdopen: ',NativeInt(@__wfdopen)); writeln('__wfindfirst32i64: ',NativeInt(@__wfindfirst32i64)); writeln('__wfindfirst: ',NativeInt(@__wfindfirst)); writeln('__wfindfirst64: ',NativeInt(@__wfindfirst64)); writeln('__wfindfirsti64: ',NativeInt(@__wfindfirsti64)); writeln('__wfindnext: ',NativeInt(@__wfindnext)); writeln('__wfindfirst32: ',NativeInt(@__wfindfirst32)); writeln('__wfindnext32i64: ',NativeInt(@__wfindnext32i64)); writeln('__wfindnext64: ',NativeInt(@__wfindnext64)); writeln('__wfindnexti64: ',NativeInt(@__wfindnexti64)); writeln('__wfindnext32: ',NativeInt(@__wfindnext32)); 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('__wfullpath: ',NativeInt(@__wfullpath)); writeln('__wgetcwd: ',NativeInt(@__wgetcwd)); writeln('__wgetdcwd: ',NativeInt(@__wgetdcwd)); writeln('__wgetenv: ',NativeInt(@__wgetenv)); writeln('__wgetenv_s: ',NativeInt(@__wgetenv_s)); writeln('__winput_s: ',NativeInt(@__winput_s)); writeln('__wmakepath: ',NativeInt(@__wmakepath)); writeln('__wmakepath_s: ',NativeInt(@__wmakepath_s)); writeln('__wmkdir: ',NativeInt(@__wmkdir)); writeln('_ungetch: ',NativeInt(@_ungetch)); writeln('_vsnprintf_s: ',NativeInt(@_vsnprintf_s)); writeln('__wmktemp: ',NativeInt(@__wmktemp)); writeln('__wopen: ',NativeInt(@__wopen)); writeln('__woutput_s: ',NativeInt(@__woutput_s)); writeln('__wperror: ',NativeInt(@__wperror)); writeln('_wpopen: ',NativeInt(@_wpopen)); writeln('__wpopen: ',NativeInt(@__wpopen)); writeln('__wprintf_l: ',NativeInt(@__wprintf_l)); writeln('__wprintf_p: ',NativeInt(@__wprintf_p)); writeln('__wprintf_p_l: ',NativeInt(@__wprintf_p_l)); writeln('__wprintf_s_l: ',NativeInt(@__wprintf_s_l)); writeln('__wputenv: ',NativeInt(@__wputenv)); writeln('__wputenv_s: ',NativeInt(@__wputenv_s)); writeln('__wremove: ',NativeInt(@__wremove)); writeln('__wrename: ',NativeInt(@__wrename)); writeln('__write: ',NativeInt(@__write)); writeln('__wrmdir: ',NativeInt(@__wrmdir)); writeln('__wscanf_l: ',NativeInt(@__wscanf_l)); writeln('__wscanf_s_l: ',NativeInt(@__wscanf_s_l)); writeln('__wsearchenv: ',NativeInt(@__wsearchenv)); writeln('__wsearchenv_s: ',NativeInt(@__wsearchenv_s)); writeln('__wsetlocale: ',NativeInt(@__wsetlocale)); writeln('_write: ',NativeInt(@_write)); writeln('__wsopen: ',NativeInt(@__wsopen)); writeln('__wsopen_s: ',NativeInt(@__wsopen_s)); 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('__wsplitpath: ',NativeInt(@__wsplitpath)); writeln('__wsplitpath_s: ',NativeInt(@__wsplitpath_s)); writeln('__wstat32: ',NativeInt(@__wstat32)); writeln('__wstat: ',NativeInt(@__wstat)); writeln('__wstat64: ',NativeInt(@__wstat64)); writeln('__wstati64: ',NativeInt(@__wstati64)); writeln('__wstrdate: ',NativeInt(@__wstrdate)); writeln('__wstrtime: ',NativeInt(@__wstrtime)); writeln('__wsystem: ',NativeInt(@__wsystem)); writeln('__wtempnam: ',NativeInt(@__wtempnam)); writeln('__wtmpnam: ',NativeInt(@__wtmpnam)); writeln('__wtmpnam_s: ',NativeInt(@__wtmpnam_s)); 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('__wunlink: ',NativeInt(@__wunlink)); writeln('__wutime32: ',NativeInt(@__wutime32)); writeln('__wutime: ',NativeInt(@__wutime)); writeln('__wutime64: ',NativeInt(@__wutime64)); writeln('_y0: ',NativeInt(@_y0)); writeln('__y0: ',NativeInt(@__y0)); writeln('_y1: ',NativeInt(@_y1)); writeln('__y1: ',NativeInt(@__y1)); writeln('__yn: ',NativeInt(@__yn)); writeln('_yn: ',NativeInt(@_yn)); writeln('_abort: ',NativeInt(@_abort)); writeln('_abs: ',NativeInt(@_abs)); writeln('_acos: ',NativeInt(@_acos)); writeln('_asctime: ',NativeInt(@_asctime)); writeln('_asin: ',NativeInt(@_asin)); writeln('_atan: ',NativeInt(@_atan)); writeln('_atof: ',NativeInt(@_atof)); writeln('_atoi: ',NativeInt(@_atoi)); writeln('_atol: ',NativeInt(@_atol)); writeln('_bsearch: ',NativeInt(@_bsearch)); writeln('_bsearch_s: ',NativeInt(@_bsearch_s)); writeln('_calloc: ',NativeInt(@_calloc)); writeln('_clearerr: ',NativeInt(@_clearerr)); writeln('__difftime32: ',NativeInt(@__difftime32)); writeln('_clearerr_s: ',NativeInt(@_clearerr_s)); writeln('_clock: ',NativeInt(@_clock)); writeln('__ctime32: ',NativeInt(@__ctime32)); writeln('_cosh: ',NativeInt(@_cosh)); writeln('_ctime: ',NativeInt(@_ctime)); writeln('_difftime: ',NativeInt(@_difftime)); writeln('_div: ',NativeInt(@_div)); writeln('_exit: ',NativeInt(@_exit)); 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('___ms_fscanf: ',NativeInt(@___ms_fscanf)); writeln('_fopen: ',NativeInt(@_fopen)); writeln('_fopen_s: ',NativeInt(@_fopen_s)); writeln('___ms_fprintf: ',NativeInt(@___ms_fprintf)); writeln('_fprintf: ',NativeInt(@_fprintf)); writeln('_fprintf_s: ',NativeInt(@_fprintf_s)); writeln('_fputc: ',NativeInt(@_fputc)); writeln('_fputs: ',NativeInt(@_fputs)); writeln('_fputwc: ',NativeInt(@_fputwc)); writeln('_fputws: ',NativeInt(@_fputws)); writeln('_fread: ',NativeInt(@_fread)); writeln('_free: ',NativeInt(@_free)); writeln('_freopen: ',NativeInt(@_freopen)); writeln('_freopen_s: ',NativeInt(@_freopen_s)); writeln('_fscanf: ',NativeInt(@_fscanf)); writeln('_fscanf_s: ',NativeInt(@_fscanf_s)); writeln('___ms_fwprintf: ',NativeInt(@___ms_fwprintf)); writeln('_fseek: ',NativeInt(@_fseek)); writeln('_fsetpos: ',NativeInt(@_fsetpos)); writeln('_ftell: ',NativeInt(@_ftell)); writeln('_fwprintf: ',NativeInt(@_fwprintf)); writeln('___ms_fwscanf: ',NativeInt(@___ms_fwscanf)); writeln('_fwprintf_s: ',NativeInt(@_fwprintf_s)); writeln('_fwrite: ',NativeInt(@_fwrite)); writeln('_fwscanf: ',NativeInt(@_fwscanf)); writeln('_fwscanf_s: ',NativeInt(@_fwscanf_s)); writeln('_getc: ',NativeInt(@_getc)); writeln('_getchar: ',NativeInt(@_getchar)); writeln('__gmtime32: ',NativeInt(@__gmtime32)); writeln('_getenv: ',NativeInt(@_getenv)); writeln('_getenv_s: ',NativeInt(@_getenv_s)); writeln('_gets: ',NativeInt(@_gets)); writeln('_getwc: ',NativeInt(@_getwc)); writeln('_getwchar: ',NativeInt(@_getwchar)); writeln('_gmtime: ',NativeInt(@_gmtime)); writeln('_is_wctype: ',NativeInt(@_is_wctype)); writeln('_isalnum: ',NativeInt(@_isalnum)); writeln('_isalpha: ',NativeInt(@_isalpha)); 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('_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('_labs: ',NativeInt(@_labs)); writeln('_localeconv: ',NativeInt(@_localeconv)); writeln('__localtime32: ',NativeInt(@__localtime32)); writeln('_ldiv: ',NativeInt(@_ldiv)); writeln('_localtime: ',NativeInt(@_localtime)); writeln('_log10: ',NativeInt(@_log10)); writeln('_longjmp: ',NativeInt(@_longjmp)); writeln('_malloc: ',NativeInt(@_malloc)); writeln('_mblen: ',NativeInt(@_mblen)); writeln('_perror: ',NativeInt(@_perror)); writeln('___ms_printf: ',NativeInt(@___ms_printf)); writeln('__mktime32: ',NativeInt(@__mktime32)); writeln('_mbsrtowcs_s: ',NativeInt(@_mbsrtowcs_s)); writeln('_mbstowcs: ',NativeInt(@_mbstowcs)); writeln('_mbstowcs_s: ',NativeInt(@_mbstowcs_s)); writeln('_mbtowc: ',NativeInt(@_mbtowc)); writeln('_memchr: ',NativeInt(@_memchr)); writeln('_memcmp: ',NativeInt(@_memcmp)); writeln('_memcpy: ',NativeInt(@_memcpy)); writeln('_memmove: ',NativeInt(@_memmove)); writeln('_memset: ',NativeInt(@_memset)); writeln('_mktime: ',NativeInt(@_mktime)); writeln('_printf: ',NativeInt(@_printf)); writeln('_printf_s: ',NativeInt(@_printf_s)); writeln('_putc: ',NativeInt(@_putc)); writeln('_putchar: ',NativeInt(@_putchar)); writeln('_puts: ',NativeInt(@_puts)); writeln('_putwc: ',NativeInt(@_putwc)); writeln('_putwchar: ',NativeInt(@_putwchar)); writeln('_qsort: ',NativeInt(@_qsort)); writeln('_qsort_s: ',NativeInt(@_qsort_s)); writeln('_raise: ',NativeInt(@_raise)); writeln('_rand: ',NativeInt(@_rand)); writeln('_realloc: ',NativeInt(@_realloc)); writeln('_remove: ',NativeInt(@_remove)); writeln('___ms_sprintf: ',NativeInt(@___ms_sprintf)); writeln('_rename: ',NativeInt(@_rename)); writeln('___ms_scanf: ',NativeInt(@___ms_scanf)); writeln('_rewind: ',NativeInt(@_rewind)); writeln('_scanf: ',NativeInt(@_scanf)); writeln('_scanf_s: ',NativeInt(@_scanf_s)); writeln('_setbuf: ',NativeInt(@_setbuf)); writeln('_setlocale: ',NativeInt(@_setlocale)); writeln('_setvbuf: ',NativeInt(@_setvbuf)); writeln('_signal: ',NativeInt(@_signal)); writeln('_sinh: ',NativeInt(@_sinh)); writeln('_sprintf: ',NativeInt(@_sprintf)); writeln('_srand: ',NativeInt(@_srand)); writeln('___ms_sscanf: ',NativeInt(@___ms_sscanf)); writeln('_sscanf: ',NativeInt(@_sscanf)); writeln('_sscanf_s: ',NativeInt(@_sscanf_s)); writeln('_strcat: ',NativeInt(@_strcat)); writeln('_strcat_s: ',NativeInt(@_strcat_s)); writeln('_strchr: ',NativeInt(@_strchr)); writeln('_strcmp: ',NativeInt(@_strcmp)); writeln('_strcoll: ',NativeInt(@_strcoll)); writeln('_strcpy: ',NativeInt(@_strcpy)); writeln('_strcpy_s: ',NativeInt(@_strcpy_s)); writeln('_strcspn: ',NativeInt(@_strcspn)); writeln('_strerror: ',NativeInt(@_strerror)); writeln('_strftime: ',NativeInt(@_strftime)); 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('_strrchr: ',NativeInt(@_strrchr)); writeln('_strspn: ',NativeInt(@_strspn)); writeln('_strstr: ',NativeInt(@_strstr)); writeln('_strtod: ',NativeInt(@_strtod)); writeln('_strtok: ',NativeInt(@_strtok)); writeln('_strtok_s: ',NativeInt(@_strtok_s)); writeln('_strtol: ',NativeInt(@_strtol)); writeln('_strtoul: ',NativeInt(@_strtoul)); writeln('_strxfrm: ',NativeInt(@_strxfrm)); writeln('__swprintf: ',NativeInt(@__swprintf)); writeln('_swprintf: ',NativeInt(@_swprintf)); writeln('___ms_swprintf: ',NativeInt(@___ms_swprintf)); writeln('_swprintf_s: ',NativeInt(@_swprintf_s)); writeln('__time32: ',NativeInt(@__time32)); writeln('___ms_swscanf: ',NativeInt(@___ms_swscanf)); writeln('_swscanf: ',NativeInt(@_swscanf)); writeln('_swscanf_s: ',NativeInt(@_swscanf_s)); writeln('_system: ',NativeInt(@_system)); writeln('_tan: ',NativeInt(@_tan)); writeln('_tanh: ',NativeInt(@_tanh)); writeln('_time: ',NativeInt(@_time)); writeln('_tmpfile: ',NativeInt(@_tmpfile)); writeln('_tmpfile_s: ',NativeInt(@_tmpfile_s)); writeln('_tmpnam: ',NativeInt(@_tmpnam)); writeln('_tmpnam_s: ',NativeInt(@_tmpnam_s)); writeln('_tolower: ',NativeInt(@_tolower)); writeln('_toupper: ',NativeInt(@_toupper)); writeln('_towlower: ',NativeInt(@_towlower)); writeln('_towupper: ',NativeInt(@_towupper)); writeln('_ungetc: ',NativeInt(@_ungetc)); writeln('_ungetwc: ',NativeInt(@_ungetwc)); writeln('___ms_vprintf: ',NativeInt(@___ms_vprintf)); writeln('___ms_vfprintf: ',NativeInt(@___ms_vfprintf)); writeln('_vfprintf: ',NativeInt(@_vfprintf)); writeln('___ms_vfwprintf: ',NativeInt(@___ms_vfwprintf)); writeln('_vfprintf_s: ',NativeInt(@_vfprintf_s)); writeln('_vfwprintf: ',NativeInt(@_vfwprintf)); writeln('_vfwprintf_s: ',NativeInt(@_vfwprintf_s)); writeln('_vprintf: ',NativeInt(@_vprintf)); writeln('_vprintf_s: ',NativeInt(@_vprintf_s)); writeln('___ms_vswprintf: ',NativeInt(@___ms_vswprintf)); writeln('___ms_vsprintf: ',NativeInt(@___ms_vsprintf)); writeln('_vsprintf: ',NativeInt(@_vsprintf)); writeln('__vswprintf: ',NativeInt(@__vswprintf)); writeln('_vswprintf: ',NativeInt(@_vswprintf)); writeln('_vswprintf_s: ',NativeInt(@_vswprintf_s)); writeln('___ms_vwprintf: ',NativeInt(@___ms_vwprintf)); writeln('_vwprintf: ',NativeInt(@_vwprintf)); writeln('_vwprintf_s: ',NativeInt(@_vwprintf_s)); writeln('_wcrtomb_s: ',NativeInt(@_wcrtomb_s)); writeln('_wcscat: ',NativeInt(@_wcscat)); writeln('_wcscat_s: ',NativeInt(@_wcscat_s)); writeln('_wcschr: ',NativeInt(@_wcschr)); writeln('_wcscmp: ',NativeInt(@_wcscmp)); writeln('_wcscoll: ',NativeInt(@_wcscoll)); writeln('_wcscpy: ',NativeInt(@_wcscpy)); writeln('_wcscpy_s: ',NativeInt(@_wcscpy_s)); writeln('_wcscspn: ',NativeInt(@_wcscspn)); writeln('_wcsftime: ',NativeInt(@_wcsftime)); 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('_wcsrchr: ',NativeInt(@_wcsrchr)); writeln('_wcsrtombs_s: ',NativeInt(@_wcsrtombs_s)); writeln('_wcsspn: ',NativeInt(@_wcsspn)); writeln('_wcsstr: ',NativeInt(@_wcsstr)); writeln('_wcstod: ',NativeInt(@_wcstod)); writeln('_wcstok: ',NativeInt(@_wcstok)); writeln('_wcstok_s: ',NativeInt(@_wcstok_s)); writeln('_wcstol: ',NativeInt(@_wcstol)); writeln('_wcstombs_s: ',NativeInt(@_wcstombs_s)); writeln('_wcstoul: ',NativeInt(@_wcstoul)); writeln('_wcsxfrm: ',NativeInt(@_wcsxfrm)); writeln('_wctomb: ',NativeInt(@_wctomb)); writeln('_wctomb_s: ',NativeInt(@_wctomb_s)); writeln('___ms_wprintf: ',NativeInt(@___ms_wprintf)); writeln('_wcstombs: ',NativeInt(@_wcstombs)); writeln('_wprintf: ',NativeInt(@_wprintf)); writeln('___ms_wscanf: ',NativeInt(@___ms_wscanf)); writeln('_wprintf_s: ',NativeInt(@_wprintf_s)); writeln('_wscanf: ',NativeInt(@_wscanf)); writeln('_wscanf_s: ',NativeInt(@_wscanf_s)); {$ENDIF} except on E : Exception do Writeln(E.ClassName,': ',E.Message); end; end; end.