- Timestamp:
- Dec 21, 1999, 9:42:27 PM (26 years ago)
- Location:
- trunk/src/msvcrt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvcrt/makefile
r2176 r2187 1 # $Id: makefile,v 1. 7 1999-12-21 12:25:55sandervl Exp $1 # $Id: makefile,v 1.8 1999-12-21 20:42:27 sandervl Exp $ 2 2 3 3 # … … 40 40 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET20).def \ 41 41 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 42 $(PDWIN32_LIB)/crtdll.lib \ 42 43 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 43 44 $(CP) $@ $(PDWIN32_BIN) … … 46 47 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET40).def \ 47 48 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 49 $(PDWIN32_LIB)/crtdll.lib \ 48 50 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 49 51 $(CP) $@ $(PDWIN32_BIN) -
trunk/src/msvcrt/msvcrt20.def
r2153 r2187 1 ; $Id: msvcrt20.def,v 1. 2 1999-12-20 10:12:43sandervl Exp $1 ; $Id: msvcrt20.def,v 1.3 1999-12-21 20:42:27 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 5 5 DATA MULTIPLE NONSHARED 6 6 7 IMPORTS8 ; Forwarded APIs - KERNEL329 KERNEL32_memmove = KERNEL32.memmove10 11 ; Forwarded APIs - NTDLL12 NTDLL__CIpow = NTDLL._CIpow13 NTDLL__ftol = NTDLL._ftol14 NTDLL__itoa = NTDLL._itoa15 NTDLL__ltoa = NTDLL._ltoa16 NTDLL__memicmp = NTDLL._memicmp17 NTDLL__snprintf = NTDLL._snprintf18 NTDLL__snwprintf = NTDLL._snwprintf19 NTDLL__splitpath = NTDLL._splitpath20 NTDLL__strcmpi = NTDLL._strcmpi21 NTDLL__stricmp = NTDLL._stricmp22 NTDLL__strlwr = NTDLL._strlwr23 NTDLL__strnicmp = NTDLL._strnicmp24 NTDLL__strupr = NTDLL._strupr25 NTDLL__ultoa = NTDLL._ultoa26 NTDLL__vsnprintf = NTDLL._vsnprintf27 NTDLL__wcsicmp = NTDLL._wcsicmp28 NTDLL__wcslwr = NTDLL._wcslwr29 NTDLL__wcsnicmp = NTDLL._wcsnicmp30 NTDLL__wcsupr = NTDLL._wcsupr31 NTDLL__wtoi = NTDLL._wtoi32 NTDLL__wtol = NTDLL._wtol33 NTDLL_abs = NTDLL.abs34 NTDLL_atan = NTDLL.atan35 NTDLL_atoi = NTDLL.atoi36 NTDLL_atol = NTDLL.atol37 NTDLL_ceil = NTDLL.ceil38 NTDLL_cos = NTDLL.cos39 NTDLL_fabs = NTDLL.fabs40 NTDLL_floor = NTDLL.floor41 NTDLL_isalpha = NTDLL.isalpha42 NTDLL_isdigit = NTDLL.isdigit43 NTDLL_islower = NTDLL.islower44 NTDLL_isprint = NTDLL.isprint45 NTDLL_isspace = NTDLL.isspace46 NTDLL_isupper = NTDLL.isupper47 NTDLL_iswalpha = NTDLL.iswalpha48 NTDLL_iswctype = NTDLL.iswctype49 NTDLL_isxdigit = NTDLL.isxdigit50 NTDLL_labs = NTDLL.labs51 NTDLL_log = NTDLL.log52 NTDLL_mbstowcs = NTDLL.mbstowcs53 NTDLL_memchr = NTDLL.memchr54 NTDLL_memcmp = NTDLL.memcmp55 NTDLL_memcpy = NTDLL.memcpy56 NTDLL_memset = NTDLL.memset57 NTDLL_pow = NTDLL.pow58 NTDLL_qsort = NTDLL.qsort59 NTDLL_sin = NTDLL.sin60 NTDLL_sprintf = NTDLL.sprintf61 NTDLL_sqrt = NTDLL.sqrt62 NTDLL_sscanf = NTDLL.sscanf63 NTDLL_strcat = NTDLL.strcat64 NTDLL_strchr = NTDLL.strchr65 NTDLL_strcmp = NTDLL.strcmp66 NTDLL_strcpy = NTDLL.strcpy67 NTDLL_strcspn = NTDLL.strcspn68 NTDLL_strlen = NTDLL.strlen69 NTDLL_strncat = NTDLL.strncat70 NTDLL_strncmp = NTDLL.strncmp71 NTDLL_strncpy = NTDLL.strncpy72 NTDLL_strpbrk = NTDLL.strpbrk73 NTDLL_strrchr = NTDLL.strrchr74 NTDLL_strspn = NTDLL.strspn75 NTDLL_strstr = NTDLL.strstr76 NTDLL_swprintf = NTDLL.swprintf77 NTDLL_tan = NTDLL.tan78 NTDLL_tolower = NTDLL.tolower79 NTDLL_toupper = NTDLL.toupper80 NTDLL_towlower = NTDLL.towlower81 NTDLL_towupper = NTDLL.towupper82 NTDLL_vsprintf = NTDLL.vsprintf83 NTDLL_wcscat = NTDLL.wcscat84 NTDLL_wcschr = NTDLL.wcschr85 NTDLL_wcscmp = NTDLL.wcscmp86 NTDLL_wcscpy = NTDLL.wcscpy87 NTDLL_wcscspn = NTDLL.wcscspn88 NTDLL_wcslen = NTDLL.wcslen89 NTDLL_wcsncat = NTDLL.wcsncat90 NTDLL_wcsncmp = NTDLL.wcsncmp91 NTDLL_wcsncpy = NTDLL.wcsncpy92 NTDLL_wcspbrk = NTDLL.wcspbrk93 NTDLL_wcsrchr = NTDLL.wcsrchr94 NTDLL_wcsspn = NTDLL.wcsspn95 NTDLL_wcsstr = NTDLL.wcsstr96 NTDLL_wcstok = NTDLL.wcstok97 NTDLL_wcstol = NTDLL.wcstol98 NTDLL_wcstombs = NTDLL.wcstombs99 NTDLL_wcstoul = NTDLL.wcstoul100 101 ; Forwarded APIs - CRTDLL102 CRTDLL___dllonexit = CRTDLL.__dllonexit103 CRTDLL___doserrno = CRTDLL.__doserrno104 CRTDLL___fpecode = CRTDLL.__fpecode105 CRTDLL___isascii = CRTDLL.__isascii106 CRTDLL___iscsym = CRTDLL.__iscsym107 CRTDLL___iscsymf = CRTDLL.__iscsymf108 CRTDLL___threadhandle = CRTDLL.__threadhandle109 CRTDLL___threadid = CRTDLL.__threadid110 111 CRTDLL__CIacos = CRTDLL._CIacos112 CRTDLL__CIasin = CRTDLL._CIasin113 CRTDLL__CIatan = CRTDLL._CIatan114 CRTDLL__CIatan2 = CRTDLL._CIatan2115 CRTDLL__CIcos = CRTDLL._CIcos116 CRTDLL__CIcosh = CRTDLL._CIcosh117 CRTDLL__CIexp = CRTDLL._CIexp118 CRTDLL__CIfmod = CRTDLL._CIfmod119 CRTDLL__CIlog = CRTDLL._CIlog120 CRTDLL__CIlog10 = CRTDLL._CIlog10121 CRTDLL__CIsin = CRTDLL._CIsin122 CRTDLL__CIsinh = CRTDLL._CIsinh123 CRTDLL__CIsqrt = CRTDLL._CIsqrt124 CRTDLL__CItan = CRTDLL._CItan125 CRTDLL__CItanh = CRTDLL._CItanh126 CRTDLL__abnormal_termination = CRTDLL._abnormal_termination127 CRTDLL__access = CRTDLL._access128 CRTDLL__amsg_exit = CRTDLL._amsg_exit129 CRTDLL__assert = CRTDLL._assert130 CRTDLL__beep = CRTDLL._beep131 CRTDLL__beginthread = CRTDLL._beginthread132 CRTDLL__c_exit = CRTDLL._c_exit133 CRTDLL__cabs = CRTDLL._cabs134 CRTDLL__cexit = CRTDLL._cexit135 CRTDLL__cgets = CRTDLL._cgets136 CRTDLL__chdir = CRTDLL._chdir137 CRTDLL__chdrive = CRTDLL._chdrive138 CRTDLL__chgsign = CRTDLL._chgsign139 CRTDLL__chmod = CRTDLL._chmod140 CRTDLL__chsize = CRTDLL._chsize141 CRTDLL__clearfp = CRTDLL._clearfp142 CRTDLL__close = CRTDLL._close143 CRTDLL__commit = CRTDLL._commit144 CRTDLL__control87 = CRTDLL._control87145 CRTDLL__controlfp = CRTDLL._controlfp146 CRTDLL__copysign = CRTDLL._copysign147 CRTDLL__cprintf = CRTDLL._cprintf148 CRTDLL__cputs = CRTDLL._cputs149 CRTDLL__creat = CRTDLL._creat150 CRTDLL__cscanf = CRTDLL._cscanf151 CRTDLL__cwait = CRTDLL._cwait152 CRTDLL__dup = CRTDLL._dup153 CRTDLL__dup2 = CRTDLL._dup2154 CRTDLL__ecvt = CRTDLL._ecvt155 CRTDLL__endthread = CRTDLL._endthread156 CRTDLL__eof = CRTDLL._eof157 CRTDLL__errno = CRTDLL._errno158 CRTDLL__except_handler2 = CRTDLL._except_handler2159 CRTDLL__execl = CRTDLL._execl160 CRTDLL__execle = CRTDLL._execle161 CRTDLL__execlp = CRTDLL._execlp162 CRTDLL__execlpe = CRTDLL._execlpe163 CRTDLL__execv = CRTDLL._execv164 CRTDLL__execve = CRTDLL._execve165 CRTDLL__execvp = CRTDLL._execvp166 CRTDLL__execvpe = CRTDLL._execvpe167 CRTDLL__exit = CRTDLL._exit168 CRTDLL__expand = CRTDLL._expand169 CRTDLL__fcloseall = CRTDLL._fcloseall170 CRTDLL__fcvt = CRTDLL._fcvt171 CRTDLL__fdopen = CRTDLL._fdopen172 CRTDLL__fgetchar = CRTDLL._fgetchar173 CRTDLL__fgetwchar = CRTDLL._fgetwchar174 CRTDLL__filbuf = CRTDLL._filbuf175 CRTDLL__filelength = CRTDLL._filelength176 CRTDLL__fileno = CRTDLL._fileno177 CRTDLL__findclose = CRTDLL._findclose178 CRTDLL__findfirst = CRTDLL._findfirst179 CRTDLL__findnext = CRTDLL._findnext180 CRTDLL__finite = CRTDLL._finite181 CRTDLL__flsbuf = CRTDLL._flsbuf182 CRTDLL__flushall = CRTDLL._flushall183 CRTDLL__fpclass = CRTDLL._fpclass184 CRTDLL__fpieee_flt = CRTDLL._fpieee_flt185 CRTDLL__fpreset = CRTDLL._fpreset186 CRTDLL__fputchar = CRTDLL._fputchar187 CRTDLL__fputwchar = CRTDLL._fputwchar188 CRTDLL__fsopen = CRTDLL._fsopen189 CRTDLL__fstat = CRTDLL._fstat190 CRTDLL__ftime = CRTDLL._ftime191 CRTDLL__fullpath = CRTDLL._fullpath192 CRTDLL__futime = CRTDLL._futime193 CRTDLL__gcvt = CRTDLL._gcvt194 CRTDLL__get_osfhandle = CRTDLL._get_osfhandle195 CRTDLL__getch = CRTDLL._getch196 CRTDLL__getche = CRTDLL._getche197 CRTDLL__getcwd = CRTDLL._getcwd198 CRTDLL__getdcwd = CRTDLL._getdcwd199 CRTDLL__getdiskfree = CRTDLL._getdiskfree200 CRTDLL__getdrive = CRTDLL._getdrive201 CRTDLL__getdrives = CRTDLL._getdrives202 CRTDLL__getpid = CRTDLL._getpid203 CRTDLL__getsystime = CRTDLL._getsystime204 CRTDLL__getw = CRTDLL._getw205 CRTDLL__getws = CRTDLL._getws206 CRTDLL__global_unwind2 = CRTDLL._global_unwind2207 CRTDLL__heapchk = CRTDLL._heapchk208 CRTDLL__heapmin = CRTDLL._heapmin209 CRTDLL__heapset = CRTDLL._heapset210 CRTDLL__heapwalk = CRTDLL._heapwalk211 CRTDLL__hypot = CRTDLL._hypot212 CRTDLL__iob = CRTDLL._iob213 CRTDLL__isatty = CRTDLL._isatty214 CRTDLL__isctype = CRTDLL._isctype215 CRTDLL__ismbbalnum = CRTDLL._ismbbalnum216 CRTDLL__ismbbalpha = CRTDLL._ismbbalpha217 CRTDLL__ismbbgraph = CRTDLL._ismbbgraph218 CRTDLL__ismbbkalnum = CRTDLL._ismbbkalnum219 CRTDLL__ismbbkana = CRTDLL._ismbbkana220 CRTDLL__ismbbkpunct = CRTDLL._ismbbkpunct221 CRTDLL__ismbblead = CRTDLL._ismbblead222 CRTDLL__ismbbprint = CRTDLL._ismbbprint223 CRTDLL__ismbbpunct = CRTDLL._ismbbpunct224 CRTDLL__ismbbtrail = CRTDLL._ismbbtrail225 CRTDLL__ismbcalpha = CRTDLL._ismbcalpha226 CRTDLL__ismbcdigit = CRTDLL._ismbcdigit227 CRTDLL__ismbchira = CRTDLL._ismbchira228 CRTDLL__ismbckata = CRTDLL._ismbckata229 CRTDLL__ismbcl0 = CRTDLL._ismbcl0230 CRTDLL__ismbcl1 = CRTDLL._ismbcl1231 CRTDLL__ismbcl2 = CRTDLL._ismbcl2232 CRTDLL__ismbclegal = CRTDLL._ismbclegal233 CRTDLL__ismbclower = CRTDLL._ismbclower234 CRTDLL__ismbcprint = CRTDLL._ismbcprint235 CRTDLL__ismbcspace = CRTDLL._ismbcspace236 CRTDLL__ismbcsymbol = CRTDLL._ismbcsymbol237 CRTDLL__ismbcupper = CRTDLL._ismbcupper238 CRTDLL__ismbslead = CRTDLL._ismbslead239 CRTDLL__ismbstrail = CRTDLL._ismbstrail240 CRTDLL__isnan = CRTDLL._isnan241 CRTDLL__j0 = CRTDLL._j0242 CRTDLL__j1 = CRTDLL._j1243 CRTDLL__jn = CRTDLL._jn244 CRTDLL__kbhit = CRTDLL._kbhit245 CRTDLL__lfind = CRTDLL._lfind246 CRTDLL__loaddll = CRTDLL._loaddll247 CRTDLL__local_unwind2 = CRTDLL._local_unwind2248 CRTDLL__locking = CRTDLL._locking249 CRTDLL__logb = CRTDLL._logb250 CRTDLL__lrotl = CRTDLL._lrotl251 CRTDLL__lrotr = CRTDLL._lrotr252 CRTDLL__lsearch = CRTDLL._lsearch253 CRTDLL__lseek = CRTDLL._lseek254 CRTDLL__makepath = CRTDLL._makepath255 CRTDLL__mbbtombc = CRTDLL._mbbtombc256 CRTDLL__mbbtype = CRTDLL._mbbtype257 CRTDLL__mbccpy = CRTDLL._mbccpy258 CRTDLL__mbcjistojms = CRTDLL._mbcjistojms259 CRTDLL__mbcjmstojis = CRTDLL._mbcjmstojis260 CRTDLL__mbclen = CRTDLL._mbclen261 CRTDLL__mbctohira = CRTDLL._mbctohira262 CRTDLL__mbctokata = CRTDLL._mbctokata263 CRTDLL__mbctolower = CRTDLL._mbctolower264 CRTDLL__mbctombb = CRTDLL._mbctombb265 CRTDLL__mbctoupper = CRTDLL._mbctoupper266 CRTDLL__mbsbtype = CRTDLL._mbsbtype267 CRTDLL__mbscat = CRTDLL._mbscat268 CRTDLL__mbschr = CRTDLL._mbschr269 CRTDLL__mbscmp = CRTDLL._mbscmp270 CRTDLL__mbscpy = CRTDLL._mbscpy271 CRTDLL__mbscspn = CRTDLL._mbscspn272 CRTDLL__mbsdec = CRTDLL._mbsdec273 CRTDLL__mbsdup = CRTDLL._mbsdup274 CRTDLL__mbsicmp = CRTDLL._mbsicmp275 CRTDLL__mbsinc = CRTDLL._mbsinc276 CRTDLL__mbslen = CRTDLL._mbslen277 CRTDLL__mbslwr = CRTDLL._mbslwr278 CRTDLL__mbsnbcat = CRTDLL._mbsnbcat279 CRTDLL__mbsnbcmp = CRTDLL._mbsnbcmp280 CRTDLL__mbsnbcnt = CRTDLL._mbsnbcnt281 CRTDLL__mbsnbcpy = CRTDLL._mbsnbcpy282 CRTDLL__mbsnbicmp = CRTDLL._mbsnbicmp283 CRTDLL__mbsnbset = CRTDLL._mbsnbset284 CRTDLL__mbsncat = CRTDLL._mbsncat285 CRTDLL__mbsnccnt = CRTDLL._mbsnccnt286 CRTDLL__mbsncmp = CRTDLL._mbsncmp287 CRTDLL__mbsncpy = CRTDLL._mbsncpy288 CRTDLL__mbsnextc = CRTDLL._mbsnextc289 CRTDLL__mbsnicmp = CRTDLL._mbsnicmp290 CRTDLL__mbsninc = CRTDLL._mbsninc291 CRTDLL__mbsnset = CRTDLL._mbsnset292 CRTDLL__mbspbrk = CRTDLL._mbspbrk293 CRTDLL__mbsrchr = CRTDLL._mbsrchr294 CRTDLL__mbsrev = CRTDLL._mbsrev295 CRTDLL__mbsset = CRTDLL._mbsset296 CRTDLL__mbsspn = CRTDLL._mbsspn297 CRTDLL__mbsspnp = CRTDLL._mbsspnp298 CRTDLL__mbsstr = CRTDLL._mbsstr299 CRTDLL__mbstok = CRTDLL._mbstok300 CRTDLL__mbstrlen = CRTDLL._mbstrlen301 CRTDLL__mbsupr = CRTDLL._mbsupr302 CRTDLL__memccpy = CRTDLL._memccpy303 CRTDLL__mkdir = CRTDLL._mkdir304 CRTDLL__mktemp = CRTDLL._mktemp305 CRTDLL__msize = CRTDLL._msize306 CRTDLL__nextafter = CRTDLL._nextafter307 CRTDLL__onexit = CRTDLL._onexit308 CRTDLL__open = CRTDLL._open309 CRTDLL__open_osfhandle = CRTDLL._open_osfhandle310 CRTDLL__pclose = CRTDLL._pclose311 CRTDLL__pipe = CRTDLL._pipe312 CRTDLL__popen = CRTDLL._popen313 CRTDLL__purecall = CRTDLL._purecall314 CRTDLL__putch = CRTDLL._putch315 CRTDLL__putenv = CRTDLL._putenv316 CRTDLL__putw = CRTDLL._putw317 CRTDLL__read = CRTDLL._read318 CRTDLL__rmdir = CRTDLL._rmdir319 CRTDLL__rmtmp = CRTDLL._rmtmp320 CRTDLL__rotl = CRTDLL._rotl321 CRTDLL__rotr = CRTDLL._rotr322 CRTDLL__scalb = CRTDLL._scalb323 CRTDLL__searchenv = CRTDLL._searchenv324 CRTDLL__setjmp = CRTDLL._setjmp325 CRTDLL__setmode = CRTDLL._setmode326 CRTDLL__seterrormode = CRTDLL._seterrormode327 CRTDLL__setsystime = CRTDLL._setsystime328 CRTDLL__spawnl = CRTDLL._spawnl329 CRTDLL__spawnle = CRTDLL._spawnle330 CRTDLL__spawnlp = CRTDLL._spawnlp331 CRTDLL__spawnlpe = CRTDLL._spawnlpe332 CRTDLL__spawnv = CRTDLL._spawnv333 CRTDLL__spawnve = CRTDLL._spawnve334 CRTDLL__spawnvp = CRTDLL._spawnvp335 CRTDLL__spawnvpe = CRTDLL._spawnvpe336 CRTDLL__sleep = CRTDLL._sleep337 CRTDLL__sopen = CRTDLL._sopen338 CRTDLL__stat = CRTDLL._stat339 CRTDLL__statusfp = CRTDLL._statusfp340 CRTDLL__strdate = CRTDLL._strdate341 CRTDLL__strdup = CRTDLL._strdup342 CRTDLL__strerror = CRTDLL._strerror343 CRTDLL__stricoll = CRTDLL._stricoll344 CRTDLL__strnset = CRTDLL._strnset345 CRTDLL__strrev = CRTDLL._strrev346 CRTDLL__strset = CRTDLL._strset347 CRTDLL__strtime = CRTDLL._strtime348 CRTDLL__swab = CRTDLL._swab349 CRTDLL__sys_errlist = CRTDLL.sys_errlist350 CRTDLL__tell = CRTDLL._tell351 CRTDLL__tempnam = CRTDLL._tempnam352 CRTDLL__tolower = CRTDLL._tolower353 CRTDLL__toupper = CRTDLL._toupper354 CRTDLL__tzset = CRTDLL._tzset355 CRTDLL__tzname = CRTDLL._tzname356 CRTDLL__ungetch = CRTDLL._ungetch357 CRTDLL__unlink = CRTDLL._unlink358 CRTDLL__unloaddll = CRTDLL._unloaddll359 CRTDLL__utime = CRTDLL._utime360 CRTDLL__vsnwprintf = CRTDLL._vsnwprintf361 CRTDLL__wcsdup = CRTDLL._wcsdup362 CRTDLL__wcsicoll = CRTDLL._wcsicoll363 CRTDLL__wcsnset = CRTDLL._wcsnset364 CRTDLL__wcsrev = CRTDLL._wcsrev365 CRTDLL__wcsset = CRTDLL._wcsset366 CRTDLL__write = CRTDLL._write367 CRTDLL__XcptFilter = CRTDLL._XcptFilter368 CRTDLL__y0 = CRTDLL._y0369 CRTDLL__y1 = CRTDLL._y1370 CRTDLL__yn = CRTDLL._yn371 CRTDLL_abort = CRTDLL.abort372 CRTDLL_acos = CRTDLL.acos373 CRTDLL_asctime = CRTDLL.asctime374 CRTDLL_asin = CRTDLL.asin375 CRTDLL_atan2 = CRTDLL.atan2376 CRTDLL_atexit = CRTDLL.atexit377 CRTDLL_atof = CRTDLL.atof378 CRTDLL_bsearch = CRTDLL.bsearch379 CRTDLL_calloc = CRTDLL.calloc380 CRTDLL_clearerr = CRTDLL.clearerr381 CRTDLL_clock = CRTDLL.clock382 CRTDLL_cosh = CRTDLL.cosh383 CRTDLL_ctime = CRTDLL.ctime384 CRTDLL_ctype = CRTDLL.ctype385 CRTDLL_difftime = CRTDLL.difftime386 CRTDLL_div = CRTDLL.div387 CRTDLL_exit = CRTDLL.exit388 CRTDLL_exp = CRTDLL.exp389 CRTDLL_fclose = CRTDLL.fclose390 CRTDLL_feof = CRTDLL.feof391 CRTDLL_ferror = CRTDLL.ferror392 CRTDLL_fflush = CRTDLL.fflush393 CRTDLL_fgetc = CRTDLL.fgetc394 CRTDLL_fgetpos = CRTDLL.fgetpos395 CRTDLL_fgets = CRTDLL.fgets396 CRTDLL_fgetwc = CRTDLL.fgetwc397 CRTDLL_fmod = CRTDLL.fmod398 CRTDLL_fopen = CRTDLL.fopen399 CRTDLL_fprintf = CRTDLL.fprintf400 CRTDLL_fputc = CRTDLL.fputc401 CRTDLL_fputs = CRTDLL.fputs402 CRTDLL_fputwc = CRTDLL.fputwc403 CRTDLL_fread = CRTDLL.fread404 CRTDLL_free = CRTDLL.free405 CRTDLL_freopen = CRTDLL.freopen406 CRTDLL_frexp = CRTDLL.frexp407 CRTDLL_fscanf = CRTDLL.fscanf408 CRTDLL_fseek = CRTDLL.fseek409 CRTDLL_fsetpos = CRTDLL.fsetpos410 CRTDLL_ftell = CRTDLL.ftell411 CRTDLL_fwprintf = CRTDLL.fwprintf412 CRTDLL_fwrite = CRTDLL.fwrite413 CRTDLL_fwscanf = CRTDLL.fwscanf414 CRTDLL_getc = CRTDLL.getc415 CRTDLL_getchar = CRTDLL.getchar416 CRTDLL_getenv = CRTDLL.getenv417 CRTDLL_gets = CRTDLL.gets418 CRTDLL_gmtime = CRTDLL.gmtime419 CRTDLL_is_wctype = CRTDLL.is_wctype420 CRTDLL_isalnum = CRTDLL.isalnum421 CRTDLL_iscntrl = CRTDLL.iscntrl422 CRTDLL_isgraph = CRTDLL.isgraph423 CRTDLL_isleadbyte = CRTDLL.isleadbyte424 CRTDLL_ispunct = CRTDLL.ispunct425 CRTDLL_iswalnum = CRTDLL.iswalnum426 CRTDLL_iswascii = CRTDLL.iswascii427 CRTDLL_iswcntrl = CRTDLL.iswcntrl428 CRTDLL_iswdigit = CRTDLL.iswdigit429 CRTDLL_iswgraph = CRTDLL.iswgraph430 CRTDLL_iswlower = CRTDLL.iswlower431 CRTDLL_iswprint = CRTDLL.iswprint432 CRTDLL_iswpunct = CRTDLL.iswpunct433 CRTDLL_iswspace = CRTDLL.iswspace434 CRTDLL_iswupper = CRTDLL.iswupper435 CRTDLL_iswxdigit = CRTDLL.iswxdigit436 CRTDLL_ldexp = CRTDLL.ldexp437 CRTDLL_ldiv = CRTDLL.ldiv438 CRTDLL_localeconv = CRTDLL.localeconv439 CRTDLL_localtime = CRTDLL.localtime440 CRTDLL_log10 = CRTDLL.log10441 CRTDLL_longjmp = CRTDLL.longjmp442 CRTDLL_malloc = CRTDLL.malloc443 CRTDLL_mbctype = CRTDLL.mbctype444 CRTDLL_mblen = CRTDLL.mblen445 CRTDLL_mbtowc = CRTDLL.mbtowc446 CRTDLL_mktime = CRTDLL.mktime447 CRTDLL_modf = CRTDLL.modf448 CRTDLL_perror = CRTDLL.perror449 CRTDLL_printf = CRTDLL.printf450 CRTDLL_putc = CRTDLL.putc451 CRTDLL_putchar = CRTDLL.putchar452 CRTDLL_puts = CRTDLL.puts453 CRTDLL_raise = CRTDLL.raise454 CRTDLL_rand = CRTDLL.rand455 CRTDLL_realloc = CRTDLL.realloc456 CRTDLL_remove = CRTDLL.remove457 CRTDLL_rename = CRTDLL.rename458 CRTDLL_rewind = CRTDLL.rewind459 CRTDLL_scanf = CRTDLL.scanf460 CRTDLL_setbuf = CRTDLL.setbuf461 CRTDLL_setlocale = CRTDLL.setlocale462 CRTDLL_setvbuf = CRTDLL.setvbuf463 CRTDLL_signal = CRTDLL.signal464 CRTDLL_sinh = CRTDLL.sinh465 CRTDLL_srand = CRTDLL.srand466 CRTDLL_strcoll = CRTDLL.strcoll467 CRTDLL_strerror = CRTDLL.strerror468 CRTDLL_strftime = CRTDLL.strftime469 CRTDLL_strtod = CRTDLL.strtod470 CRTDLL_strtok = CRTDLL.strtok471 CRTDLL_strtol = CRTDLL.strtol472 CRTDLL_strtoul = CRTDLL.strtoul473 CRTDLL_strxfrm = CRTDLL.strxfrm474 CRTDLL_swscanf = CRTDLL.swscanf475 CRTDLL_system = CRTDLL.system476 CRTDLL_tanh = CRTDLL.tanh477 CRTDLL_time = CRTDLL.time478 CRTDLL_tmpfile = CRTDLL.tmpfile479 CRTDLL_tmpnam = CRTDLL.tmpnam480 CRTDLL_ungetc = CRTDLL.ungetc481 CRTDLL_ungetwc = CRTDLL.ungetwc482 CRTDLL_vfprintf = CRTDLL.vfprintf483 CRTDLL_vfwprintf = CRTDLL.vfwprintf484 CRTDLL_vprintf = CRTDLL.vprintf485 CRTDLL_vswprintf = CRTDLL.vswprintf486 CRTDLL_vwprintf = CRTDLL.vwprintf487 CRTDLL_wcscoll = CRTDLL.wcscoll488 CRTDLL_wcsftime = CRTDLL.wcsftime489 CRTDLL_wcstod = CRTDLL.wcstod490 CRTDLL_wcsxfrm = CRTDLL.wcsxfrm491 CRTDLL_wctomb = CRTDLL.wctomb492 CRTDLL_wprintf = CRTDLL.wprintf493 CRTDLL_wscanf = CRTDLL.wscanf494 7 495 8 EXPORTS … … 506 19 ?unexpected@@YAXXZ = _MSVCRT_EXP47 @418 507 20 $I10_OUTPUT = _MSVCRT_EXP49 @438 508 _CIacos = CRTDLL__CIacos @439509 _CIasin = CRTDLL__CIasin @440510 _CIatan = CRTDLL__CIatan @441511 _CIatan2 = CRTDLL__CIatan2 @442512 _CIcos = CRTDLL__CIcos@443513 _CIcosh = CRTDLL__CIcosh @444514 _CIexp = CRTDLL__CIexp@445515 _CIfmod = CRTDLL__CIfmod @446516 _CIlog = CRTDLL__CIlog@447517 _CIlog10 = CRTDLL__CIlog10 @448518 _CIpow = NTDLL__CIpow@449519 _CIsin = CRTDLL__CIsin@450520 _CIsinh = CRTDLL__CIsinh @451521 _CIsqrt = CRTDLL__CIsqrt @452522 _CItan = CRTDLL__CItan @453523 _CItanh = CRTDLL__CItanh @45421 _CIacos = _CRTDLL__CIacos @439 22 _CIasin = _CRTDLL__CIasin @440 23 _CIatan = _CRTDLL__CIatan @441 24 _CIatan2 = _CRTDLL__CIatan2 @442 25 _CIcos = _CRTDLL__CIcos @443 26 _CIcosh = _CRTDLL__CIcosh @444 27 _CIexp = _CRTDLL__CIexp @445 28 _CIfmod = _CRTDLL__CIfmod @446 29 _CIlog = _CRTDLL__CIlog @447 30 _CIlog10 = _CRTDLL__CIlog10 @448 31 _CIpow = _CRTDLL__CIpow @449 32 _CIsin = _CRTDLL__CIsin @450 33 _CIsinh = _CRTDLL__CIsinh @451 34 _CIsqrt = _CRTDLL__CIsqrt @452 35 _CItan = _CRTDLL__CItan @453 36 _CItanh = _CRTDLL__CItanh @454 524 37 _CxxThrowException = _MSVCRT__CxxThrowException @455 525 38 _HUGE = MSVCRT__HUGE @456 526 _XcptFilter = CRTDLL__XcptFilter @45739 _XcptFilter = _CRTDLL__XcptFilter @457 527 40 __CxxFrameHandler = _MSVCRT___CxxFrameHandler @458 528 41 ; __CxxLongjmpUnwind @459 … … 530 43 __argc = MSVCRT___argc @461 531 44 __argv = MSVCRT___argv @462 532 __dllonexit = CRTDLL___dllonexit @463533 __doserrno = CRTDLL___doserrno @464534 __fpecode = CRTDLL___fpecode @46545 __dllonexit = _CRTDLL___dllonexit @463 46 __doserrno = _CRTDLL___doserrno @464 47 __fpecode = _CRTDLL___fpecode @465 535 48 __getmainargs = _MSVCRT___GetMainArgs @466 536 49 __initenv = _MSVCRT___initenv @467 537 __isascii = CRTDLL___isascii @468538 __iscsym = CRTDLL___iscsym @469539 __iscsymf = CRTDLL___iscsymf @47050 __isascii = _CRTDLL___isascii @468 51 __iscsym = _CRTDLL___iscsym @469 52 __iscsymf = _CRTDLL___iscsymf @470 540 53 ; __lconv_init @471 541 54 __mb_cur_max = MSVCRT___mb_cur_max @472 … … 569 82 570 83 571 __threadhandle = CRTDLL___threadhandle@500572 __threadid = CRTDLL___threadid @501573 ; __toascii = CRTDLL___toascii @50284 __threadhandle = _CRTDLL___threadhandle @500 85 __threadid = _CRTDLL___threadid @501 86 ; __toascii = _CRTDLL___toascii @502 574 87 __wargv @503 575 88 ; __wgetmainargs @504 576 89 ; __winitenv @505 577 _abnormal_termination = CRTDLL__abnormal_termination @506578 _access = CRTDLL__access @50790 _abnormal_termination = _CRTDLL__abnormal_termination @506 91 _access = _CRTDLL__access @507 579 92 _acmdln = MSVCRT__acmdln @508 580 93 ; _adj_fdiv_m16i @509 … … 593 106 _adjust_fdiv = _MSVCRT__adjust_fdiv @522 594 107 _aexit_rtn = _MSVCRT__aexit_rtn @523 595 _amsg_exit = CRTDLL__amsg_exit @524596 _assert = CRTDLL__assert @525108 _amsg_exit = _CRTDLL__amsg_exit @524 109 _assert = _CRTDLL__assert @525 597 110 ; _atodbl @526 598 111 ; _atoldbl @527 599 _beep = CRTDLL__beep @528600 _beginthread = CRTDLL__beginthread @529112 _beep = _CRTDLL__beep @528 113 _beginthread = _CRTDLL__beginthread @529 601 114 _beginthreadex = _MSVCRT__beginthreadex @530 602 _c_exit = CRTDLL__c_exit @531603 _cabs = CRTDLL__cabs @532604 _cexit = CRTDLL__cexit@533605 _cgets = CRTDLL__cgets@534606 _chdir = CRTDLL__chdir@535607 _chdrive = CRTDLL__chdrive @536608 _chgsign = CRTDLL__chgsign @537609 _chmod = CRTDLL__chmod@538610 _chsize = CRTDLL__chsize @539611 _clearfp = CRTDLL__clearfp @540612 _close = CRTDLL__close@541613 _commit = CRTDLL__commit @542115 _c_exit = _CRTDLL__c_exit @531 116 _cabs = _CRTDLL__cabs @532 117 _cexit = _CRTDLL__cexit @533 118 _cgets = _CRTDLL__cgets @534 119 _chdir = _CRTDLL__chdir @535 120 _chdrive = _CRTDLL__chdrive @536 121 _chgsign = _CRTDLL__chgsign @537 122 _chmod = _CRTDLL__chmod @538 123 _chsize = _CRTDLL__chsize @539 124 _clearfp = _CRTDLL__clearfp @540 125 _close = _CRTDLL__close @541 126 _commit = _CRTDLL__commit @542 614 127 _commode = MSVCRT__commode @543 615 _control87 = CRTDLL__control87 @544616 _controlfp = CRTDLL__controlfp @545617 _copysign = CRTDLL__copysign @546618 _cprintf = CRTDLL__cprintf @547619 _cputs = CRTDLL__cputs @548620 _creat = CRTDLL__creat@549621 _cscanf = CRTDLL__cscanf @550128 _control87 = _CRTDLL__control87 @544 129 _controlfp = _CRTDLL__controlfp @545 130 _copysign = _CRTDLL__copysign @546 131 _cprintf = _CRTDLL__cprintf @547 132 _cputs = _CRTDLL__cputs @548 133 _creat = _CRTDLL__creat @549 134 _cscanf = _CRTDLL__cscanf @550 622 135 _ctype = CRTDLL_ctype @551 623 _cwait = CRTDLL__cwait@552136 _cwait = _CRTDLL__cwait @552 624 137 _daylight = MSVCRT__daylight @553 625 _dup = CRTDLL__dup @554626 _dup2 = CRTDLL__dup2 @555627 _ecvt = CRTDLL__ecvt @556628 _endthread = CRTDLL__endthread @557138 _dup = _CRTDLL__dup @554 139 _dup2 = _CRTDLL__dup2 @555 140 _ecvt = _CRTDLL__ecvt @556 141 _endthread = _CRTDLL__endthread @557 629 142 _endthreadex = _MSVCRT__endthreadex @558 630 143 _environ = MSVCRT__environ @559 631 _eof = CRTDLL__eof @560632 _errno = CRTDLL__errno@561633 _except_handler2 = CRTDLL__except_handler2 @562144 _eof = _CRTDLL__eof @560 145 _errno = _CRTDLL__errno @561 146 _except_handler2 = _CRTDLL__except_handler2 @562 634 147 _except_handler3 = _MSVCRT__except_handler3 @563 635 _execl = CRTDLL__execl@564636 _execle = CRTDLL__execle @565637 _execlp = CRTDLL__execlp @566638 _execlpe = CRTDLL__execlpe @567639 _execv = CRTDLL__execv@568640 _execve = CRTDLL__execve @569641 _execvp = CRTDLL__execvp @570642 _execvpe = CRTDLL__execvpe @571643 _exit = CRTDLL__exit @572644 _expand = CRTDLL__expand @573645 _fcloseall = CRTDLL__fcloseall @574646 _fcvt = CRTDLL__fcvt @575647 _fdopen = CRTDLL__fdopen @576648 _fgetchar = CRTDLL__fgetchar @577649 _fgetwchar = CRTDLL__fgetwchar @578650 _filbuf = CRTDLL__filbuf @579148 _execl = _CRTDLL__execl @564 149 _execle = _CRTDLL__execle @565 150 _execlp = _CRTDLL__execlp @566 151 _execlpe = _CRTDLL__execlpe @567 152 _execv = _CRTDLL__execv @568 153 _execve = _CRTDLL__execve @569 154 _execvp = _CRTDLL__execvp @570 155 _execvpe = _CRTDLL__execvpe @571 156 _exit = _CRTDLL__exit @572 157 _expand = _CRTDLL__expand @573 158 _fcloseall = _CRTDLL__fcloseall @574 159 _fcvt = _CRTDLL__fcvt @575 160 _fdopen = _CRTDLL__fdopen @576 161 _fgetchar = _CRTDLL__fgetchar @577 162 _fgetwchar = _CRTDLL__fgetwchar @578 163 _filbuf = _CRTDLL__filbuf @579 651 164 _fileinfo = MSVCRT__fileinfo @580 652 _filelength = CRTDLL__filelength @581653 _fileno = CRTDLL__fileno @582654 _findclose = CRTDLL__findclose @583655 _findfirst = CRTDLL__findfirst @584656 _findnext = CRTDLL__findnext @585657 _finite = CRTDLL__finite @586658 _flsbuf = CRTDLL__flsbuf @587659 _flushall = CRTDLL__flushall @588165 _filelength = _CRTDLL__filelength @581 166 _fileno = _CRTDLL__fileno @582 167 _findclose = _CRTDLL__findclose @583 168 _findfirst = _CRTDLL__findfirst @584 169 _findnext = _CRTDLL__findnext @585 170 _finite = _CRTDLL__finite @586 171 _flsbuf = _CRTDLL__flsbuf @587 172 _flushall = _CRTDLL__flushall @588 660 173 _fmode = MSVCRT__fmode @589 661 _fpclass = CRTDLL__fpclass @590662 _fpieee_flt = CRTDLL__fpieee_flt @591663 _fpreset = CRTDLL__fpreset @592664 _fputchar = CRTDLL__fputchar @593665 _fputwchar = CRTDLL__fputwchar @594666 _fsopen = CRTDLL__fsopen @595667 _fstat = CRTDLL__fstat@596668 _ftime = CRTDLL__ftime@597669 _ftol = NTDLL__ftol @598670 _fullpath = CRTDLL__fullpath @599671 672 673 _futime = CRTDLL__futime @600674 _gcvt = CRTDLL__gcvt @601675 _get_osfhandle = CRTDLL__get_osfhandle@602676 _getch = CRTDLL__getch@603677 _getche = CRTDLL__getche @604678 _getcwd = CRTDLL__getcwd @605679 _getdcwd = CRTDLL__getdcwd @606680 _getdiskfree = CRTDLL__getdiskfree @607174 _fpclass = _CRTDLL__fpclass @590 175 _fpieee_flt = _CRTDLL__fpieee_flt @591 176 _fpreset = _CRTDLL__fpreset @592 177 _fputchar = _CRTDLL__fputchar @593 178 _fputwchar = _CRTDLL__fputwchar @594 179 _fsopen = _CRTDLL__fsopen @595 180 _fstat = _CRTDLL__fstat @596 181 _ftime = _CRTDLL__ftime @597 182 _ftol = _CRTDLL__ftol @598 183 _fullpath = _CRTDLL__fullpath @599 184 185 186 _futime = _CRTDLL__futime @600 187 _gcvt = _CRTDLL__gcvt @601 188 _get_osfhandle = _CRTDLL__get_osfhandle @602 189 _getch = _CRTDLL__getch @603 190 _getche = _CRTDLL__getche @604 191 _getcwd = _CRTDLL__getcwd @605 192 _getdcwd = _CRTDLL__getdcwd @606 193 _getdiskfree = _CRTDLL__getdiskfree @607 681 194 ; _getdllprocaddr @608 682 _getdrive = CRTDLL__getdrive @609683 _getdrives = CRTDLL__getdrives @610195 _getdrive = _CRTDLL__getdrive @609 196 _getdrives = _CRTDLL__getdrives @610 684 197 _getmbcp = _MSVCRT__getmbcp @611 685 _getpid = CRTDLL__getpid @612686 _getsystime = CRTDLL__getsystime @613687 _getw = CRTDLL__getw @614688 _getws = CRTDLL__getws@615689 _global_unwind2 = CRTDLL__global_unwind2 @616198 _getpid = _CRTDLL__getpid @612 199 _getsystime = _CRTDLL__getsystime @613 200 _getw = _CRTDLL__getw @614 201 ;;; _getws = _CRTDLL__getws @615 202 _global_unwind2 = _CRTDLL__global_unwind2 @616 690 203 _heapadd = _MSVCRT__heapadd @617 691 _heapchk = CRTDLL__heapchk @618692 _heapmin = CRTDLL__heapmin @619693 _heapset = CRTDLL__heapset @620204 _heapchk = _CRTDLL__heapchk @618 205 _heapmin = _CRTDLL__heapmin @619 206 _heapset = _CRTDLL__heapset @620 694 207 ; _heapused @621 695 _heapwalk = CRTDLL__heapwalk @622696 _hypot = CRTDLL__hypot@623208 _heapwalk = _CRTDLL__heapwalk @622 209 _hypot = _CRTDLL__hypot @623 697 210 _initterm = _DLL_InitTerm @624 698 _iob = CRTDLL_ _iob @625699 _isatty = CRTDLL__isatty @626700 _isctype = CRTDLL__isctype @627701 _ismbbalnum = CRTDLL__ismbbalnum @628702 _ismbbalpha = CRTDLL__ismbbalpha @629703 _ismbbgraph = CRTDLL__ismbbgraph @630704 _ismbbkalnum = CRTDLL__ismbbkalnum @631705 _ismbbkana = CRTDLL__ismbbkana @632211 _iob = CRTDLL_iob @625 212 _isatty = _CRTDLL__isatty @626 213 _isctype = _CRTDLL__isctype @627 214 _ismbbalnum = _CRTDLL__ismbbalnum @628 215 _ismbbalpha = _CRTDLL__ismbbalpha @629 216 _ismbbgraph = _CRTDLL__ismbbgraph @630 217 _ismbbkalnum = _CRTDLL__ismbbkalnum @631 218 _ismbbkana = _CRTDLL__ismbbkana @632 706 219 _ismbbkprint = _MSVCRT__ismbbkprint @633 707 _ismbbkpunct = CRTDLL__ismbbkpunct @634708 _ismbblead = CRTDLL__ismbblead @635709 _ismbbprint = CRTDLL__ismbbprint @636710 _ismbbpunct = CRTDLL__ismbbpunct @637711 _ismbbtrail = CRTDLL__ismbbtrail @638220 _ismbbkpunct = _CRTDLL__ismbbkpunct @634 221 _ismbblead = _CRTDLL__ismbblead @635 222 _ismbbprint = _CRTDLL__ismbbprint @636 223 _ismbbpunct = _CRTDLL__ismbbpunct @637 224 _ismbbtrail = _CRTDLL__ismbbtrail @638 712 225 _ismbcalnum = _MSVCRT__ismbcalnum @639 713 _ismbcalpha = CRTDLL__ismbcalpha @640714 _ismbcdigit = CRTDLL__ismbcdigit @641226 _ismbcalpha = _CRTDLL__ismbcalpha @640 227 _ismbcdigit = _CRTDLL__ismbcdigit @641 715 228 _ismbcgraph = _MSVCRT__ismbcgraph @642 716 _ismbchira = CRTDLL__ismbchira @643717 _ismbckata = CRTDLL__ismbckata @644718 _ismbcl0 = CRTDLL__ismbcl0 @645719 _ismbcl1 = CRTDLL__ismbcl1 @646720 _ismbcl2 = CRTDLL__ismbcl2 @647721 _ismbclegal = CRTDLL__ismbclegal @648722 _ismbclower = CRTDLL__ismbclower @649723 _ismbcprint = CRTDLL__ismbcprint @650229 _ismbchira = _CRTDLL__ismbchira @643 230 _ismbckata = _CRTDLL__ismbckata @644 231 _ismbcl0 = _CRTDLL__ismbcl0 @645 232 _ismbcl1 = _CRTDLL__ismbcl1 @646 233 _ismbcl2 = _CRTDLL__ismbcl2 @647 234 _ismbclegal = _CRTDLL__ismbclegal @648 235 _ismbclower = _CRTDLL__ismbclower @649 236 _ismbcprint = _CRTDLL__ismbcprint @650 724 237 _ismbcpunct = _MSVCRT__ismbcpunct @651 725 _ismbcspace = CRTDLL__ismbcspace @652726 _ismbcsymbol = CRTDLL__ismbcsymbol @653727 _ismbcupper = CRTDLL__ismbcupper @654728 _ismbslead = CRTDLL__ismbslead @655729 _ismbstrail = CRTDLL__ismbstrail @656730 _isnan = CRTDLL__isnan@657731 _itoa = NTDLL__itoa @658238 _ismbcspace = _CRTDLL__ismbcspace @652 239 _ismbcsymbol = _CRTDLL__ismbcsymbol @653 240 _ismbcupper = _CRTDLL__ismbcupper @654 241 _ismbslead = _CRTDLL__ismbslead @655 242 _ismbstrail = _CRTDLL__ismbstrail @656 243 _isnan = _CRTDLL__isnan @657 244 _itoa = _CRTDLL__itoa @658 732 245 _itow = _MSVCRT__itow @659 733 _j0 = CRTDLL__j0 @660734 _j1 = CRTDLL__j1 @661735 _jn = CRTDLL__jn @662736 _kbhit = CRTDLL__kbhit@663737 _lfind = CRTDLL__lfind@664738 _loaddll = CRTDLL__loaddll @665739 _local_unwind2 = CRTDLL__local_unwind2@666740 _locking = CRTDLL__locking @667741 _logb = CRTDLL__logb @668742 _longjmpex = CRTDLL_longjmp @669 ; Not correct743 _lrotl = CRTDLL__lrotl@670744 _lrotr = CRTDLL__lrotr@671745 _lsearch = CRTDLL__lsearch @672746 _lseek = CRTDLL__lseek@673747 _ltoa = NTDLL__ltoa @674246 _j0 = _CRTDLL__j0 @660 247 _j1 = _CRTDLL__j1 @661 248 _jn = _CRTDLL__jn @662 249 _kbhit = _CRTDLL__kbhit @663 250 _lfind = _CRTDLL__lfind @664 251 _loaddll = _CRTDLL__loaddll @665 252 _local_unwind2 = _CRTDLL__local_unwind2 @666 253 _locking = _CRTDLL__locking @667 254 _logb = _CRTDLL__logb @668 255 _longjmpex = _CRTDLL_longjmp @669 ; Not correct 256 _lrotl = _CRTDLL__lrotl @670 257 _lrotr = _CRTDLL__lrotr @671 258 _lsearch = _CRTDLL__lsearch @672 259 _lseek = _CRTDLL__lseek @673 260 _ltoa = _CRTDLL__ltoa @674 748 261 _ltow = _MSVCRT__ltow @675 749 _makepath = CRTDLL__makepath @676262 _makepath = _CRTDLL__makepath @676 750 263 _matherr = _MSVCRT__matherr @677 751 _mbbtombc = CRTDLL__mbbtombc @678752 _mbbtype = CRTDLL__mbbtype @679753 _mbccpy = CRTDLL__mbccpy @680754 _mbcjistojms = CRTDLL__mbcjistojms @681755 _mbcjmstojis = CRTDLL__mbcjmstojis @682756 _mbclen = CRTDLL__mbclen @683757 _mbctohira = CRTDLL__mbctohira @684758 _mbctokata = CRTDLL__mbctokata @685759 _mbctolower = CRTDLL__mbctolower @686760 _mbctombb = CRTDLL__mbctombb @687761 _mbctoupper = CRTDLL__mbctoupper @688264 _mbbtombc = _CRTDLL__mbbtombc @678 265 _mbbtype = _CRTDLL__mbbtype @679 266 _mbccpy = _CRTDLL__mbccpy @680 267 _mbcjistojms = _CRTDLL__mbcjistojms @681 268 _mbcjmstojis = _CRTDLL__mbcjmstojis @682 269 _mbclen = _CRTDLL__mbclen @683 270 _mbctohira = _CRTDLL__mbctohira @684 271 _mbctokata = _CRTDLL__mbctokata @685 272 _mbctolower = _CRTDLL__mbctolower @686 273 _mbctombb = _CRTDLL__mbctombb @687 274 _mbctoupper = _CRTDLL__mbctoupper @688 762 275 _mbctype = CRTDLL_mbctype @689 763 _mbsbtype = CRTDLL__mbsbtype @690764 _mbscat = CRTDLL__mbscat @691765 _mbschr = CRTDLL__mbschr @692766 _mbscmp = CRTDLL__mbscmp @693767 _mbscoll = CRTDLL__mbscmp @694768 _mbscpy = CRTDLL__mbscpy @695769 _mbscspn = CRTDLL__mbscspn @696770 _mbsdec = CRTDLL__mbsdec @697771 _mbsdup = CRTDLL__mbsdup @698772 _mbsicmp = CRTDLL__mbsicmp @699773 774 775 _mbsicoll = CRTDLL__mbsicmp @700776 _mbsinc = CRTDLL__mbsinc @701777 _mbslen = CRTDLL__mbslen @702778 _mbslwr = CRTDLL__mbslwr @703779 _mbsnbcat = CRTDLL__mbsnbcat @704780 _mbsnbcmp = CRTDLL__mbsnbcmp @705781 _mbsnbcnt = CRTDLL__mbsnbcnt @706782 _mbsnbcoll = CRTDLL__mbsncmp @707783 _mbsnbcpy = CRTDLL__mbsnbcpy @708784 _mbsnbicmp = CRTDLL__mbsnbicmp @709785 _mbsnbicoll = CRTDLL__mbsnbicmp @710786 _mbsnbset = CRTDLL__mbsnbset @711787 _mbsncat = CRTDLL__mbsncat @712788 _mbsnccnt = CRTDLL__mbsnccnt @713789 _mbsncmp = CRTDLL__mbsncmp @714790 _mbsncoll = CRTDLL__mbsncmp @715791 _mbsncpy = CRTDLL__mbsncpy @716792 _mbsnextc = CRTDLL__mbsnextc @717793 _mbsnicmp = CRTDLL__mbsnicmp @718794 _mbsnicoll = CRTDLL__mbsnicmp @719795 _mbsninc = CRTDLL__mbsninc @720796 _mbsnset = CRTDLL__mbsnset @721797 _mbspbrk = CRTDLL__mbspbrk @722798 _mbsrchr = CRTDLL__mbsrchr @723799 _mbsrev = CRTDLL__mbsrev @724800 _mbsset = CRTDLL__mbsset @725801 _mbsspn = CRTDLL__mbsspn @726802 _mbsspnp = CRTDLL__mbsspnp @727803 _mbsstr = CRTDLL__mbsstr @728804 _mbstok = CRTDLL__mbstok @729805 _mbstrlen = CRTDLL__mbstrlen @730806 _mbsupr = CRTDLL__mbsupr @731807 _memccpy = CRTDLL__memccpy @732808 _memicmp = NTDLL__memicmp @733809 _mkdir = CRTDLL__mkdir@734810 _mktemp = CRTDLL__mktemp @735811 _msize = CRTDLL__msize@736276 _mbsbtype = _CRTDLL__mbsbtype @690 277 _mbscat = _CRTDLL__mbscat @691 278 _mbschr = _CRTDLL__mbschr @692 279 _mbscmp = _CRTDLL__mbscmp @693 280 _mbscoll = _CRTDLL__mbscmp @694 281 _mbscpy = _CRTDLL__mbscpy @695 282 _mbscspn = _CRTDLL__mbscspn @696 283 _mbsdec = _CRTDLL__mbsdec @697 284 _mbsdup = _CRTDLL__mbsdup @698 285 _mbsicmp = _CRTDLL__mbsicmp @699 286 287 288 _mbsicoll = _CRTDLL__mbsicmp @700 289 _mbsinc = _CRTDLL__mbsinc @701 290 _mbslen = _CRTDLL__mbslen @702 291 _mbslwr = _CRTDLL__mbslwr @703 292 _mbsnbcat = _CRTDLL__mbsnbcat @704 293 _mbsnbcmp = _CRTDLL__mbsnbcmp @705 294 _mbsnbcnt = _CRTDLL__mbsnbcnt @706 295 _mbsnbcoll = _CRTDLL__mbsncmp @707 296 _mbsnbcpy = _CRTDLL__mbsnbcpy @708 297 _mbsnbicmp = _CRTDLL__mbsnbicmp @709 298 _mbsnbicoll = _CRTDLL__mbsnbicmp @710 299 _mbsnbset = _CRTDLL__mbsnbset @711 300 _mbsncat = _CRTDLL__mbsncat @712 301 _mbsnccnt = _CRTDLL__mbsnccnt @713 302 _mbsncmp = _CRTDLL__mbsncmp @714 303 _mbsncoll = _CRTDLL__mbsncmp @715 304 _mbsncpy = _CRTDLL__mbsncpy @716 305 _mbsnextc = _CRTDLL__mbsnextc @717 306 _mbsnicmp = _CRTDLL__mbsnicmp @718 307 _mbsnicoll = _CRTDLL__mbsnicmp @719 308 _mbsninc = _CRTDLL__mbsninc @720 309 _mbsnset = _CRTDLL__mbsnset @721 310 _mbspbrk = _CRTDLL__mbspbrk @722 311 _mbsrchr = _CRTDLL__mbsrchr @723 312 _mbsrev = _CRTDLL__mbsrev @724 313 _mbsset = _CRTDLL__mbsset @725 314 _mbsspn = _CRTDLL__mbsspn @726 315 _mbsspnp = _CRTDLL__mbsspnp @727 316 _mbsstr = _CRTDLL__mbsstr @728 317 _mbstok = _CRTDLL__mbstok @729 318 _mbstrlen = _CRTDLL__mbstrlen @730 319 _mbsupr = _CRTDLL__mbsupr @731 320 _memccpy = _CRTDLL__memccpy @732 321 _memicmp = _CRTDLL__memicmp @733 322 _mkdir = _CRTDLL__mkdir @734 323 _mktemp = _CRTDLL__mktemp @735 324 _msize = _CRTDLL__msize @736 812 325 ; _mtlock @737 813 326 ; _mtunlock @738 814 _nextafter = CRTDLL__nextafter @739815 _onexit = CRTDLL__onexit @740816 _open = CRTDLL__open @741817 _open_osfhandle = CRTDLL__open_osfhandle @742327 _nextafter = _CRTDLL__nextafter @739 328 _onexit = _CRTDLL__onexit @740 329 _open = _CRTDLL__open @741 330 _open_osfhandle = _CRTDLL__open_osfhandle @742 818 331 _osver = MSVCRT__osver @743 819 _pclose = CRTDLL__pclose @744332 _pclose = _CRTDLL__pclose @744 820 333 _pctype = MSVCRT__pctype @745 821 334 _pgmptr = MSVCRT__pgmptr @746 822 _pipe = CRTDLL__pipe @747823 _popen = CRTDLL__popen@748824 _purecall = CRTDLL__purecall @749825 _putch = CRTDLL__putch@750826 _putenv = CRTDLL__putenv @751827 _putw = CRTDLL__putw @752335 _pipe = _CRTDLL__pipe @747 336 _popen = _CRTDLL__popen @748 337 _purecall = _CRTDLL__purecall @749 338 _putch = _CRTDLL__putch @750 339 _putenv = _CRTDLL__putenv @751 340 _putw = _CRTDLL__putw @752 828 341 _putws = _MSVCRT__putws @753 829 342 _pwctype = MSVCRT__pwctype @754 830 _read = CRTDLL__read @755831 _rmdir = CRTDLL__rmdir@756832 _rmtmp = CRTDLL__rmtmp@757833 _rotl = CRTDLL__rotl @758834 _rotr = CRTDLL__rotr @759343 _read = _CRTDLL__read @755 344 _rmdir = _CRTDLL__rmdir @756 345 _rmtmp = _CRTDLL__rmtmp @757 346 _rotl = _CRTDLL__rotl @758 347 _rotr = _CRTDLL__rotr @759 835 348 ; _safe_fdiv @760 836 349 ; _safe_fdivr @761 837 350 ; _safe_fprem @762 838 351 ; _safe_fprem1 @763 839 _scalb = CRTDLL__scalb@764840 _searchenv = CRTDLL__searchenv @765352 _scalb = _CRTDLL__scalb @764 353 _searchenv = _CRTDLL__searchenv @765 841 354 ; _seh_longjmp_unwind @766 842 _seterrormode = CRTDLL__seterrormode @767843 _setjmp = CRTDLL__setjmp @768844 _setjmp3 = CRTDLL__setjmp @769 ; Not correct355 _seterrormode = _CRTDLL__seterrormode @767 356 _setjmp = _CRTDLL__setjmp @768 357 _setjmp3 = _CRTDLL__setjmp @769 ; Not correct 845 358 _setmbcp = _MSVCRT__setmbcp @770 846 359 _setmode @771 847 _setsystime = CRTDLL__setsystime @772848 _sleep = CRTDLL__sleep@773849 _snprintf = NTDLL__snprintf @774850 _snwprintf = NTDLL__snwprintf @775851 _sopen = CRTDLL__sopen@776852 _spawnl = CRTDLL__spawnl @777853 _spawnle = CRTDLL__spawnle @778854 _spawnlp = CRTDLL__spawnlp @779855 _spawnlpe = CRTDLL__spawnlpe @780856 _spawnv = CRTDLL__spawnv @781857 _spawnve = CRTDLL__spawnve @782858 _spawnvp = CRTDLL__spawnvp @783859 _spawnvpe = CRTDLL__spawnvpe @784860 _splitpath = NTDLL__splitpath @785861 _stat = CRTDLL__stat @786862 _statusfp = CRTDLL__statusfp @787863 _strcmpi = NTDLL__strcmpi @788864 _strdate = CRTDLL__strdate @789865 _strdup = CRTDLL__strdup @790866 _strerror = CRTDLL__strerror @791867 _stricmp = NTDLL__stricmp @792868 _stricoll = CRTDLL__stricoll @793869 _strlwr = NTDLL__strlwr@794360 _setsystime = _CRTDLL__setsystime @772 361 _sleep = _CRTDLL__sleep @773 362 _snprintf = _CRTDLL__snprintf @774 363 _snwprintf = _CRTDLL__snwprintf @775 364 _sopen = _CRTDLL__sopen @776 365 _spawnl = _CRTDLL__spawnl @777 366 _spawnle = _CRTDLL__spawnle @778 367 _spawnlp = _CRTDLL__spawnlp @779 368 _spawnlpe = _CRTDLL__spawnlpe @780 369 _spawnv = _CRTDLL__spawnv @781 370 _spawnve = _CRTDLL__spawnve @782 371 _spawnvp = _CRTDLL__spawnvp @783 372 _spawnvpe = _CRTDLL__spawnvpe @784 373 _splitpath = _CRTDLL__splitpath @785 374 _stat = _CRTDLL__stat @786 375 _statusfp = _CRTDLL__statusfp @787 376 _strcmpi = _CRTDLL__strcmpi @788 377 _strdate = _CRTDLL__strdate @789 378 _strdup = _CRTDLL__strdup @790 379 _strerror = _CRTDLL__strerror @791 380 _stricmp = _CRTDLL__stricmp @792 381 _stricoll = _CRTDLL__stricoll @793 382 _strlwr = _CRTDLL__strlwr @794 870 383 _strncoll = _MSVCRT__strncoll @795 871 _strnicmp = NTDLL__strnicmp @796384 _strnicmp = _CRTDLL__strnicmp @796 872 385 _strnicoll = _MSVCRT__strnicoll @797 873 _strnset = CRTDLL__strnset @798874 _strrev = CRTDLL__strrev @799875 876 877 _strset = CRTDLL__strset @800878 _strtime = CRTDLL__strtime @801879 _strupr = NTDLL__strupr@802880 _swab = CRTDLL__swab @803881 _sys_errlist = CRTDLL_ _sys_errlist @804386 _strnset = _CRTDLL__strnset @798 387 _strrev = _CRTDLL__strrev @799 388 389 390 _strset = _CRTDLL__strset @800 391 _strtime = _CRTDLL__strtime @801 392 _strupr = _CRTDLL__strupr @802 393 _swab = _CRTDLL__swab @803 394 _sys_errlist = CRTDLL_sys_errlist @804 882 395 _sys_nerr = MSVCRT__sys_nerr @805 883 396 ; _tccpy @806 … … 914 427 ; _tcstok @837 915 428 ; _tcsupr @838 916 _tell = CRTDLL__tell @839917 _tempnam = CRTDLL__tempnam @840429 _tell = _CRTDLL__tell @839 430 _tempnam = _CRTDLL__tempnam @840 918 431 _timezone = MSVCRT__timezone @841 919 _tolower = CRTDLL__tolower @842920 _toupper = CRTDLL__toupper @843921 _tzname = CRTDLL_ _tzname @844922 _tzset = CRTDLL__tzset@845923 _ultoa = NTDLL__ultoa@846432 _tolower = _CRTDLL__tolower @842 433 _toupper = _CRTDLL__toupper @843 434 _tzname = CRTDLL_tzname @844 435 _tzset = _CRTDLL__tzset @845 436 _ultoa = _CRTDLL__ultoa @846 924 437 _ultow = _MSVCRT__ultow @847 925 438 _umask = _MSVCRT__umask @848 926 _ungetch = CRTDLL__ungetch @849927 _unlink = CRTDLL__unlink @850928 _unloaddll = CRTDLL__unloaddll @851929 _utime = CRTDLL__utime@852930 _vsnprintf = NTDLL__vsnprintf @853931 _vsnwprintf = CRTDLL__vsnwprintf @854439 _ungetch = _CRTDLL__ungetch @849 440 _unlink = _CRTDLL__unlink @850 441 _unloaddll = _CRTDLL__unloaddll @851 442 _utime = _CRTDLL__utime @852 443 _vsnprintf = _CRTDLL__vsnprintf @853 444 _vsnwprintf = _CRTDLL__vsnwprintf @854 932 445 _waccess = _MSVCRT__waccess @855 933 446 _wasctime = _MSVCRT__wasctime @856 … … 936 449 ; _wcmdln @859 937 450 _wcreat = _MSVCRT__wcreat @860 938 _wcsdup = CRTDLL__wcsdup @861939 _wcsicmp = NTDLL__wcsicmp @862940 _wcsicoll = CRTDLL__wcsicoll @863941 _wcslwr = NTDLL__wcslwr@864451 _wcsdup = _CRTDLL__wcsdup @861 452 _wcsicmp = _CRTDLL__wcsicmp @862 453 _wcsicoll = _CRTDLL__wcsicoll @863 454 _wcslwr = _CRTDLL__wcslwr @864 942 455 _wcsncoll = _MSVCRT__wcsncoll @865 943 _wcsnicmp = NTDLL__wcsnicmp @866456 _wcsnicmp = _CRTDLL__wcsnicmp @866 944 457 _wcsnicoll = _MSVCRT__wcsnicoll @867 945 _wcsnset = CRTDLL__wcsnset @868946 _wcsrev = CRTDLL__wcsrev @869947 _wcsset = CRTDLL__wcsset @870948 _wcsupr = NTDLL__wcsupr@871458 _wcsnset = _CRTDLL__wcsnset @868 459 _wcsrev = _CRTDLL__wcsrev @869 460 _wcsset = _CRTDLL__wcsset @870 461 _wcsupr = _CRTDLL__wcsupr @871 949 462 _wctime = _MSVCRT__wctime @872 950 463 _wenviron @873 … … 982 495 _wremove = _MSVCRT__wremove @903 983 496 _wrename = _MSVCRT__wrename @904 984 _write = CRTDLL__write@905497 _write = _CRTDLL__write @905 985 498 _wrmdir = _MSVCRT__wrmdir @906 986 499 _wsearchenv = _MSVCRT__wsearchenv @907 … … 1002 515 _wtempnam = _MSVCRT__wtempnam @923 1003 516 _wtmpnam = _MSVCRT__wtmpnam @924 1004 _wtoi = NTDLL__wtoi @9251005 _wtol = NTDLL__wtol @926517 _wtoi = _CRTDLL__wtoi @925 518 _wtol = _CRTDLL__wtol @926 1006 519 _wunlink = _MSVCRT__wunlink @927 1007 520 _wutime = _MSVCRT__wutime @928 1008 _y0 = CRTDLL__y0 @9291009 _y1 = CRTDLL__y1 @9301010 _yn = CRTDLL__yn @9311011 abort = CRTDLL_abort @9321012 abs = NTDLL_abs @9331013 acos = CRTDLL_acos @9341014 asctime = CRTDLL_asctime @9351015 asin = CRTDLL_asin @9361016 atan = NTDLL_atan @9371017 atan2 = CRTDLL_atan2 @9381018 atexit = CRTDLL_atexit@9391019 atof = CRTDLL_atof @9401020 atoi = NTDLL_atoi @9411021 atol = NTDLL_atol @9421022 bsearch = CRTDLL_bsearch @9431023 calloc = CRTDLL_calloc@9441024 ceil = NTDLL_ceil @9451025 clearerr = CRTDLL_clearerr @9461026 clock = CRTDLL_clock @9471027 cos = NTDLL_cos @9481028 cosh = CRTDLL_cosh @9491029 ctime = CRTDLL_ctime @9501030 difftime = CRTDLL_difftime @9511031 div = CRTDLL_div @9521032 exit = CRTDLL_exit @9531033 exp = CRTDLL_exp @9541034 fabs = NTDLL_fabs @9551035 fclose = CRTDLL_fclose@9561036 feof = CRTDLL_feof @9571037 ferror = CRTDLL_ferror@9581038 fflush = CRTDLL_fflush@9591039 fgetc = CRTDLL_fgetc @9601040 fgetpos = CRTDLL_fgetpos @9611041 fgets = CRTDLL_fgets @9621042 fgetwc = CRTDLL_fgetwc@963521 _y0 = _CRTDLL__y0 @929 522 _y1 = _CRTDLL__y1 @930 523 _yn = _CRTDLL__yn @931 524 abort = _CRTDLL_abort @932 525 abs = _CRTDLL_abs @933 526 acos = _CRTDLL_acos @934 527 asctime = _CRTDLL_asctime @935 528 asin = _CRTDLL_asin @936 529 atan = _CRTDLL_atan @937 530 atan2 = _CRTDLL_atan2 @938 531 atexit = _CRTDLL_atexit @939 532 atof = _CRTDLL_atof @940 533 atoi = _CRTDLL_atoi @941 534 atol = _CRTDLL_atol @942 535 bsearch = _CRTDLL_bsearch @943 536 calloc = _CRTDLL_calloc @944 537 ceil = _CRTDLL_ceil @945 538 clearerr = _CRTDLL_clearerr @946 539 clock = _CRTDLL_clock @947 540 cos = _CRTDLL_cos @948 541 cosh = _CRTDLL_cosh @949 542 ctime = _CRTDLL_ctime @950 543 difftime = _CRTDLL_difftime @951 544 div = _CRTDLL_div @952 545 exit = _CRTDLL_exit @953 546 exp = _CRTDLL_exp @954 547 fabs = _CRTDLL_fabs @955 548 fclose = _CRTDLL_fclose @956 549 feof = _CRTDLL_feof @957 550 ferror = _CRTDLL_ferror @958 551 fflush = _CRTDLL_fflush @959 552 fgetc = _CRTDLL_fgetc @960 553 fgetpos = _CRTDLL_fgetpos @961 554 fgets = _CRTDLL_fgets @962 555 fgetwc = _CRTDLL_fgetwc @963 1043 556 fgetws = _MSVCRT_fgetws @964 1044 floor = NTDLL_floor @9651045 fmod = CRTDLL_fmod @9661046 fopen = CRTDLL_fopen @9671047 fprintf = CRTDLL_fprintf @9681048 fputc = CRTDLL_fputc @9691049 fputs = CRTDLL_fputs @9701050 fputwc = CRTDLL_fputwc@971557 floor = _CRTDLL_floor @965 558 fmod = _CRTDLL_fmod @966 559 fopen = _CRTDLL_fopen @967 560 fprintf = _CRTDLL_fprintf @968 561 fputc = _CRTDLL_fputc @969 562 fputs = _CRTDLL_fputs @970 563 fputwc = _CRTDLL_fputwc @971 1051 564 fputws = _MSVCRT_fputws @972 1052 fread = CRTDLL_fread @9731053 free = CRTDLL_free @9741054 freopen = CRTDLL_freopen @9751055 frexp = CRTDLL_frexp @9761056 fscanf = CRTDLL_fscanf@9771057 fseek = CRTDLL_fseek @9781058 fsetpos = CRTDLL_fsetpos @9791059 ftell = CRTDLL_ftell @9801060 fwprintf = CRTDLL_fwprintf @9811061 fwrite = CRTDLL_fwrite@9821062 fwscanf = CRTDLL_fwscanf @9831063 getc = CRTDLL_getc @9841064 getchar = CRTDLL_getchar @9851065 getenv = CRTDLL_getenv@9861066 gets = CRTDLL_gets @987565 fread = _CRTDLL_fread @973 566 free = _CRTDLL_free @974 567 freopen = _CRTDLL_freopen @975 568 frexp = _CRTDLL_frexp @976 569 fscanf = _CRTDLL_fscanf @977 570 fseek = _CRTDLL_fseek @978 571 fsetpos = _CRTDLL_fsetpos @979 572 ftell = _CRTDLL_ftell @980 573 fwprintf = _CRTDLL_fwprintf @981 574 fwrite = _CRTDLL_fwrite @982 575 fwscanf = _CRTDLL_fwscanf @983 576 getc = _CRTDLL_getc @984 577 getchar = _CRTDLL_getchar @985 578 getenv = _CRTDLL_getenv @986 579 gets = _CRTDLL_gets @987 1067 580 getwc = _MSVCRT_getwc @988 1068 581 getwchar = _MSVCRT_getwchar @989 1069 gmtime = CRTDLL_gmtime@9901070 is_wctype = CRTDLL_is_wctype @9911071 isalnum = CRTDLL_isalnum @9921072 isalpha = NTDLL_isalpha@9931073 iscntrl = CRTDLL_iscntrl @9941074 isdigit = NTDLL_isdigit@9951075 isgraph = CRTDLL_isgraph @9961076 isleadbyte = CRTDLL_isleadbyte @9971077 islower = NTDLL_islower@9981078 isprint = NTDLL_isprint@9991079 1080 1081 ispunct = CRTDLL_ispunct @10001082 isspace = NTDLL_isspace@10011083 isupper = NTDLL_isupper@10021084 iswalnum = CRTDLL_iswalnum @10031085 iswalpha = NTDLL_iswalpha @10041086 iswascii = CRTDLL_iswascii @10051087 iswcntrl = CRTDLL_iswcntrl @10061088 iswctype = NTDLL_iswctype @10071089 iswdigit = CRTDLL_iswdigit @10081090 iswgraph = CRTDLL_iswgraph @10091091 iswlower = CRTDLL_iswlower @10101092 iswprint = CRTDLL_iswprint @10111093 iswpunct = CRTDLL_iswpunct @10121094 iswspace = CRTDLL_iswspace @10131095 iswupper = CRTDLL_iswupper @10141096 iswxdigit = CRTDLL_iswxdigit @10151097 isxdigit = NTDLL_isxdigit @10161098 labs = NTDLL_labs @10171099 ldexp = CRTDLL_ldexp @10181100 ldiv = CRTDLL_ldiv @10191101 localeconv = CRTDLL_localeconv @10201102 localtime = CRTDLL_localtime @10211103 log = NTDLL_log @10221104 log10 = CRTDLL_log10 @10231105 longjmp = CRTDLL_longjmp @10241106 malloc = CRTDLL_malloc@10251107 mblen = CRTDLL_mblen @10261108 mbstowcs = NTDLL_mbstowcs @10271109 mbtowc = CRTDLL_mbtowc@10281110 memchr = NTDLL_memchr@10291111 memcmp = NTDLL_memcmp@10301112 memcpy = NTDLL_memcpy@10311113 memmove = KERNEL32_memmove @10321114 memset = NTDLL_memset@10331115 mktime = CRTDLL_mktime@10341116 modf = CRTDLL_modf @10351117 perror = CRTDLL_perror@10361118 pow = NTDLL_pow @10371119 printf = CRTDLL_printf@10381120 putc = CRTDLL_putc @10391121 putchar = CRTDLL_putchar @10401122 puts = CRTDLL_puts @1041582 gmtime = _CRTDLL_gmtime @990 583 is_wctype = _CRTDLL_is_wctype @991 584 isalnum = _CRTDLL_isalnum @992 585 isalpha = _CRTDLL_isalpha @993 586 iscntrl = _CRTDLL_iscntrl @994 587 isdigit = _CRTDLL_isdigit @995 588 isgraph = _CRTDLL_isgraph @996 589 isleadbyte = _CRTDLL_isleadbyte @997 590 islower = _CRTDLL_islower @998 591 isprint = _CRTDLL_isprint @999 592 593 594 ispunct = _CRTDLL_ispunct @1000 595 isspace = _CRTDLL_isspace @1001 596 isupper = _CRTDLL_isupper @1002 597 iswalnum = _CRTDLL_iswalnum @1003 598 iswalpha = _CRTDLL_iswalpha @1004 599 iswascii = _CRTDLL_iswascii @1005 600 iswcntrl = _CRTDLL_iswcntrl @1006 601 iswctype = _CRTDLL_iswctype @1007 602 iswdigit = _CRTDLL_iswdigit @1008 603 iswgraph = _CRTDLL_iswgraph @1009 604 iswlower = _CRTDLL_iswlower @1010 605 iswprint = _CRTDLL_iswprint @1011 606 iswpunct = _CRTDLL_iswpunct @1012 607 iswspace = _CRTDLL_iswspace @1013 608 iswupper = _CRTDLL_iswupper @1014 609 iswxdigit = _CRTDLL_iswxdigit @1015 610 isxdigit = _CRTDLL_isxdigit @1016 611 labs = _CRTDLL_labs @1017 612 ldexp = _CRTDLL_ldexp @1018 613 ldiv = _CRTDLL_ldiv @1019 614 localeconv = _CRTDLL_localeconv @1020 615 localtime = _CRTDLL_localtime @1021 616 log = _CRTDLL_log @1022 617 log10 = _CRTDLL_log10 @1023 618 longjmp = _CRTDLL_longjmp @1024 619 malloc = _CRTDLL_malloc @1025 620 mblen = _CRTDLL_mblen @1026 621 mbstowcs = _CRTDLL_mbstowcs @1027 622 mbtowc = _CRTDLL_mbtowc @1028 623 memchr = _CRTDLL_memchr @1029 624 memcmp = _CRTDLL_memcmp @1030 625 memcpy = _CRTDLL_memcpy @1031 626 memmove = _CRTDLL_memmove @1032 627 memset = _CRTDLL_memset @1033 628 mktime = _CRTDLL_mktime @1034 629 modf = _CRTDLL_modf @1035 630 perror = _CRTDLL_perror @1036 631 pow = _CRTDLL_pow @1037 632 printf = _CRTDLL_printf @1038 633 putc = _CRTDLL_putc @1039 634 putchar = _CRTDLL_putchar @1040 635 puts = _CRTDLL_puts @1041 1123 636 putwc = _MSVCRT_putwc @1042 1124 637 putwchar = _MSVCRT_putwchar @1043 1125 qsort = NTDLL_qsort @10441126 raise = CRTDLL_raise @10451127 rand = CRTDLL_rand @10461128 realloc = CRTDLL_realloc @10471129 remove = CRTDLL_remove@10481130 rename = CRTDLL_rename@10491131 rewind = CRTDLL_rewind@10501132 scanf = CRTDLL_scanf @10511133 setbuf = CRTDLL_setbuf@10521134 setlocale = CRTDLL_setlocale @10531135 setvbuf = CRTDLL_setvbuf @10541136 signal = CRTDLL_signal@10551137 sin = NTDLL_sin @10561138 sinh = CRTDLL_sinh @10571139 sprintf = NTDLL_sprintf@10581140 sqrt = NTDLL_sqrt @10591141 srand = CRTDLL_srand @10601142 sscanf = NTDLL_sscanf@10611143 strcat = NTDLL_strcat@10621144 strchr = NTDLL_strchr@10631145 strcmp = NTDLL_strcmp@10641146 strcoll = CRTDLL_strcoll @10651147 strcpy = NTDLL_strcpy@10661148 strcspn = NTDLL_strcspn@10671149 strerror = CRTDLL_strerror @10681150 strftime = CRTDLL_strftime @10691151 strlen = NTDLL_strlen@10701152 strncat = NTDLL_strncat@10711153 strncmp = NTDLL_strncmp@10721154 strncpy = NTDLL_strncpy@10731155 strpbrk = NTDLL_strpbrk@10741156 strrchr = NTDLL_strrchr@10751157 strspn = NTDLL_strspn@10761158 strstr = NTDLL_strstr@10771159 strtod = CRTDLL_strtod@10781160 strtok = CRTDLL_strtok@10791161 strtol = CRTDLL_strtol@10801162 strtoul = CRTDLL_strtoul @10811163 strxfrm = CRTDLL_strxfrm @10821164 swprintf = NTDLL_swprintf @10831165 swscanf = CRTDLL_swscanf @10841166 system = CRTDLL_system@10851167 tan = NTDLL_tan @10861168 tanh = CRTDLL_tanh @10871169 time = CRTDLL_time @10881170 tmpfile = CRTDLL_tmpfile @10891171 tmpnam = CRTDLL_tmpnam@10901172 tolower = NTDLL_tolower@10911173 toupper = NTDLL_toupper@10921174 towlower = NTDLL_towlower @10931175 towupper = NTDLL_towupper @10941176 ungetc = CRTDLL_ungetc @10951177 ungetwc = CRTDLL_ungetwc @10961178 vfprintf = CRTDLL_vfprintf @10971179 vfwprintf = CRTDLL_vfwprintf @10981180 vprintf = CRTDLL_vprintf @10991181 1182 1183 vsprintf = NTDLL_vsprintf @11001184 vswprintf = CRTDLL_vswprintf @11011185 vwprintf = CRTDLL_vwprintf @11021186 wcscat = NTDLL_wcscat@11031187 wcschr = NTDLL_wcschr@11041188 wcscmp = NTDLL_wcscmp@11051189 wcscoll = CRTDLL_wcscoll @11061190 wcscpy = NTDLL_wcscpy@11071191 wcscspn = NTDLL_wcscspn@11081192 wcsftime = CRTDLL_wcsftime @11091193 wcslen = NTDLL_wcslen@11101194 wcsncat = NTDLL_wcsncat@11111195 wcsncmp = NTDLL_wcsncmp@11121196 wcsncpy = NTDLL_wcsncpy@11131197 wcspbrk = NTDLL_wcspbrk@11141198 wcsrchr = NTDLL_wcsrchr@11151199 wcsspn = NTDLL_wcsspn@11161200 wcsstr = NTDLL_wcsstr@11171201 wcstod = CRTDLL_wcstod@11181202 wcstok = NTDLL_wcstok@11191203 wcstol = NTDLL_wcstol@11201204 wcstombs = NTDLL_wcstombs @11211205 wcstoul = NTDLL_wcstoul@11221206 wcsxfrm = CRTDLL_wcsxfrm @11231207 wctomb = CRTDLL_wctomb@11241208 wprintf = CRTDLL_wprintf @11251209 wscanf = CRTDLL_wscanf@1126638 qsort = _CRTDLL_qsort @1044 639 raise = _CRTDLL_raise @1045 640 rand = _CRTDLL_rand @1046 641 realloc = _CRTDLL_realloc @1047 642 remove = _CRTDLL_remove @1048 643 rename = _CRTDLL_rename @1049 644 rewind = _CRTDLL_rewind @1050 645 scanf = _CRTDLL_scanf @1051 646 setbuf = _CRTDLL_setbuf @1052 647 setlocale = _CRTDLL_setlocale @1053 648 setvbuf = _CRTDLL_setvbuf @1054 649 signal = _CRTDLL_signal @1055 650 sin = _CRTDLL_sin @1056 651 sinh = _CRTDLL_sinh @1057 652 sprintf = _CRTDLL_sprintf @1058 653 sqrt = _CRTDLL_sqrt @1059 654 srand = _CRTDLL_srand @1060 655 sscanf = _CRTDLL_sscanf @1061 656 strcat = _CRTDLL_strcat @1062 657 strchr = _CRTDLL_strchr @1063 658 strcmp = _CRTDLL_strcmp @1064 659 strcoll = _CRTDLL_strcoll @1065 660 strcpy = _CRTDLL_strcpy @1066 661 strcspn = _CRTDLL_strcspn @1067 662 strerror = _CRTDLL_strerror @1068 663 strftime = _CRTDLL_strftime @1069 664 strlen = _CRTDLL_strlen @1070 665 strncat = _CRTDLL_strncat @1071 666 strncmp = _CRTDLL_strncmp @1072 667 strncpy = _CRTDLL_strncpy @1073 668 strpbrk = _CRTDLL_strpbrk @1074 669 strrchr = _CRTDLL_strrchr @1075 670 strspn = _CRTDLL_strspn @1076 671 strstr = _CRTDLL_strstr @1077 672 strtod = _CRTDLL_strtod @1078 673 strtok = _CRTDLL_strtok @1079 674 strtol = _CRTDLL_strtol @1080 675 strtoul = _CRTDLL_strtoul @1081 676 strxfrm = _CRTDLL_strxfrm @1082 677 swprintf = _CRTDLL_swprintf @1083 678 swscanf = _CRTDLL_swscanf @1084 679 system = _CRTDLL_system @1085 680 tan = _CRTDLL_tan @1086 681 tanh = _CRTDLL_tanh @1087 682 time = _CRTDLL_time @1088 683 tmpfile = _CRTDLL_tmpfile @1089 684 tmpnam = _CRTDLL_tmpnam @1090 685 tolower = _CRTDLL_tolower @1091 686 toupper = _CRTDLL_toupper @1092 687 towlower = _CRTDLL_towlower @1093 688 towupper = _CRTDLL_towupper @1094 689 ungetc = _CRTDLL_ungetc @1095 690 ungetwc = _CRTDLL_ungetwc @1096 691 vfprintf = _CRTDLL_vfprintf @1097 692 vfwprintf = _CRTDLL_vfwprintf @1098 693 vprintf = _CRTDLL_vprintf @1099 694 695 696 vsprintf = _CRTDLL_vsprintf @1100 697 vswprintf = _CRTDLL_vswprintf @1101 698 vwprintf = _CRTDLL_vwprintf @1102 699 wcscat = _CRTDLL_wcscat @1103 700 wcschr = _CRTDLL_wcschr @1104 701 wcscmp = _CRTDLL_wcscmp @1105 702 wcscoll = _CRTDLL_wcscoll @1106 703 wcscpy = _CRTDLL_wcscpy @1107 704 wcscspn = _CRTDLL_wcscspn @1108 705 wcsftime = _CRTDLL_wcsftime @1109 706 wcslen = _CRTDLL_wcslen @1110 707 wcsncat = _CRTDLL_wcsncat @1111 708 wcsncmp = _CRTDLL_wcsncmp @1112 709 wcsncpy = _CRTDLL_wcsncpy @1113 710 wcspbrk = _CRTDLL_wcspbrk @1114 711 wcsrchr = _CRTDLL_wcsrchr @1115 712 wcsspn = _CRTDLL_wcsspn @1116 713 wcsstr = _CRTDLL_wcsstr @1117 714 wcstod = _CRTDLL_wcstod @1118 715 wcstok = _CRTDLL_wcstok @1119 716 wcstol = _CRTDLL_wcstol @1120 717 wcstombs = _CRTDLL_wcstombs @1121 718 wcstoul = _CRTDLL_wcstoul @1122 719 wcsxfrm = _CRTDLL_wcsxfrm @1123 720 wctomb = _CRTDLL_wctomb @1124 721 wprintf = _CRTDLL_wprintf @1125 722 wscanf = _CRTDLL_wscanf @1126 -
trunk/src/msvcrt/msvcrt40.def
r2153 r2187 1 ; $Id: msvcrt40.def,v 1. 2 1999-12-20 10:12:43sandervl Exp $1 ; $Id: msvcrt40.def,v 1.3 1999-12-21 20:42:27 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler 4 4 LIBRARY MSVCRT40 INITINSTANCE TERMINSTANCE 5 5 DATA MULTIPLE NONSHARED 6 7 IMPORTS8 ; Forwarded APIs - KERNEL329 KERNEL32_memmove = KERNEL32.memmove10 11 ; Forwarded APIs - NTDLL12 NTDLL__CIpow = NTDLL._CIpow13 NTDLL__ftol = NTDLL._ftol14 NTDLL__itoa = NTDLL._itoa15 NTDLL__ltoa = NTDLL._ltoa16 NTDLL__memicmp = NTDLL._memicmp17 NTDLL__snprintf = NTDLL._snprintf18 NTDLL__snwprintf = NTDLL._snwprintf19 NTDLL__splitpath = NTDLL._splitpath20 NTDLL__strcmpi = NTDLL._strcmpi21 NTDLL__stricmp = NTDLL._stricmp22 NTDLL__strlwr = NTDLL._strlwr23 NTDLL__strnicmp = NTDLL._strnicmp24 NTDLL__strupr = NTDLL._strupr25 NTDLL__ultoa = NTDLL._ultoa26 NTDLL__vsnprintf = NTDLL._vsnprintf27 NTDLL__wcsicmp = NTDLL._wcsicmp28 NTDLL__wcslwr = NTDLL._wcslwr29 NTDLL__wcsnicmp = NTDLL._wcsnicmp30 NTDLL__wcsupr = NTDLL._wcsupr31 NTDLL__wtoi = NTDLL._wtoi32 NTDLL__wtol = NTDLL._wtol33 NTDLL_abs = NTDLL.abs34 NTDLL_atan = NTDLL.atan35 NTDLL_atoi = NTDLL.atoi36 NTDLL_atol = NTDLL.atol37 NTDLL_ceil = NTDLL.ceil38 NTDLL_cos = NTDLL.cos39 NTDLL_fabs = NTDLL.fabs40 NTDLL_floor = NTDLL.floor41 NTDLL_isalpha = NTDLL.isalpha42 NTDLL_isdigit = NTDLL.isdigit43 NTDLL_islower = NTDLL.islower44 NTDLL_isprint = NTDLL.isprint45 NTDLL_isspace = NTDLL.isspace46 NTDLL_isupper = NTDLL.isupper47 NTDLL_iswalpha = NTDLL.iswalpha48 NTDLL_iswctype = NTDLL.iswctype49 NTDLL_isxdigit = NTDLL.isxdigit50 NTDLL_labs = NTDLL.labs51 NTDLL_log = NTDLL.log52 NTDLL_mbstowcs = NTDLL.mbstowcs53 NTDLL_memchr = NTDLL.memchr54 NTDLL_memcmp = NTDLL.memcmp55 NTDLL_memcpy = NTDLL.memcpy56 NTDLL_memset = NTDLL.memset57 NTDLL_pow = NTDLL.pow58 NTDLL_qsort = NTDLL.qsort59 NTDLL_sin = NTDLL.sin60 NTDLL_sprintf = NTDLL.sprintf61 NTDLL_sqrt = NTDLL.sqrt62 NTDLL_sscanf = NTDLL.sscanf63 NTDLL_strcat = NTDLL.strcat64 NTDLL_strchr = NTDLL.strchr65 NTDLL_strcmp = NTDLL.strcmp66 NTDLL_strcpy = NTDLL.strcpy67 NTDLL_strcspn = NTDLL.strcspn68 NTDLL_strlen = NTDLL.strlen69 NTDLL_strncat = NTDLL.strncat70 NTDLL_strncmp = NTDLL.strncmp71 NTDLL_strncpy = NTDLL.strncpy72 NTDLL_strpbrk = NTDLL.strpbrk73 NTDLL_strrchr = NTDLL.strrchr74 NTDLL_strspn = NTDLL.strspn75 NTDLL_strstr = NTDLL.strstr76 NTDLL_swprintf = NTDLL.swprintf77 NTDLL_tan = NTDLL.tan78 NTDLL_tolower = NTDLL.tolower79 NTDLL_toupper = NTDLL.toupper80 NTDLL_towlower = NTDLL.towlower81 NTDLL_towupper = NTDLL.towupper82 NTDLL_vsprintf = NTDLL.vsprintf83 NTDLL_wcscat = NTDLL.wcscat84 NTDLL_wcschr = NTDLL.wcschr85 NTDLL_wcscmp = NTDLL.wcscmp86 NTDLL_wcscpy = NTDLL.wcscpy87 NTDLL_wcscspn = NTDLL.wcscspn88 NTDLL_wcslen = NTDLL.wcslen89 NTDLL_wcsncat = NTDLL.wcsncat90 NTDLL_wcsncmp = NTDLL.wcsncmp91 NTDLL_wcsncpy = NTDLL.wcsncpy92 NTDLL_wcspbrk = NTDLL.wcspbrk93 NTDLL_wcsrchr = NTDLL.wcsrchr94 NTDLL_wcsspn = NTDLL.wcsspn95 NTDLL_wcsstr = NTDLL.wcsstr96 NTDLL_wcstok = NTDLL.wcstok97 NTDLL_wcstol = NTDLL.wcstol98 NTDLL_wcstombs = NTDLL.wcstombs99 NTDLL_wcstoul = NTDLL.wcstoul100 101 ; Forwarded APIs - CRTDLL102 CRTDLL___dllonexit = CRTDLL.__dllonexit103 CRTDLL___doserrno = CRTDLL.__doserrno104 CRTDLL___fpecode = CRTDLL.__fpecode105 CRTDLL___isascii = CRTDLL.__isascii106 CRTDLL___iscsym = CRTDLL.__iscsym107 CRTDLL___iscsymf = CRTDLL.__iscsymf108 CRTDLL___threadhandle = CRTDLL.__threadhandle109 CRTDLL___threadid = CRTDLL.__threadid110 111 CRTDLL__CIacos = CRTDLL._CIacos112 CRTDLL__CIasin = CRTDLL._CIasin113 CRTDLL__CIatan = CRTDLL._CIatan114 CRTDLL__CIatan2 = CRTDLL._CIatan2115 CRTDLL__CIcos = CRTDLL._CIcos116 CRTDLL__CIcosh = CRTDLL._CIcosh117 CRTDLL__CIexp = CRTDLL._CIexp118 CRTDLL__CIfmod = CRTDLL._CIfmod119 CRTDLL__CIlog = CRTDLL._CIlog120 CRTDLL__CIlog10 = CRTDLL._CIlog10121 CRTDLL__CIsin = CRTDLL._CIsin122 CRTDLL__CIsinh = CRTDLL._CIsinh123 CRTDLL__CIsqrt = CRTDLL._CIsqrt124 CRTDLL__CItan = CRTDLL._CItan125 CRTDLL__CItanh = CRTDLL._CItanh126 CRTDLL__abnormal_termination = CRTDLL._abnormal_termination127 CRTDLL__access = CRTDLL._access128 CRTDLL__amsg_exit = CRTDLL._amsg_exit129 CRTDLL__assert = CRTDLL._assert130 CRTDLL__beep = CRTDLL._beep131 CRTDLL__beginthread = CRTDLL._beginthread132 CRTDLL__c_exit = CRTDLL._c_exit133 CRTDLL__cabs = CRTDLL._cabs134 CRTDLL__cexit = CRTDLL._cexit135 CRTDLL__cgets = CRTDLL._cgets136 CRTDLL__chdir = CRTDLL._chdir137 CRTDLL__chdrive = CRTDLL._chdrive138 CRTDLL__chgsign = CRTDLL._chgsign139 CRTDLL__chmod = CRTDLL._chmod140 CRTDLL__chsize = CRTDLL._chsize141 CRTDLL__clearfp = CRTDLL._clearfp142 CRTDLL__close = CRTDLL._close143 CRTDLL__commit = CRTDLL._commit144 CRTDLL__control87 = CRTDLL._control87145 CRTDLL__controlfp = CRTDLL._controlfp146 CRTDLL__copysign = CRTDLL._copysign147 CRTDLL__cprintf = CRTDLL._cprintf148 CRTDLL__cputs = CRTDLL._cputs149 CRTDLL__creat = CRTDLL._creat150 CRTDLL__cscanf = CRTDLL._cscanf151 CRTDLL__cwait = CRTDLL._cwait152 CRTDLL__dup = CRTDLL._dup153 CRTDLL__dup2 = CRTDLL._dup2154 CRTDLL__ecvt = CRTDLL._ecvt155 CRTDLL__endthread = CRTDLL._endthread156 CRTDLL__eof = CRTDLL._eof157 CRTDLL__errno = CRTDLL._errno158 CRTDLL__except_handler2 = CRTDLL._except_handler2159 CRTDLL__execl = CRTDLL._execl160 CRTDLL__execle = CRTDLL._execle161 CRTDLL__execlp = CRTDLL._execlp162 CRTDLL__execlpe = CRTDLL._execlpe163 CRTDLL__execv = CRTDLL._execv164 CRTDLL__execve = CRTDLL._execve165 CRTDLL__execvp = CRTDLL._execvp166 CRTDLL__execvpe = CRTDLL._execvpe167 CRTDLL__exit = CRTDLL._exit168 CRTDLL__expand = CRTDLL._expand169 CRTDLL__fcloseall = CRTDLL._fcloseall170 CRTDLL__fcvt = CRTDLL._fcvt171 CRTDLL__fdopen = CRTDLL._fdopen172 CRTDLL__fgetchar = CRTDLL._fgetchar173 CRTDLL__fgetwchar = CRTDLL._fgetwchar174 CRTDLL__filbuf = CRTDLL._filbuf175 CRTDLL__filelength = CRTDLL._filelength176 CRTDLL__fileno = CRTDLL._fileno177 CRTDLL__findclose = CRTDLL._findclose178 CRTDLL__findfirst = CRTDLL._findfirst179 CRTDLL__findnext = CRTDLL._findnext180 CRTDLL__finite = CRTDLL._finite181 CRTDLL__flsbuf = CRTDLL._flsbuf182 CRTDLL__flushall = CRTDLL._flushall183 CRTDLL__fpclass = CRTDLL._fpclass184 CRTDLL__fpieee_flt = CRTDLL._fpieee_flt185 CRTDLL__fpreset = CRTDLL._fpreset186 CRTDLL__fputchar = CRTDLL._fputchar187 CRTDLL__fputwchar = CRTDLL._fputwchar188 CRTDLL__fsopen = CRTDLL._fsopen189 CRTDLL__fstat = CRTDLL._fstat190 CRTDLL__ftime = CRTDLL._ftime191 CRTDLL__fullpath = CRTDLL._fullpath192 CRTDLL__futime = CRTDLL._futime193 CRTDLL__gcvt = CRTDLL._gcvt194 CRTDLL__get_osfhandle = CRTDLL._get_osfhandle195 CRTDLL__getch = CRTDLL._getch196 CRTDLL__getche = CRTDLL._getche197 CRTDLL__getcwd = CRTDLL._getcwd198 CRTDLL__getdcwd = CRTDLL._getdcwd199 CRTDLL__getdiskfree = CRTDLL._getdiskfree200 CRTDLL__getdrive = CRTDLL._getdrive201 CRTDLL__getdrives = CRTDLL._getdrives202 CRTDLL__getpid = CRTDLL._getpid203 CRTDLL__getsystime = CRTDLL._getsystime204 CRTDLL__getw = CRTDLL._getw205 CRTDLL__getws = CRTDLL._getws206 CRTDLL__global_unwind2 = CRTDLL._global_unwind2207 CRTDLL__heapchk = CRTDLL._heapchk208 CRTDLL__heapmin = CRTDLL._heapmin209 CRTDLL__heapset = CRTDLL._heapset210 CRTDLL__heapwalk = CRTDLL._heapwalk211 CRTDLL__hypot = CRTDLL._hypot212 CRTDLL__iob = CRTDLL._iob213 CRTDLL__isatty = CRTDLL._isatty214 CRTDLL__isctype = CRTDLL._isctype215 CRTDLL__ismbbalnum = CRTDLL._ismbbalnum216 CRTDLL__ismbbalpha = CRTDLL._ismbbalpha217 CRTDLL__ismbbgraph = CRTDLL._ismbbgraph218 CRTDLL__ismbbkalnum = CRTDLL._ismbbkalnum219 CRTDLL__ismbbkana = CRTDLL._ismbbkana220 CRTDLL__ismbbkpunct = CRTDLL._ismbbkpunct221 CRTDLL__ismbblead = CRTDLL._ismbblead222 CRTDLL__ismbbprint = CRTDLL._ismbbprint223 CRTDLL__ismbbpunct = CRTDLL._ismbbpunct224 CRTDLL__ismbbtrail = CRTDLL._ismbbtrail225 CRTDLL__ismbcalpha = CRTDLL._ismbcalpha226 CRTDLL__ismbcdigit = CRTDLL._ismbcdigit227 CRTDLL__ismbchira = CRTDLL._ismbchira228 CRTDLL__ismbckata = CRTDLL._ismbckata229 CRTDLL__ismbcl0 = CRTDLL._ismbcl0230 CRTDLL__ismbcl1 = CRTDLL._ismbcl1231 CRTDLL__ismbcl2 = CRTDLL._ismbcl2232 CRTDLL__ismbclegal = CRTDLL._ismbclegal233 CRTDLL__ismbclower = CRTDLL._ismbclower234 CRTDLL__ismbcprint = CRTDLL._ismbcprint235 CRTDLL__ismbcspace = CRTDLL._ismbcspace236 CRTDLL__ismbcsymbol = CRTDLL._ismbcsymbol237 CRTDLL__ismbcupper = CRTDLL._ismbcupper238 CRTDLL__ismbslead = CRTDLL._ismbslead239 CRTDLL__ismbstrail = CRTDLL._ismbstrail240 CRTDLL__isnan = CRTDLL._isnan241 CRTDLL__j0 = CRTDLL._j0242 CRTDLL__j1 = CRTDLL._j1243 CRTDLL__jn = CRTDLL._jn244 CRTDLL__kbhit = CRTDLL._kbhit245 CRTDLL__lfind = CRTDLL._lfind246 CRTDLL__loaddll = CRTDLL._loaddll247 CRTDLL__local_unwind2 = CRTDLL._local_unwind2248 CRTDLL__locking = CRTDLL._locking249 CRTDLL__logb = CRTDLL._logb250 CRTDLL__lrotl = CRTDLL._lrotl251 CRTDLL__lrotr = CRTDLL._lrotr252 CRTDLL__lsearch = CRTDLL._lsearch253 CRTDLL__lseek = CRTDLL._lseek254 CRTDLL__makepath = CRTDLL._makepath255 CRTDLL__mbbtombc = CRTDLL._mbbtombc256 CRTDLL__mbbtype = CRTDLL._mbbtype257 CRTDLL__mbccpy = CRTDLL._mbccpy258 CRTDLL__mbcjistojms = CRTDLL._mbcjistojms259 CRTDLL__mbcjmstojis = CRTDLL._mbcjmstojis260 CRTDLL__mbclen = CRTDLL._mbclen261 CRTDLL__mbctohira = CRTDLL._mbctohira262 CRTDLL__mbctokata = CRTDLL._mbctokata263 CRTDLL__mbctolower = CRTDLL._mbctolower264 CRTDLL__mbctombb = CRTDLL._mbctombb265 CRTDLL__mbctoupper = CRTDLL._mbctoupper266 CRTDLL__mbsbtype = CRTDLL._mbsbtype267 CRTDLL__mbscat = CRTDLL._mbscat268 CRTDLL__mbschr = CRTDLL._mbschr269 CRTDLL__mbscmp = CRTDLL._mbscmp270 CRTDLL__mbscpy = CRTDLL._mbscpy271 CRTDLL__mbscspn = CRTDLL._mbscspn272 CRTDLL__mbsdec = CRTDLL._mbsdec273 CRTDLL__mbsdup = CRTDLL._mbsdup274 CRTDLL__mbsicmp = CRTDLL._mbsicmp275 CRTDLL__mbsinc = CRTDLL._mbsinc276 CRTDLL__mbslen = CRTDLL._mbslen277 CRTDLL__mbslwr = CRTDLL._mbslwr278 CRTDLL__mbsnbcat = CRTDLL._mbsnbcat279 CRTDLL__mbsnbcmp = CRTDLL._mbsnbcmp280 CRTDLL__mbsnbcnt = CRTDLL._mbsnbcnt281 CRTDLL__mbsnbcpy = CRTDLL._mbsnbcpy282 CRTDLL__mbsnbicmp = CRTDLL._mbsnbicmp283 CRTDLL__mbsnbset = CRTDLL._mbsnbset284 CRTDLL__mbsncat = CRTDLL._mbsncat285 CRTDLL__mbsnccnt = CRTDLL._mbsnccnt286 CRTDLL__mbsncmp = CRTDLL._mbsncmp287 CRTDLL__mbsncpy = CRTDLL._mbsncpy288 CRTDLL__mbsnextc = CRTDLL._mbsnextc289 CRTDLL__mbsnicmp = CRTDLL._mbsnicmp290 CRTDLL__mbsninc = CRTDLL._mbsninc291 CRTDLL__mbsnset = CRTDLL._mbsnset292 CRTDLL__mbspbrk = CRTDLL._mbspbrk293 CRTDLL__mbsrchr = CRTDLL._mbsrchr294 CRTDLL__mbsrev = CRTDLL._mbsrev295 CRTDLL__mbsset = CRTDLL._mbsset296 CRTDLL__mbsspn = CRTDLL._mbsspn297 CRTDLL__mbsspnp = CRTDLL._mbsspnp298 CRTDLL__mbsstr = CRTDLL._mbsstr299 CRTDLL__mbstok = CRTDLL._mbstok300 CRTDLL__mbstrlen = CRTDLL._mbstrlen301 CRTDLL__mbsupr = CRTDLL._mbsupr302 CRTDLL__memccpy = CRTDLL._memccpy303 CRTDLL__mkdir = CRTDLL._mkdir304 CRTDLL__mktemp = CRTDLL._mktemp305 CRTDLL__msize = CRTDLL._msize306 CRTDLL__nextafter = CRTDLL._nextafter307 CRTDLL__onexit = CRTDLL._onexit308 CRTDLL__open = CRTDLL._open309 CRTDLL__open_osfhandle = CRTDLL._open_osfhandle310 CRTDLL__pclose = CRTDLL._pclose311 CRTDLL__pipe = CRTDLL._pipe312 CRTDLL__popen = CRTDLL._popen313 CRTDLL__purecall = CRTDLL._purecall314 CRTDLL__putch = CRTDLL._putch315 CRTDLL__putenv = CRTDLL._putenv316 CRTDLL__putw = CRTDLL._putw317 CRTDLL__read = CRTDLL._read318 CRTDLL__rmdir = CRTDLL._rmdir319 CRTDLL__rmtmp = CRTDLL._rmtmp320 CRTDLL__rotl = CRTDLL._rotl321 CRTDLL__rotr = CRTDLL._rotr322 CRTDLL__scalb = CRTDLL._scalb323 CRTDLL__searchenv = CRTDLL._searchenv324 CRTDLL__setjmp = CRTDLL._setjmp325 CRTDLL__setmode = CRTDLL._setmode326 CRTDLL__seterrormode = CRTDLL._seterrormode327 CRTDLL__setsystime = CRTDLL._setsystime328 CRTDLL__spawnl = CRTDLL._spawnl329 CRTDLL__spawnle = CRTDLL._spawnle330 CRTDLL__spawnlp = CRTDLL._spawnlp331 CRTDLL__spawnlpe = CRTDLL._spawnlpe332 CRTDLL__spawnv = CRTDLL._spawnv333 CRTDLL__spawnve = CRTDLL._spawnve334 CRTDLL__spawnvp = CRTDLL._spawnvp335 CRTDLL__spawnvpe = CRTDLL._spawnvpe336 CRTDLL__sleep = CRTDLL._sleep337 CRTDLL__sopen = CRTDLL._sopen338 CRTDLL__stat = CRTDLL._stat339 CRTDLL__statusfp = CRTDLL._statusfp340 CRTDLL__strdate = CRTDLL._strdate341 CRTDLL__strdup = CRTDLL._strdup342 CRTDLL__strerror = CRTDLL._strerror343 CRTDLL__stricoll = CRTDLL._stricoll344 CRTDLL__strnset = CRTDLL._strnset345 CRTDLL__strrev = CRTDLL._strrev346 CRTDLL__strset = CRTDLL._strset347 CRTDLL__strtime = CRTDLL._strtime348 CRTDLL__swab = CRTDLL._swab349 CRTDLL__sys_errlist = CRTDLL.sys_errlist350 CRTDLL__tell = CRTDLL._tell351 CRTDLL__tempnam = CRTDLL._tempnam352 CRTDLL__tolower = CRTDLL._tolower353 CRTDLL__toupper = CRTDLL._toupper354 CRTDLL__tzset = CRTDLL._tzset355 CRTDLL__tzname = CRTDLL._tzname356 CRTDLL__ungetch = CRTDLL._ungetch357 CRTDLL__unlink = CRTDLL._unlink358 CRTDLL__unloaddll = CRTDLL._unloaddll359 CRTDLL__utime = CRTDLL._utime360 CRTDLL__vsnwprintf = CRTDLL._vsnwprintf361 CRTDLL__wcsdup = CRTDLL._wcsdup362 CRTDLL__wcsicoll = CRTDLL._wcsicoll363 CRTDLL__wcsnset = CRTDLL._wcsnset364 CRTDLL__wcsrev = CRTDLL._wcsrev365 CRTDLL__wcsset = CRTDLL._wcsset366 CRTDLL__write = CRTDLL._write367 CRTDLL__XcptFilter = CRTDLL._XcptFilter368 CRTDLL__y0 = CRTDLL._y0369 CRTDLL__y1 = CRTDLL._y1370 CRTDLL__yn = CRTDLL._yn371 CRTDLL_abort = CRTDLL.abort372 CRTDLL_acos = CRTDLL.acos373 CRTDLL_asctime = CRTDLL.asctime374 CRTDLL_asin = CRTDLL.asin375 CRTDLL_atan2 = CRTDLL.atan2376 CRTDLL_atexit = CRTDLL.atexit377 CRTDLL_atof = CRTDLL.atof378 CRTDLL_bsearch = CRTDLL.bsearch379 CRTDLL_calloc = CRTDLL.calloc380 CRTDLL_clearerr = CRTDLL.clearerr381 CRTDLL_clock = CRTDLL.clock382 CRTDLL_cosh = CRTDLL.cosh383 CRTDLL_ctime = CRTDLL.ctime384 CRTDLL_ctype = CRTDLL.ctype385 CRTDLL_difftime = CRTDLL.difftime386 CRTDLL_div = CRTDLL.div387 CRTDLL_exit = CRTDLL.exit388 CRTDLL_exp = CRTDLL.exp389 CRTDLL_fclose = CRTDLL.fclose390 CRTDLL_feof = CRTDLL.feof391 CRTDLL_ferror = CRTDLL.ferror392 CRTDLL_fflush = CRTDLL.fflush393 CRTDLL_fgetc = CRTDLL.fgetc394 CRTDLL_fgetpos = CRTDLL.fgetpos395 CRTDLL_fgets = CRTDLL.fgets396 CRTDLL_fgetwc = CRTDLL.fgetwc397 CRTDLL_fmod = CRTDLL.fmod398 CRTDLL_fopen = CRTDLL.fopen399 CRTDLL_fprintf = CRTDLL.fprintf400 CRTDLL_fputc = CRTDLL.fputc401 CRTDLL_fputs = CRTDLL.fputs402 CRTDLL_fputwc = CRTDLL.fputwc403 CRTDLL_fread = CRTDLL.fread404 CRTDLL_free = CRTDLL.free405 CRTDLL_freopen = CRTDLL.freopen406 CRTDLL_frexp = CRTDLL.frexp407 CRTDLL_fscanf = CRTDLL.fscanf408 CRTDLL_fseek = CRTDLL.fseek409 CRTDLL_fsetpos = CRTDLL.fsetpos410 CRTDLL_ftell = CRTDLL.ftell411 CRTDLL_fwprintf = CRTDLL.fwprintf412 CRTDLL_fwrite = CRTDLL.fwrite413 CRTDLL_fwscanf = CRTDLL.fwscanf414 CRTDLL_getc = CRTDLL.getc415 CRTDLL_getchar = CRTDLL.getchar416 CRTDLL_getenv = CRTDLL.getenv417 CRTDLL_gets = CRTDLL.gets418 CRTDLL_gmtime = CRTDLL.gmtime419 CRTDLL_is_wctype = CRTDLL.is_wctype420 CRTDLL_isalnum = CRTDLL.isalnum421 CRTDLL_iscntrl = CRTDLL.iscntrl422 CRTDLL_isgraph = CRTDLL.isgraph423 CRTDLL_isleadbyte = CRTDLL.isleadbyte424 CRTDLL_ispunct = CRTDLL.ispunct425 CRTDLL_iswalnum = CRTDLL.iswalnum426 CRTDLL_iswascii = CRTDLL.iswascii427 CRTDLL_iswcntrl = CRTDLL.iswcntrl428 CRTDLL_iswdigit = CRTDLL.iswdigit429 CRTDLL_iswgraph = CRTDLL.iswgraph430 CRTDLL_iswlower = CRTDLL.iswlower431 CRTDLL_iswprint = CRTDLL.iswprint432 CRTDLL_iswpunct = CRTDLL.iswpunct433 CRTDLL_iswspace = CRTDLL.iswspace434 CRTDLL_iswupper = CRTDLL.iswupper435 CRTDLL_iswxdigit = CRTDLL.iswxdigit436 CRTDLL_ldexp = CRTDLL.ldexp437 CRTDLL_ldiv = CRTDLL.ldiv438 CRTDLL_localeconv = CRTDLL.localeconv439 CRTDLL_localtime = CRTDLL.localtime440 CRTDLL_log10 = CRTDLL.log10441 CRTDLL_longjmp = CRTDLL.longjmp442 CRTDLL_malloc = CRTDLL.malloc443 CRTDLL_mbctype = CRTDLL.mbctype444 CRTDLL_mblen = CRTDLL.mblen445 CRTDLL_mbtowc = CRTDLL.mbtowc446 CRTDLL_mktime = CRTDLL.mktime447 CRTDLL_modf = CRTDLL.modf448 CRTDLL_perror = CRTDLL.perror449 CRTDLL_printf = CRTDLL.printf450 CRTDLL_putc = CRTDLL.putc451 CRTDLL_putchar = CRTDLL.putchar452 CRTDLL_puts = CRTDLL.puts453 CRTDLL_raise = CRTDLL.raise454 CRTDLL_rand = CRTDLL.rand455 CRTDLL_realloc = CRTDLL.realloc456 CRTDLL_remove = CRTDLL.remove457 CRTDLL_rename = CRTDLL.rename458 CRTDLL_rewind = CRTDLL.rewind459 CRTDLL_scanf = CRTDLL.scanf460 CRTDLL_setbuf = CRTDLL.setbuf461 CRTDLL_setlocale = CRTDLL.setlocale462 CRTDLL_setvbuf = CRTDLL.setvbuf463 CRTDLL_signal = CRTDLL.signal464 CRTDLL_sinh = CRTDLL.sinh465 CRTDLL_srand = CRTDLL.srand466 CRTDLL_strcoll = CRTDLL.strcoll467 CRTDLL_strerror = CRTDLL.strerror468 CRTDLL_strftime = CRTDLL.strftime469 CRTDLL_strtod = CRTDLL.strtod470 CRTDLL_strtok = CRTDLL.strtok471 CRTDLL_strtol = CRTDLL.strtol472 CRTDLL_strtoul = CRTDLL.strtoul473 CRTDLL_strxfrm = CRTDLL.strxfrm474 CRTDLL_swscanf = CRTDLL.swscanf475 CRTDLL_system = CRTDLL.system476 CRTDLL_tanh = CRTDLL.tanh477 CRTDLL_time = CRTDLL.time478 CRTDLL_tmpfile = CRTDLL.tmpfile479 CRTDLL_tmpnam = CRTDLL.tmpnam480 CRTDLL_ungetc = CRTDLL.ungetc481 CRTDLL_ungetwc = CRTDLL.ungetwc482 CRTDLL_vfprintf = CRTDLL.vfprintf483 CRTDLL_vfwprintf = CRTDLL.vfwprintf484 CRTDLL_vprintf = CRTDLL.vprintf485 CRTDLL_vswprintf = CRTDLL.vswprintf486 CRTDLL_vwprintf = CRTDLL.vwprintf487 CRTDLL_wcscoll = CRTDLL.wcscoll488 CRTDLL_wcsftime = CRTDLL.wcsftime489 CRTDLL_wcstod = CRTDLL.wcstod490 CRTDLL_wcsxfrm = CRTDLL.wcsxfrm491 CRTDLL_wctomb = CRTDLL.wctomb492 CRTDLL_wprintf = CRTDLL.wprintf493 CRTDLL_wscanf = CRTDLL.wscanf494 6 495 7 EXPORTS … … 551 63 ?what@exception@@UBEPBDXZ = _MSVCRT_EXP48 @468 552 64 $I10_OUTPUT = _MSVCRT_EXP49 @483 553 _CIacos = CRTDLL__CIacos @484554 _CIasin = CRTDLL__CIasin @485555 _CIatan = CRTDLL__CIatan @486556 _CIatan2 = CRTDLL__CIatan2 @487557 _CIcos = CRTDLL__CIcos @488558 _CIcosh = CRTDLL__CIcosh @489559 _CIexp = CRTDLL__CIexp @490560 _CIfmod = CRTDLL__CIfmod @491561 _CIlog = CRTDLL__CIlog @492562 _CIlog10 = CRTDLL__CIlog10 @493563 _CIpow = NTDLL__CIpow @494564 _CIsin = CRTDLL__CIsin @495565 _CIsinh = CRTDLL__CIsinh @496566 _CIsqrt = CRTDLL__CIsqrt @497567 _CItan = CRTDLL__CItan @498568 _CItanh = CRTDLL__CItanh @49965 _CIacos = _CRTDLL__CIacos @484 66 _CIasin = _CRTDLL__CIasin @485 67 _CIatan = _CRTDLL__CIatan @486 68 _CIatan2 = _CRTDLL__CIatan2 @487 69 _CIcos = _CRTDLL__CIcos @488 70 _CIcosh = _CRTDLL__CIcosh @489 71 _CIexp = _CRTDLL__CIexp @490 72 _CIfmod = _CRTDLL__CIfmod @491 73 _CIlog = _CRTDLL__CIlog @492 74 _CIlog10 = _CRTDLL__CIlog10 @493 75 _CIpow = _CRTDLL__CIpow @494 76 _CIsin = _CRTDLL__CIsin @495 77 _CIsinh = _CRTDLL__CIsinh @496 78 _CIsqrt = _CRTDLL__CIsqrt @497 79 _CItan = _CRTDLL__CItan @498 80 _CItanh = _CRTDLL__CItanh @499 569 81 570 82 … … 572 84 _EH_prolog = _MSVCRT__EH_prolog @501 573 85 _HUGE = MSVCRT__HUGE @502 574 _XcptFilter = CRTDLL__XcptFilter @50386 _XcptFilter = _CRTDLL__XcptFilter @503 575 87 __CxxFrameHandler = _MSVCRT___CxxFrameHandler @504 576 88 ; __CxxLongjmpUnwind @505 … … 581 93 __argc = MSVCRT___argc @510 582 94 __argv = MSVCRT___argv @511 583 __dllonexit = CRTDLL___dllonexit @512584 __doserrno = CRTDLL___doserrno @513585 __fpecode = CRTDLL___fpecode @51495 __dllonexit = _CRTDLL___dllonexit @512 96 __doserrno = _CRTDLL___doserrno @513 97 __fpecode = _CRTDLL___fpecode @514 586 98 __getmainargs = _MSVCRT___GetMainArgs @515 587 99 __initenv = _MSVCRT___initenv @516 588 __isascii = CRTDLL___isascii @517589 __iscsym = CRTDLL___iscsym @518590 __iscsymf = CRTDLL___iscsymf @519100 __isascii = _CRTDLL___isascii @517 101 __iscsym = _CRTDLL___iscsym @518 102 __iscsymf = _CRTDLL___iscsymf @519 591 103 ; __lconv_init @520 592 104 __mb_cur_max = MSVCRT___mb_cur_max @521 … … 621 133 __set_app_type = _MSVCRT___set_app_type @550 622 134 __setusermatherr = _MSVCRT___setusermatherr @551 623 __threadhandle = CRTDLL___threadhandle @552624 __threadid = CRTDLL___threadid @553625 ; __toascii = CRTDLL___toascii @554135 __threadhandle = _CRTDLL___threadhandle @552 136 __threadid = _CRTDLL___threadid @553 137 ; __toascii = _CRTDLL___toascii @554 626 138 ; __unDName @555 627 139 __wargv @556 628 140 ; __wgetmainargs @557 629 141 ; __winitenv @558 630 _abnormal_termination = CRTDLL__abnormal_termination @559631 _access = CRTDLL__access @560142 _abnormal_termination = _CRTDLL__abnormal_termination @559 143 _access = _CRTDLL__access @560 632 144 _acmdln = MSVCRT__acmdln @561 633 145 ; _adj_fdiv_m16i @562 … … 646 158 _adjust_fdiv = _MSVCRT__adjust_fdiv @575 647 159 _aexit_rtn = _MSVCRT__aexit_rtn @576 648 _amsg_exit = CRTDLL__amsg_exit @577649 _assert = CRTDLL__assert @578160 _amsg_exit = _CRTDLL__amsg_exit @577 161 _assert = _CRTDLL__assert @578 650 162 ; _atodbl @579 651 163 ; _atoldbl @580 652 _beep = CRTDLL__beep @581653 _beginthread = CRTDLL__beginthread @582164 _beep = _CRTDLL__beep @581 165 _beginthread = _CRTDLL__beginthread @582 654 166 _beginthreadex = _MSVCRT__beginthreadex @583 655 _c_exit = CRTDLL__c_exit @584656 _cabs = CRTDLL__cabs @585657 _cexit = CRTDLL__cexit @586658 _cgets = CRTDLL__cgets @587659 _chdir = CRTDLL__chdir @588660 _chdrive = CRTDLL__chdrive @589661 _chgsign = CRTDLL__chgsign @590662 _chmod = CRTDLL__chmod @591663 _chsize = CRTDLL__chsize @592664 _clearfp = CRTDLL__clearfp @593665 _close = CRTDLL__close @594666 _commit = CRTDLL__commit @595167 _c_exit = _CRTDLL__c_exit @584 168 _cabs = _CRTDLL__cabs @585 169 _cexit = _CRTDLL__cexit @586 170 _cgets = _CRTDLL__cgets @587 171 _chdir = _CRTDLL__chdir @588 172 _chdrive = _CRTDLL__chdrive @589 173 _chgsign = _CRTDLL__chgsign @590 174 _chmod = _CRTDLL__chmod @591 175 _chsize = _CRTDLL__chsize @592 176 _clearfp = _CRTDLL__clearfp @593 177 _close = _CRTDLL__close @594 178 _commit = _CRTDLL__commit @595 667 179 _commode = MSVCRT__commode @596 668 _control87 = CRTDLL__control87 @597669 _controlfp = CRTDLL__controlfp @598670 _copysign = CRTDLL__copysign @599671 672 673 _cprintf = CRTDLL__cprintf @600674 _cputs = CRTDLL__cputs @601675 _creat = CRTDLL__creat @602676 _cscanf = CRTDLL__cscanf @603180 _control87 = _CRTDLL__control87 @597 181 _controlfp = _CRTDLL__controlfp @598 182 _copysign = _CRTDLL__copysign @599 183 184 185 _cprintf = _CRTDLL__cprintf @600 186 _cputs = _CRTDLL__cputs @601 187 _creat = _CRTDLL__creat @602 188 _cscanf = _CRTDLL__cscanf @603 677 189 _ctype = CRTDLL_ctype @604 678 _cwait = CRTDLL__cwait @605190 _cwait = _CRTDLL__cwait @605 679 191 _daylight = MSVCRT__daylight @606 680 192 ; _dstbias @607 681 _dup = CRTDLL__dup @608682 _dup2 = CRTDLL__dup2 @609683 _ecvt = CRTDLL__ecvt @610684 _endthread = CRTDLL__endthread @611193 _dup = _CRTDLL__dup @608 194 _dup2 = _CRTDLL__dup2 @609 195 _ecvt = _CRTDLL__ecvt @610 196 _endthread = _CRTDLL__endthread @611 685 197 _endthreadex = _MSVCRT__endthreadex @612 686 198 _environ = MSVCRT__environ @613 687 _eof = CRTDLL__eof @614688 _errno = CRTDLL__errno @615689 _except_handler2 = CRTDLL__except_handler2 @616199 _eof = _CRTDLL__eof @614 200 _errno = _CRTDLL__errno @615 201 _except_handler2 = _CRTDLL__except_handler2 @616 690 202 _except_handler3 = _MSVCRT__except_handler3 @617 691 _execl = CRTDLL__execl @618692 _execle = CRTDLL__execle @619693 _execlp = CRTDLL__execlp @620694 _execlpe = CRTDLL__execlpe @621695 _execv = CRTDLL__execv @622696 _execve = CRTDLL__execve @623697 _execvp = CRTDLL__execvp @624698 _execvpe = CRTDLL__execvpe @625699 _exit = CRTDLL__exit @626700 _expand = CRTDLL__expand @627701 _fcloseall = CRTDLL__fcloseall @628702 _fcvt = CRTDLL__fcvt @629703 _fdopen = CRTDLL__fdopen @630704 _fgetchar = CRTDLL__fgetchar @631705 _fgetwchar = CRTDLL__fgetwchar @632706 _filbuf = CRTDLL__filbuf @633203 _execl = _CRTDLL__execl @618 204 _execle = _CRTDLL__execle @619 205 _execlp = _CRTDLL__execlp @620 206 _execlpe = _CRTDLL__execlpe @621 207 _execv = _CRTDLL__execv @622 208 _execve = _CRTDLL__execve @623 209 _execvp = _CRTDLL__execvp @624 210 _execvpe = _CRTDLL__execvpe @625 211 _exit = _CRTDLL__exit @626 212 _expand = _CRTDLL__expand @627 213 _fcloseall = _CRTDLL__fcloseall @628 214 _fcvt = _CRTDLL__fcvt @629 215 _fdopen = _CRTDLL__fdopen @630 216 _fgetchar = _CRTDLL__fgetchar @631 217 _fgetwchar = _CRTDLL__fgetwchar @632 218 _filbuf = _CRTDLL__filbuf @633 707 219 _fileinfo = MSVCRT__fileinfo @634 708 _filelength = CRTDLL__filelength @635220 _filelength = _CRTDLL__filelength @635 709 221 _filelengthi64 = _MSVCRT__filelengthi64 @636 710 _fileno = CRTDLL__fileno @637711 _findclose = CRTDLL__findclose @638712 _findfirst = CRTDLL__findfirst @639222 _fileno = _CRTDLL__fileno @637 223 _findclose = _CRTDLL__findclose @638 224 _findfirst = _CRTDLL__findfirst @639 713 225 _findfirsti64 = _MSVCRT__findfirsti64 @640 714 _findnext = CRTDLL__findnext @641226 _findnext = _CRTDLL__findnext @641 715 227 _findnexti64 = _MSVCRT__findnexti64 @642 716 _finite = CRTDLL__finite @643717 _flsbuf = CRTDLL__flsbuf @644718 _flushall = CRTDLL__flushall @645228 _finite = _CRTDLL__finite @643 229 _flsbuf = _CRTDLL__flsbuf @644 230 _flushall = _CRTDLL__flushall @645 719 231 _fmode = MSVCRT__fmode @646 720 _fpclass = CRTDLL__fpclass @647721 _fpieee_flt = CRTDLL__fpieee_flt @648722 _fpreset = CRTDLL__fpreset @649723 _fputchar = CRTDLL__fputchar @650724 _fputwchar = CRTDLL__fputwchar @651725 _fsopen = CRTDLL__fsopen @652726 _fstat = CRTDLL__fstat @653232 _fpclass = _CRTDLL__fpclass @647 233 _fpieee_flt = _CRTDLL__fpieee_flt @648 234 _fpreset = _CRTDLL__fpreset @649 235 _fputchar = _CRTDLL__fputchar @650 236 _fputwchar = _CRTDLL__fputwchar @651 237 _fsopen = _CRTDLL__fsopen @652 238 _fstat = _CRTDLL__fstat @653 727 239 _fstati64 = _MSVCRT__fstati64 @654 728 _ftime = CRTDLL__ftime @655729 _ftol = NTDLL__ftol @656730 _fullpath = CRTDLL__fullpath @657731 _futime = CRTDLL__futime @658732 _gcvt = CRTDLL__gcvt @659733 _get_osfhandle = CRTDLL__get_osfhandle @660734 _getch = CRTDLL__getch @661735 _getche = CRTDLL__getche @662736 _getcwd = CRTDLL__getcwd @663737 _getdcwd = CRTDLL__getdcwd @664738 _getdiskfree = CRTDLL__getdiskfree @665240 _ftime = _CRTDLL__ftime @655 241 _ftol = _CRTDLL__ftol @656 242 _fullpath = _CRTDLL__fullpath @657 243 _futime = _CRTDLL__futime @658 244 _gcvt = _CRTDLL__gcvt @659 245 _get_osfhandle = _CRTDLL__get_osfhandle @660 246 _getch = _CRTDLL__getch @661 247 _getche = _CRTDLL__getche @662 248 _getcwd = _CRTDLL__getcwd @663 249 _getdcwd = _CRTDLL__getdcwd @664 250 _getdiskfree = _CRTDLL__getdiskfree @665 739 251 ; _getdllprocaddr @666 740 _getdrive = CRTDLL__getdrive @667741 _getdrives = CRTDLL__getdrives @668252 _getdrive = _CRTDLL__getdrive @667 253 _getdrives = _CRTDLL__getdrives @668 742 254 _getmaxstdio = _MSVCRT__getmaxstdio @669 743 255 _getmbcp = _MSVCRT__getmbcp @670 744 _getpid = CRTDLL__getpid @671745 _getsystime = CRTDLL__getsystime @672746 _getw = CRTDLL__getw @673747 _getws =CRTDLL__getws @674748 _global_unwind2 = CRTDLL__global_unwind2 @675256 _getpid = _CRTDLL__getpid @671 257 _getsystime = _CRTDLL__getsystime @672 258 _getw = _CRTDLL__getw @673 259 ;;;; _getws = _CRTDLL__getws @674 260 _global_unwind2 = _CRTDLL__global_unwind2 @675 749 261 _heapadd = _MSVCRT__heapadd @676 750 _heapchk = CRTDLL__heapchk @677751 _heapmin = CRTDLL__heapmin @678752 _heapset = CRTDLL__heapset @679262 _heapchk = _CRTDLL__heapchk @677 263 _heapmin = _CRTDLL__heapmin @678 264 _heapset = _CRTDLL__heapset @679 753 265 ; _heapused @680 754 _heapwalk = CRTDLL__heapwalk @681755 _hypot = CRTDLL__hypot @682266 _heapwalk = _CRTDLL__heapwalk @681 267 _hypot = _CRTDLL__hypot @682 756 268 _initterm = _DLL_InitTerm @683 757 269 _inp = _MSVCRT__inp @684 758 270 _inpd = _MSVCRT__inpd @685 759 271 _inpw = _MSVCRT__inpw @686 760 _iob = CRTDLL_ _iob @687761 _isatty = CRTDLL__isatty @688762 _isctype = CRTDLL__isctype @689763 _ismbbalnum = CRTDLL__ismbbalnum @690764 _ismbbalpha = CRTDLL__ismbbalpha @691765 _ismbbgraph = CRTDLL__ismbbgraph @692766 _ismbbkalnum = CRTDLL__ismbbkalnum @693767 _ismbbkana = CRTDLL__ismbbkana @694272 _iob = CRTDLL_iob @687 273 _isatty = _CRTDLL__isatty @688 274 _isctype = _CRTDLL__isctype @689 275 _ismbbalnum = _CRTDLL__ismbbalnum @690 276 _ismbbalpha = _CRTDLL__ismbbalpha @691 277 _ismbbgraph = _CRTDLL__ismbbgraph @692 278 _ismbbkalnum = _CRTDLL__ismbbkalnum @693 279 _ismbbkana = _CRTDLL__ismbbkana @694 768 280 _ismbbkprint = _MSVCRT__ismbbkprint @695 769 _ismbbkpunct = CRTDLL__ismbbkpunct @696770 _ismbblead = CRTDLL__ismbblead @697771 _ismbbprint = CRTDLL__ismbbprint @698772 _ismbbpunct = CRTDLL__ismbbpunct @699773 774 775 _ismbbtrail = CRTDLL__ismbbtrail @700281 _ismbbkpunct = _CRTDLL__ismbbkpunct @696 282 _ismbblead = _CRTDLL__ismbblead @697 283 _ismbbprint = _CRTDLL__ismbbprint @698 284 _ismbbpunct = _CRTDLL__ismbbpunct @699 285 286 287 _ismbbtrail = _CRTDLL__ismbbtrail @700 776 288 _ismbcalnum = _MSVCRT__ismbcalnum @701 777 _ismbcalpha = CRTDLL__ismbcalpha @702778 _ismbcdigit = CRTDLL__ismbcdigit @703289 _ismbcalpha = _CRTDLL__ismbcalpha @702 290 _ismbcdigit = _CRTDLL__ismbcdigit @703 779 291 _ismbcgraph = _MSVCRT__ismbcgraph @704 780 _ismbchira = CRTDLL__ismbchira @705781 _ismbckata = CRTDLL__ismbckata @706782 _ismbcl0 = CRTDLL__ismbcl0 @707783 _ismbcl1 = CRTDLL__ismbcl1 @708784 _ismbcl2 = CRTDLL__ismbcl2 @709785 _ismbclegal = CRTDLL__ismbclegal @710786 _ismbclower = CRTDLL__ismbclower @711787 _ismbcprint = CRTDLL__ismbcprint @712292 _ismbchira = _CRTDLL__ismbchira @705 293 _ismbckata = _CRTDLL__ismbckata @706 294 _ismbcl0 = _CRTDLL__ismbcl0 @707 295 _ismbcl1 = _CRTDLL__ismbcl1 @708 296 _ismbcl2 = _CRTDLL__ismbcl2 @709 297 _ismbclegal = _CRTDLL__ismbclegal @710 298 _ismbclower = _CRTDLL__ismbclower @711 299 _ismbcprint = _CRTDLL__ismbcprint @712 788 300 _ismbcpunct = _MSVCRT__ismbcpunct @713 789 _ismbcspace = CRTDLL__ismbcspace @714790 _ismbcsymbol = CRTDLL__ismbcsymbol @715791 _ismbcupper = CRTDLL__ismbcupper @716792 _ismbslead = CRTDLL__ismbslead @717793 _ismbstrail = CRTDLL__ismbstrail @718794 _isnan = CRTDLL__isnan @719795 _itoa = NTDLL__itoa @720301 _ismbcspace = _CRTDLL__ismbcspace @714 302 _ismbcsymbol = _CRTDLL__ismbcsymbol @715 303 _ismbcupper = _CRTDLL__ismbcupper @716 304 _ismbslead = _CRTDLL__ismbslead @717 305 _ismbstrail = _CRTDLL__ismbstrail @718 306 _isnan = _CRTDLL__isnan @719 307 _itoa = _CRTDLL__itoa @720 796 308 _itow = _MSVCRT__itow @721 797 _j0 = CRTDLL__j0 @722798 _j1 = CRTDLL__j1 @723799 _jn = CRTDLL__jn @724800 _kbhit = CRTDLL__kbhit @725801 _lfind = CRTDLL__lfind @726802 _loaddll = CRTDLL__loaddll @727803 _local_unwind2 = CRTDLL__local_unwind2 @728804 _locking = CRTDLL__locking @729805 _logb = CRTDLL__logb @730806 _longjmpex = CRTDLL_longjmp @731 ; Not correct807 _lrotl = CRTDLL__lrotl @732808 _lrotr = CRTDLL__lrotr @733809 _lsearch = CRTDLL__lsearch @734810 _lseek = CRTDLL__lseek @735309 _j0 = _CRTDLL__j0 @722 310 _j1 = _CRTDLL__j1 @723 311 _jn = _CRTDLL__jn @724 312 _kbhit = _CRTDLL__kbhit @725 313 _lfind = _CRTDLL__lfind @726 314 _loaddll = _CRTDLL__loaddll @727 315 _local_unwind2 = _CRTDLL__local_unwind2 @728 316 _locking = _CRTDLL__locking @729 317 _logb = _CRTDLL__logb @730 318 _longjmpex = _CRTDLL_longjmp @731 ; Not correct 319 _lrotl = _CRTDLL__lrotl @732 320 _lrotr = _CRTDLL__lrotr @733 321 _lsearch = _CRTDLL__lsearch @734 322 _lseek = _CRTDLL__lseek @735 811 323 _lseeki64 = _MSVCRT__lseeki64 @736 812 _ltoa = NTDLL__ltoa @737324 _ltoa = _CRTDLL__ltoa @737 813 325 _ltow = _MSVCRT__ltow @738 814 _makepath = CRTDLL__makepath @739815 _mbbtombc = CRTDLL__mbbtombc @740816 _mbbtype = CRTDLL__mbbtype @741817 _mbccpy = CRTDLL__mbccpy @742818 _mbcjistojms = CRTDLL__mbcjistojms @743819 _mbcjmstojis = CRTDLL__mbcjmstojis @744820 _mbclen = CRTDLL__mbclen @745821 _mbctohira = CRTDLL__mbctohira @746822 _mbctokata = CRTDLL__mbctokata @747823 _mbctolower = CRTDLL__mbctolower @748824 _mbctombb = CRTDLL__mbctombb @749825 _mbctoupper = CRTDLL__mbctoupper @750326 _makepath = _CRTDLL__makepath @739 327 _mbbtombc = _CRTDLL__mbbtombc @740 328 _mbbtype = _CRTDLL__mbbtype @741 329 _mbccpy = _CRTDLL__mbccpy @742 330 _mbcjistojms = _CRTDLL__mbcjistojms @743 331 _mbcjmstojis = _CRTDLL__mbcjmstojis @744 332 _mbclen = _CRTDLL__mbclen @745 333 _mbctohira = _CRTDLL__mbctohira @746 334 _mbctokata = _CRTDLL__mbctokata @747 335 _mbctolower = _CRTDLL__mbctolower @748 336 _mbctombb = _CRTDLL__mbctombb @749 337 _mbctoupper = _CRTDLL__mbctoupper @750 826 338 _mbctype = CRTDLL_mbctype @751 827 _mbsbtype = CRTDLL__mbsbtype @752828 _mbscat = CRTDLL__mbscat @753829 _mbschr = CRTDLL__mbschr @754830 _mbscmp = CRTDLL__mbscmp @755831 _mbscoll = CRTDLL__mbscmp @756832 _mbscpy = CRTDLL__mbscpy @757833 _mbscspn = CRTDLL__mbscspn @758834 _mbsdec = CRTDLL__mbsdec @759835 _mbsdup = CRTDLL__mbsdup @760836 _mbsicmp = CRTDLL__mbsicmp @761837 _mbsicoll = CRTDLL__mbsicmp @762838 _mbsinc = CRTDLL__mbsinc @763839 _mbslen = CRTDLL__mbslen @764840 _mbslwr = CRTDLL__mbslwr @765841 _mbsnbcat = CRTDLL__mbsnbcat @766842 _mbsnbcmp = CRTDLL__mbsnbcmp @767843 _mbsnbcnt = CRTDLL__mbsnbcnt @768844 _mbsnbcoll = CRTDLL__mbsncmp @769845 _mbsnbcpy = CRTDLL__mbsnbcpy @770846 _mbsnbicmp = CRTDLL__mbsnbicmp @771847 _mbsnbicoll = CRTDLL__mbsnbicmp @772848 _mbsnbset = CRTDLL__mbsnbset @773849 _mbsncat = CRTDLL__mbsncat @774850 _mbsnccnt = CRTDLL__mbsnccnt @775851 _mbsncmp = CRTDLL__mbsncmp @776852 _mbsncoll = CRTDLL__mbsncmp @777853 _mbsncpy = CRTDLL__mbsncpy @778854 _mbsnextc = CRTDLL__mbsnextc @779855 _mbsnicmp = CRTDLL__mbsnicmp @780856 _mbsnicoll = CRTDLL__mbsnicmp @781857 _mbsninc = CRTDLL__mbsninc @782858 _mbsnset = CRTDLL__mbsnset @783859 _mbspbrk = CRTDLL__mbspbrk @784860 _mbsrchr = CRTDLL__mbsrchr @785861 _mbsrev = CRTDLL__mbsrev @786862 _mbsset = CRTDLL__mbsset @787863 _mbsspn = CRTDLL__mbsspn @788864 _mbsspnp = CRTDLL__mbsspnp @789865 _mbsstr = CRTDLL__mbsstr @790866 _mbstok = CRTDLL__mbstok @791867 _mbstrlen = CRTDLL__mbstrlen @792868 _mbsupr = CRTDLL__mbsupr @793869 _memccpy = CRTDLL__memccpy @794870 _memicmp = NTDLL__memicmp @795871 _mkdir = CRTDLL__mkdir @796872 _mktemp = CRTDLL__mktemp @797873 _msize = CRTDLL__msize @798339 _mbsbtype = _CRTDLL__mbsbtype @752 340 _mbscat = _CRTDLL__mbscat @753 341 _mbschr = _CRTDLL__mbschr @754 342 _mbscmp = _CRTDLL__mbscmp @755 343 _mbscoll = _CRTDLL__mbscmp @756 344 _mbscpy = _CRTDLL__mbscpy @757 345 _mbscspn = _CRTDLL__mbscspn @758 346 _mbsdec = _CRTDLL__mbsdec @759 347 _mbsdup = _CRTDLL__mbsdup @760 348 _mbsicmp = _CRTDLL__mbsicmp @761 349 _mbsicoll = _CRTDLL__mbsicmp @762 350 _mbsinc = _CRTDLL__mbsinc @763 351 _mbslen = _CRTDLL__mbslen @764 352 _mbslwr = _CRTDLL__mbslwr @765 353 _mbsnbcat = _CRTDLL__mbsnbcat @766 354 _mbsnbcmp = _CRTDLL__mbsnbcmp @767 355 _mbsnbcnt = _CRTDLL__mbsnbcnt @768 356 _mbsnbcoll = _CRTDLL__mbsncmp @769 357 _mbsnbcpy = _CRTDLL__mbsnbcpy @770 358 _mbsnbicmp = _CRTDLL__mbsnbicmp @771 359 _mbsnbicoll = _CRTDLL__mbsnbicmp @772 360 _mbsnbset = _CRTDLL__mbsnbset @773 361 _mbsncat = _CRTDLL__mbsncat @774 362 _mbsnccnt = _CRTDLL__mbsnccnt @775 363 _mbsncmp = _CRTDLL__mbsncmp @776 364 _mbsncoll = _CRTDLL__mbsncmp @777 365 _mbsncpy = _CRTDLL__mbsncpy @778 366 _mbsnextc = _CRTDLL__mbsnextc @779 367 _mbsnicmp = _CRTDLL__mbsnicmp @780 368 _mbsnicoll = _CRTDLL__mbsnicmp @781 369 _mbsninc = _CRTDLL__mbsninc @782 370 _mbsnset = _CRTDLL__mbsnset @783 371 _mbspbrk = _CRTDLL__mbspbrk @784 372 _mbsrchr = _CRTDLL__mbsrchr @785 373 _mbsrev = _CRTDLL__mbsrev @786 374 _mbsset = _CRTDLL__mbsset @787 375 _mbsspn = _CRTDLL__mbsspn @788 376 _mbsspnp = _CRTDLL__mbsspnp @789 377 _mbsstr = _CRTDLL__mbsstr @790 378 _mbstok = _CRTDLL__mbstok @791 379 _mbstrlen = _CRTDLL__mbstrlen @792 380 _mbsupr = _CRTDLL__mbsupr @793 381 _memccpy = _CRTDLL__memccpy @794 382 _memicmp = _CRTDLL__memicmp @795 383 _mkdir = _CRTDLL__mkdir @796 384 _mktemp = _CRTDLL__mktemp @797 385 _msize = _CRTDLL__msize @798 874 386 ; _mtlock @799 875 387 876 388 877 389 ; _mtunlock @800 878 _nextafter = CRTDLL__nextafter @801879 _onexit = CRTDLL__onexit @802880 _open = CRTDLL__open @803881 _open_osfhandle = CRTDLL__open_osfhandle @804390 _nextafter = _CRTDLL__nextafter @801 391 _onexit = _CRTDLL__onexit @802 392 _open = _CRTDLL__open @803 393 _open_osfhandle = _CRTDLL__open_osfhandle @804 882 394 _osver = MSVCRT__osver @805 883 395 _outp = _MSVCRT__outp @806 884 396 _outpd = _MSVCRT__outpd @807 885 397 _outpw = _MSVCRT__outpw @808 886 _pclose = CRTDLL__pclose @809398 _pclose = _CRTDLL__pclose @809 887 399 _pctype = MSVCRT__pctype @810 888 400 _pgmptr = MSVCRT__pgmptr @811 889 _pipe = CRTDLL__pipe @812890 _popen = CRTDLL__popen @813891 _purecall = CRTDLL__purecall @814892 _putch = CRTDLL__putch @815893 _putenv = CRTDLL__putenv @816894 _putw = CRTDLL__putw @817401 _pipe = _CRTDLL__pipe @812 402 _popen = _CRTDLL__popen @813 403 _purecall = _CRTDLL__purecall @814 404 _putch = _CRTDLL__putch @815 405 _putenv = _CRTDLL__putenv @816 406 _putw = _CRTDLL__putw @817 895 407 _putws = _MSVCRT__putws @818 896 408 _pwctype = MSVCRT__pwctype @819 897 _read = CRTDLL__read @820898 _rmdir = CRTDLL__rmdir @821899 _rmtmp = CRTDLL__rmtmp @822900 _rotl = CRTDLL__rotl @823901 _rotr = CRTDLL__rotr @824409 _read = _CRTDLL__read @820 410 _rmdir = _CRTDLL__rmdir @821 411 _rmtmp = _CRTDLL__rmtmp @822 412 _rotl = _CRTDLL__rotl @823 413 _rotr = _CRTDLL__rotr @824 902 414 ; _safe_fdiv @825 903 415 ; _safe_fdivr @826 904 416 ; _safe_fprem @827 905 417 ; _safe_fprem1 @828 906 _scalb = CRTDLL__scalb @829907 _searchenv = CRTDLL__searchenv @830418 _scalb = _CRTDLL__scalb @829 419 _searchenv = _CRTDLL__searchenv @830 908 420 ; _seh_longjmp_unwind @831 909 421 _set_error_mode = _MSVCRT__set_error_mode @832 910 _seterrormode = CRTDLL__seterrormode @833911 _setjmp = CRTDLL__setjmp @834912 _setjmp3 = CRTDLL__setjmp @835 ; Not correct422 _seterrormode = _CRTDLL__seterrormode @833 423 _setjmp = _CRTDLL__setjmp @834 424 _setjmp3 = _CRTDLL__setjmp @835 ; Not correct 913 425 _setmaxstdio = _MSVCRT__setmaxstdio @836 914 426 _setmbcp = _MSVCRT__setmbcp @837 915 427 _setmode @838 916 _setsystime = CRTDLL__setsystime @839917 _sleep = CRTDLL__sleep @840918 _snprintf = NTDLL__snprintf @841919 _snwprintf = NTDLL__snwprintf @842920 _sopen = CRTDLL__sopen @843921 _spawnl = CRTDLL__spawnl @844922 _spawnle = CRTDLL__spawnle @845923 _spawnlp = CRTDLL__spawnlp @846924 _spawnlpe = CRTDLL__spawnlpe @847925 _spawnv = CRTDLL__spawnv @848926 _spawnve = CRTDLL__spawnve @849927 _spawnvp = CRTDLL__spawnvp @850928 _spawnvpe = CRTDLL__spawnvpe @851929 _splitpath = NTDLL__splitpath @852930 _stat = CRTDLL__stat @853428 _setsystime = _CRTDLL__setsystime @839 429 _sleep = _CRTDLL__sleep @840 430 _snprintf = _CRTDLL__snprintf @841 431 _snwprintf = _CRTDLL__snwprintf @842 432 _sopen = _CRTDLL__sopen @843 433 _spawnl = _CRTDLL__spawnl @844 434 _spawnle = _CRTDLL__spawnle @845 435 _spawnlp = _CRTDLL__spawnlp @846 436 _spawnlpe = _CRTDLL__spawnlpe @847 437 _spawnv = _CRTDLL__spawnv @848 438 _spawnve = _CRTDLL__spawnve @849 439 _spawnvp = _CRTDLL__spawnvp @850 440 _spawnvpe = _CRTDLL__spawnvpe @851 441 _splitpath = _CRTDLL__splitpath @852 442 _stat = _CRTDLL__stat @853 931 443 _stati64 = _MSVCRT__stati64 @854 932 _statusfp = CRTDLL__statusfp @855933 _strcmpi = NTDLL__strcmpi @856934 _strdate = CRTDLL__strdate @857935 _strdup = CRTDLL__strdup @858936 _strerror = CRTDLL__strerror @859937 _stricmp = NTDLL__stricmp @860938 _stricoll = CRTDLL__stricoll @861939 _strlwr = NTDLL__strlwr @862444 _statusfp = _CRTDLL__statusfp @855 445 _strcmpi = _CRTDLL__strcmpi @856 446 _strdate = _CRTDLL__strdate @857 447 _strdup = _CRTDLL__strdup @858 448 _strerror = _CRTDLL__strerror @859 449 _stricmp = _CRTDLL__stricmp @860 450 _stricoll = _CRTDLL__stricoll @861 451 _strlwr = _CRTDLL__strlwr @862 940 452 _strncoll = _MSVCRT__strncoll @863 941 _strnicmp = NTDLL__strnicmp @864453 _strnicmp = _CRTDLL__strnicmp @864 942 454 _strnicoll = _MSVCRT__strnicoll @865 943 _strnset = CRTDLL__strnset @866944 _strrev = CRTDLL__strrev @867945 _strset = CRTDLL__strset @868946 _strtime = CRTDLL__strtime @869947 _strupr = NTDLL__strupr @870948 _swab = CRTDLL__swab @871949 _sys_errlist = CRTDLL_ _sys_errlist @872455 _strnset = _CRTDLL__strnset @866 456 _strrev = _CRTDLL__strrev @867 457 _strset = _CRTDLL__strset @868 458 _strtime = _CRTDLL__strtime @869 459 _strupr = _CRTDLL__strupr @870 460 _swab = _CRTDLL__swab @871 461 _sys_errlist = CRTDLL_sys_errlist @872 950 462 _sys_nerr = MSVCRT__sys_nerr @873 951 _tell = CRTDLL__tell @874463 _tell = _CRTDLL__tell @874 952 464 _telli64 = _MSVCRT__telli64 @875 953 _tempnam = CRTDLL__tempnam @876465 _tempnam = _CRTDLL__tempnam @876 954 466 _timezone = MSVCRT__timezone @877 955 _tolower = CRTDLL__tolower @878956 _toupper = CRTDLL__toupper @879957 _tzname = CRTDLL_ _tzname @880958 _tzset = CRTDLL__tzset @881959 _ultoa = NTDLL__ultoa @882467 _tolower = _CRTDLL__tolower @878 468 _toupper = _CRTDLL__toupper @879 469 _tzname = CRTDLL_tzname @880 470 _tzset = _CRTDLL__tzset @881 471 _ultoa = _CRTDLL__ultoa @882 960 472 _ultow = _MSVCRT__ultow @883 961 473 _umask = _MSVCRT__umask @884 962 _ungetch = CRTDLL__ungetch @885963 _unlink = CRTDLL__unlink @886964 _unloaddll = CRTDLL__unloaddll @887965 _utime = CRTDLL__utime @888966 _vsnprintf = NTDLL__vsnprintf @889967 _vsnwprintf = CRTDLL__vsnwprintf @890474 _ungetch = _CRTDLL__ungetch @885 475 _unlink = _CRTDLL__unlink @886 476 _unloaddll = _CRTDLL__unloaddll @887 477 _utime = _CRTDLL__utime @888 478 _vsnprintf = _CRTDLL__vsnprintf @889 479 _vsnwprintf = _CRTDLL__vsnwprintf @890 968 480 _waccess = _MSVCRT__waccess @891 969 481 _wasctime = _MSVCRT__wasctime @892 … … 972 484 ; _wcmdln @895 973 485 _wcreat = _MSVCRT__wcreat @896 974 _wcsdup = CRTDLL__wcsdup @897975 _wcsicmp = NTDLL__wcsicmp @898976 _wcsicoll = CRTDLL__wcsicoll @899977 978 979 _wcslwr = NTDLL__wcslwr @900486 _wcsdup = _CRTDLL__wcsdup @897 487 _wcsicmp = _CRTDLL__wcsicmp @898 488 _wcsicoll = _CRTDLL__wcsicoll @899 489 490 491 _wcslwr = _CRTDLL__wcslwr @900 980 492 _wcsncoll = _MSVCRT__wcsncoll @901 981 _wcsnicmp = NTDLL__wcsnicmp @902493 _wcsnicmp = _CRTDLL__wcsnicmp @902 982 494 _wcsnicoll = _MSVCRT__wcsnicoll @903 983 _wcsnset = CRTDLL__wcsnset @904984 _wcsrev = CRTDLL__wcsrev @905985 _wcsset = CRTDLL__wcsset @906986 _wcsupr = NTDLL__wcsupr @907495 _wcsnset = _CRTDLL__wcsnset @904 496 _wcsrev = _CRTDLL__wcsrev @905 497 _wcsset = _CRTDLL__wcsset @906 498 _wcsupr = _CRTDLL__wcsupr @907 987 499 _wctime = _MSVCRT__wctime @908 988 500 _wenviron @909 … … 1020 532 _wremove = _MSVCRT__wremove @941 1021 533 _wrename = _MSVCRT__wrename @942 1022 _write = CRTDLL__write @943534 _write = _CRTDLL__write @943 1023 535 _wrmdir = _MSVCRT__wrmdir @944 1024 536 _wsearchenv = _MSVCRT__wsearchenv @945 … … 1041 553 _wtempnam = _MSVCRT__wtempnam @962 1042 554 _wtmpnam = _MSVCRT__wtmpnam @963 1043 _wtoi = NTDLL__wtoi @9641044 _wtol = NTDLL__wtol @965555 _wtoi = _CRTDLL__wtoi @964 556 _wtol = _CRTDLL__wtol @965 1045 557 _wunlink = _MSVCRT__wunlink @966 1046 558 _wutime = _MSVCRT__wutime @967 1047 _y0 = CRTDLL__y0 @9681048 _y1 = CRTDLL__y1 @9691049 _yn = CRTDLL__yn @9701050 abort = CRTDLL_abort @9711051 abs = NTDLL_abs @9721052 acos = CRTDLL_acos @9731053 asctime = CRTDLL_asctime @9741054 asin = CRTDLL_asin @9751055 atan = NTDLL_atan @9761056 atan2 = CRTDLL_atan2 @9771057 atexit = CRTDLL_atexit @9781058 atof = CRTDLL_atof @9791059 atoi = NTDLL_atoi @9801060 atol = NTDLL_atol @9811061 bsearch = CRTDLL_bsearch @9821062 calloc = CRTDLL_calloc @9831063 ceil = NTDLL_ceil @9841064 clearerr = CRTDLL_clearerr @9851065 clock = CRTDLL_clock @9861066 cos = NTDLL_cos @9871067 cosh = CRTDLL_cosh @9881068 ctime = CRTDLL_ctime @9891069 difftime = CRTDLL_difftime @9901070 div = CRTDLL_div @9911071 exit = CRTDLL_exit @9921072 exp = CRTDLL_exp @9931073 fabs = NTDLL_fabs @9941074 fclose = CRTDLL_fclose @9951075 feof = CRTDLL_feof @9961076 ferror = CRTDLL_ferror @9971077 fflush = CRTDLL_fflush @9981078 fgetc = CRTDLL_fgetc @9991079 1080 1081 fgetpos = CRTDLL_fgetpos @10001082 fgets = CRTDLL_fgets @10011083 fgetwc = CRTDLL_fgetwc @1002559 _y0 = _CRTDLL__y0 @968 560 _y1 = _CRTDLL__y1 @969 561 _yn = _CRTDLL__yn @970 562 abort = _CRTDLL_abort @971 563 abs = _CRTDLL_abs @972 564 acos = _CRTDLL_acos @973 565 asctime = _CRTDLL_asctime @974 566 asin = _CRTDLL_asin @975 567 atan = _CRTDLL_atan @976 568 atan2 = _CRTDLL_atan2 @977 569 atexit = _CRTDLL_atexit @978 570 atof = _CRTDLL_atof @979 571 atoi = _CRTDLL_atoi @980 572 atol = _CRTDLL_atol @981 573 bsearch = _CRTDLL_bsearch @982 574 calloc = _CRTDLL_calloc @983 575 ceil = _CRTDLL_ceil @984 576 clearerr = _CRTDLL_clearerr @985 577 clock = _CRTDLL_clock @986 578 cos = _CRTDLL_cos @987 579 cosh = _CRTDLL_cosh @988 580 ctime = _CRTDLL_ctime @989 581 difftime = _CRTDLL_difftime @990 582 div = _CRTDLL_div @991 583 exit = _CRTDLL_exit @992 584 exp = _CRTDLL_exp @993 585 fabs = _CRTDLL_fabs @994 586 fclose = _CRTDLL_fclose @995 587 feof = _CRTDLL_feof @996 588 ferror = _CRTDLL_ferror @997 589 fflush = _CRTDLL_fflush @998 590 fgetc = _CRTDLL_fgetc @999 591 592 593 fgetpos = _CRTDLL_fgetpos @1000 594 fgets = _CRTDLL_fgets @1001 595 fgetwc = _CRTDLL_fgetwc @1002 1084 596 fgetws = _MSVCRT_fgetws @1003 1085 floor = NTDLL_floor @10041086 fmod = CRTDLL_fmod @10051087 fopen = CRTDLL_fopen @10061088 fprintf = CRTDLL_fprintf @10071089 fputc = CRTDLL_fputc @10081090 fputs = CRTDLL_fputs @10091091 fputwc = CRTDLL_fputwc @1010597 floor = _CRTDLL_floor @1004 598 fmod = _CRTDLL_fmod @1005 599 fopen = _CRTDLL_fopen @1006 600 fprintf = _CRTDLL_fprintf @1007 601 fputc = _CRTDLL_fputc @1008 602 fputs = _CRTDLL_fputs @1009 603 fputwc = _CRTDLL_fputwc @1010 1092 604 fputws = _MSVCRT_fputws @1011 1093 fread = CRTDLL_fread @10121094 free = CRTDLL_free @10131095 freopen = CRTDLL_freopen @10141096 frexp = CRTDLL_frexp @10151097 fscanf = CRTDLL_fscanf @10161098 fseek = CRTDLL_fseek @10171099 fsetpos = CRTDLL_fsetpos @10181100 ftell = CRTDLL_ftell @10191101 fwprintf = CRTDLL_fwprintf @10201102 fwrite = CRTDLL_fwrite @10211103 fwscanf = CRTDLL_fwscanf @10221104 getc = CRTDLL_getc @10231105 getchar = CRTDLL_getchar @10241106 getenv = CRTDLL_getenv @10251107 gets = CRTDLL_gets @1026605 fread = _CRTDLL_fread @1012 606 free = _CRTDLL_free @1013 607 freopen = _CRTDLL_freopen @1014 608 frexp = _CRTDLL_frexp @1015 609 fscanf = _CRTDLL_fscanf @1016 610 fseek = _CRTDLL_fseek @1017 611 fsetpos = _CRTDLL_fsetpos @1018 612 ftell = _CRTDLL_ftell @1019 613 fwprintf = _CRTDLL_fwprintf @1020 614 fwrite = _CRTDLL_fwrite @1021 615 fwscanf = _CRTDLL_fwscanf @1022 616 getc = _CRTDLL_getc @1023 617 getchar = _CRTDLL_getchar @1024 618 getenv = _CRTDLL_getenv @1025 619 gets = _CRTDLL_gets @1026 1108 620 getwc = _MSVCRT_getwc @1027 1109 621 getwchar = _MSVCRT_getwchar @1028 1110 gmtime = CRTDLL_gmtime @10291111 is_wctype = CRTDLL_is_wctype @10301112 isalnum = CRTDLL_isalnum @10311113 isalpha = NTDLL_isalpha @10321114 iscntrl = CRTDLL_iscntrl @10331115 isdigit = NTDLL_isdigit @10341116 isgraph = CRTDLL_isgraph @10351117 isleadbyte = CRTDLL_isleadbyte @10361118 islower = NTDLL_islower @10371119 isprint = NTDLL_isprint @10381120 ispunct = CRTDLL_ispunct @10391121 isspace = NTDLL_isspace @10401122 isupper = NTDLL_isupper @10411123 iswalnum = CRTDLL_iswalnum @10421124 iswalpha = NTDLL_iswalpha @10431125 iswascii = CRTDLL_iswascii @10441126 iswcntrl = CRTDLL_iswcntrl @10451127 iswctype = NTDLL_iswctype @10461128 iswdigit = CRTDLL_iswdigit @10471129 iswgraph = CRTDLL_iswgraph @10481130 iswlower = CRTDLL_iswlower @10491131 iswprint = CRTDLL_iswprint @10501132 iswpunct = CRTDLL_iswpunct @10511133 iswspace = CRTDLL_iswspace @10521134 iswupper = CRTDLL_iswupper @10531135 iswxdigit = CRTDLL_iswxdigit @10541136 isxdigit = NTDLL_isxdigit @10551137 labs = NTDLL_labs @10561138 ldexp = CRTDLL_ldexp @10571139 ldiv = CRTDLL_ldiv @10581140 localeconv = CRTDLL_localeconv @10591141 localtime = CRTDLL_localtime @10601142 log = NTDLL_log @10611143 log10 = CRTDLL_log10 @10621144 longjmp = CRTDLL_longjmp @10631145 malloc = CRTDLL_malloc @10641146 mblen = CRTDLL_mblen @10651147 mbstowcs = NTDLL_mbstowcs @10661148 mbtowc = CRTDLL_mbtowc @10671149 memchr = NTDLL_memchr @10681150 memcmp = NTDLL_memcmp @10691151 memcpy = NTDLL_memcpy @10701152 memmove = KERNEL32_memmove @10711153 memset = NTDLL_memset @10721154 mktime = CRTDLL_mktime @10731155 modf = CRTDLL_modf @10741156 perror = CRTDLL_perror @10751157 pow = NTDLL_pow @10761158 printf = CRTDLL_printf @10771159 putc = CRTDLL_putc @10781160 putchar = CRTDLL_putchar @10791161 puts = CRTDLL_puts @1080622 gmtime = _CRTDLL_gmtime @1029 623 is_wctype = _CRTDLL_is_wctype @1030 624 isalnum = _CRTDLL_isalnum @1031 625 isalpha = _CRTDLL_isalpha @1032 626 iscntrl = _CRTDLL_iscntrl @1033 627 isdigit = _CRTDLL_isdigit @1034 628 isgraph = _CRTDLL_isgraph @1035 629 isleadbyte = _CRTDLL_isleadbyte @1036 630 islower = _CRTDLL_islower @1037 631 isprint = _CRTDLL_isprint @1038 632 ispunct = _CRTDLL_ispunct @1039 633 isspace = _CRTDLL_isspace @1040 634 isupper = _CRTDLL_isupper @1041 635 iswalnum = _CRTDLL_iswalnum @1042 636 iswalpha = _CRTDLL_iswalpha @1043 637 iswascii = _CRTDLL_iswascii @1044 638 iswcntrl = _CRTDLL_iswcntrl @1045 639 iswctype = _CRTDLL_iswctype @1046 640 iswdigit = _CRTDLL_iswdigit @1047 641 iswgraph = _CRTDLL_iswgraph @1048 642 iswlower = _CRTDLL_iswlower @1049 643 iswprint = _CRTDLL_iswprint @1050 644 iswpunct = _CRTDLL_iswpunct @1051 645 iswspace = _CRTDLL_iswspace @1052 646 iswupper = _CRTDLL_iswupper @1053 647 iswxdigit = _CRTDLL_iswxdigit @1054 648 isxdigit = _CRTDLL_isxdigit @1055 649 labs = _CRTDLL_labs @1056 650 ldexp = _CRTDLL_ldexp @1057 651 ldiv = _CRTDLL_ldiv @1058 652 localeconv = _CRTDLL_localeconv @1059 653 localtime = _CRTDLL_localtime @1060 654 log = _CRTDLL_log @1061 655 log10 = _CRTDLL_log10 @1062 656 longjmp = _CRTDLL_longjmp @1063 657 malloc = _CRTDLL_malloc @1064 658 mblen = _CRTDLL_mblen @1065 659 mbstowcs = _CRTDLL_mbstowcs @1066 660 mbtowc = _CRTDLL_mbtowc @1067 661 memchr = _CRTDLL_memchr @1068 662 memcmp = _CRTDLL_memcmp @1069 663 memcpy = _CRTDLL_memcpy @1070 664 memmove = _CRTDLL_memmove @1071 665 memset = _CRTDLL_memset @1072 666 mktime = _CRTDLL_mktime @1073 667 modf = _CRTDLL_modf @1074 668 perror = _CRTDLL_perror @1075 669 pow = _CRTDLL_pow @1076 670 printf = _CRTDLL_printf @1077 671 putc = _CRTDLL_putc @1078 672 putchar = _CRTDLL_putchar @1079 673 puts = _CRTDLL_puts @1080 1162 674 putwc = _MSVCRT_putwc @1081 1163 675 putwchar = _MSVCRT_putwchar @1082 1164 qsort = NTDLL_qsort @10831165 raise = CRTDLL_raise @10841166 rand = CRTDLL_rand @10851167 realloc = CRTDLL_realloc @10861168 remove = CRTDLL_remove @10871169 rename = CRTDLL_rename @10881170 rewind = CRTDLL_rewind @10891171 scanf = CRTDLL_scanf @10901172 setbuf = CRTDLL_setbuf @10911173 setlocale = CRTDLL_setlocale @10921174 setvbuf = CRTDLL_setvbuf @10931175 signal = CRTDLL_signal @10941176 sin = NTDLL_sin @10951177 sinh = CRTDLL_sinh @10961178 sprintf = NTDLL_sprintf @10971179 sqrt = NTDLL_sqrt @10981180 srand = CRTDLL_srand @10991181 1182 1183 sscanf = NTDLL_sscanf @11001184 strcat = NTDLL_strcat @11011185 strchr = NTDLL_strchr @11021186 strcmp = NTDLL_strcmp @11031187 strcoll = CRTDLL_strcoll @11041188 strcpy = NTDLL_strcpy @11051189 strcspn = NTDLL_strcspn @11061190 strerror = CRTDLL_strerror @11071191 strftime = CRTDLL_strftime @11081192 strlen = NTDLL_strlen @11091193 strncat = NTDLL_strncat @11101194 strncmp = NTDLL_strncmp @11111195 strncpy = NTDLL_strncpy @11121196 strpbrk = NTDLL_strpbrk @11131197 strrchr = NTDLL_strrchr @11141198 strspn = NTDLL_strspn @11151199 strstr = NTDLL_strstr @11161200 strtod = CRTDLL_strtod @11171201 strtok = CRTDLL_strtok @11181202 strtol = CRTDLL_strtol @11191203 strtoul = CRTDLL_strtoul @11201204 strxfrm = CRTDLL_strxfrm @11211205 swprintf = NTDLL_swprintf @11221206 swscanf = CRTDLL_swscanf @11231207 system = CRTDLL_system @11241208 tan = NTDLL_tan @11251209 tanh = CRTDLL_tanh @11261210 time = CRTDLL_time @11271211 tmpfile = CRTDLL_tmpfile @11281212 tmpnam = CRTDLL_tmpnam @11291213 tolower = NTDLL_tolower @11301214 toupper = NTDLL_toupper @11311215 towlower = NTDLL_towlower @11321216 towupper = NTDLL_towupper @11331217 ungetc = CRTDLL_ungetc @11341218 ungetwc = CRTDLL_ungetwc @11351219 vfprintf = CRTDLL_vfprintf @11361220 vfwprintf = CRTDLL_vfwprintf @11371221 vprintf = CRTDLL_vprintf @11381222 vsprintf = NTDLL_vsprintf @11391223 vswprintf = CRTDLL_vswprintf @11401224 vwprintf = CRTDLL_vwprintf @11411225 wcscat = NTDLL_wcscat @11421226 wcschr = NTDLL_wcschr @11431227 wcscmp = NTDLL_wcscmp @11441228 wcscoll = CRTDLL_wcscoll @11451229 wcscpy = NTDLL_wcscpy @11461230 wcscspn = NTDLL_wcscspn @11471231 wcsftime = CRTDLL_wcsftime @11481232 wcslen = NTDLL_wcslen @11491233 wcsncat = NTDLL_wcsncat @11501234 wcsncmp = NTDLL_wcsncmp @11511235 wcsncpy = NTDLL_wcsncpy @11521236 wcspbrk = NTDLL_wcspbrk @11531237 wcsrchr = NTDLL_wcsrchr @11541238 wcsspn = NTDLL_wcsspn @11551239 wcsstr = NTDLL_wcsstr @11561240 wcstod = CRTDLL_wcstod @11571241 wcstok = NTDLL_wcstok @11581242 wcstol = NTDLL_wcstol @11591243 wcstombs = NTDLL_wcstombs @11601244 wcstoul = NTDLL_wcstoul @11611245 wcsxfrm = CRTDLL_wcsxfrm @11621246 wctomb = CRTDLL_wctomb @11631247 wprintf = CRTDLL_wprintf @11641248 wscanf = CRTDLL_wscanf @1165676 qsort = _CRTDLL_qsort @1083 677 raise = _CRTDLL_raise @1084 678 rand = _CRTDLL_rand @1085 679 realloc = _CRTDLL_realloc @1086 680 remove = _CRTDLL_remove @1087 681 rename = _CRTDLL_rename @1088 682 rewind = _CRTDLL_rewind @1089 683 scanf = _CRTDLL_scanf @1090 684 setbuf = _CRTDLL_setbuf @1091 685 setlocale = _CRTDLL_setlocale @1092 686 setvbuf = _CRTDLL_setvbuf @1093 687 signal = _CRTDLL_signal @1094 688 sin = _CRTDLL_sin @1095 689 sinh = _CRTDLL_sinh @1096 690 sprintf = _CRTDLL_sprintf @1097 691 sqrt = _CRTDLL_sqrt @1098 692 srand = _CRTDLL_srand @1099 693 694 695 sscanf = _CRTDLL_sscanf @1100 696 strcat = _CRTDLL_strcat @1101 697 strchr = _CRTDLL_strchr @1102 698 strcmp = _CRTDLL_strcmp @1103 699 strcoll = _CRTDLL_strcoll @1104 700 strcpy = _CRTDLL_strcpy @1105 701 strcspn = _CRTDLL_strcspn @1106 702 strerror = _CRTDLL_strerror @1107 703 strftime = _CRTDLL_strftime @1108 704 strlen = _CRTDLL_strlen @1109 705 strncat = _CRTDLL_strncat @1110 706 strncmp = _CRTDLL_strncmp @1111 707 strncpy = _CRTDLL_strncpy @1112 708 strpbrk = _CRTDLL_strpbrk @1113 709 strrchr = _CRTDLL_strrchr @1114 710 strspn = _CRTDLL_strspn @1115 711 strstr = _CRTDLL_strstr @1116 712 strtod = _CRTDLL_strtod @1117 713 strtok = _CRTDLL_strtok @1118 714 strtol = _CRTDLL_strtol @1119 715 strtoul = _CRTDLL_strtoul @1120 716 strxfrm = _CRTDLL_strxfrm @1121 717 swprintf = _CRTDLL_swprintf @1122 718 swscanf = _CRTDLL_swscanf @1123 719 system = _CRTDLL_system @1124 720 tan = _CRTDLL_tan @1125 721 tanh = _CRTDLL_tanh @1126 722 time = _CRTDLL_time @1127 723 tmpfile = _CRTDLL_tmpfile @1128 724 tmpnam = _CRTDLL_tmpnam @1129 725 tolower = _CRTDLL_tolower @1130 726 toupper = _CRTDLL_toupper @1131 727 towlower = _CRTDLL_towlower @1132 728 towupper = _CRTDLL_towupper @1133 729 ungetc = _CRTDLL_ungetc @1134 730 ungetwc = _CRTDLL_ungetwc @1135 731 vfprintf = _CRTDLL_vfprintf @1136 732 vfwprintf = _CRTDLL_vfwprintf @1137 733 vprintf = _CRTDLL_vprintf @1138 734 vsprintf = _CRTDLL_vsprintf @1139 735 vswprintf = _CRTDLL_vswprintf @1140 736 vwprintf = _CRTDLL_vwprintf @1141 737 wcscat = _CRTDLL_wcscat @1142 738 wcschr = _CRTDLL_wcschr @1143 739 wcscmp = _CRTDLL_wcscmp @1144 740 wcscoll = _CRTDLL_wcscoll @1145 741 wcscpy = _CRTDLL_wcscpy @1146 742 wcscspn = _CRTDLL_wcscspn @1147 743 wcsftime = _CRTDLL_wcsftime @1148 744 wcslen = _CRTDLL_wcslen @1149 745 wcsncat = _CRTDLL_wcsncat @1150 746 wcsncmp = _CRTDLL_wcsncmp @1151 747 wcsncpy = _CRTDLL_wcsncpy @1152 748 wcspbrk = _CRTDLL_wcspbrk @1153 749 wcsrchr = _CRTDLL_wcsrchr @1154 750 wcsspn = _CRTDLL_wcsspn @1155 751 wcsstr = _CRTDLL_wcsstr @1156 752 wcstod = _CRTDLL_wcstod @1157 753 wcstok = _CRTDLL_wcstok @1158 754 wcstol = _CRTDLL_wcstol @1159 755 wcstombs = _CRTDLL_wcstombs @1160 756 wcstoul = _CRTDLL_wcstoul @1161 757 wcsxfrm = _CRTDLL_wcsxfrm @1162 758 wctomb = _CRTDLL_wctomb @1163 759 wprintf = _CRTDLL_wprintf @1164 760 wscanf = _CRTDLL_wscanf @1165
Note:
See TracChangeset
for help on using the changeset viewer.