- Timestamp:
- Dec 21, 1999, 1:25:55 PM (26 years ago)
- Location:
- trunk/src/msvcrt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvcrt/makefile
r2157 r2176 1 # $Id: makefile,v 1. 6 1999-12-20 11:10:07sandervl Exp $1 # $Id: makefile,v 1.7 1999-12-21 12:25:55 sandervl Exp $ 2 2 3 3 # … … 33 33 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 34 34 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 35 $(PDWIN32_LIB)/crtdll.lib \ 35 36 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 36 37 $(CP) $@ $(PDWIN32_BIN) -
trunk/src/msvcrt/msvcrt.def
r2153 r2176 1 ; $Id: msvcrt.def,v 1.1 0 1999-12-20 10:12:43sandervl Exp $1 ; $Id: msvcrt.def,v 1.11 1999-12-21 12:25:55 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler 4 4 LIBRARY MSVCRT INITINSTANCE TERMINSTANCE 5 5 DATA MULTIPLE NONSHARED 6 7 IMPORTS8 ; Forwarded APIs - KERNEL329 KERNEL32_memmove = KERNEL32.memmove10 KERNEL32_CompareStringA = KERNEL32._CompareStringA11 KERNEL32_GetLocaleInfoW = KERNEL32._GetLocaleInfoW12 KERNEL32_LCMapStringA = KERNEL32._LCMapStringA13 14 ; Forwarded APIs - NTDLL15 NTDLL__CIpow = NTDLL._CIpow16 NTDLL__ftol = NTDLL._ftol17 NTDLL__itoa = NTDLL._itoa18 NTDLL__ltoa = NTDLL._ltoa19 NTDLL__memicmp = NTDLL._memicmp20 NTDLL__snprintf = NTDLL._snprintf21 NTDLL__snwprintf = NTDLL._snwprintf22 NTDLL__splitpath = NTDLL._splitpath23 NTDLL__strcmpi = NTDLL._strcmpi24 NTDLL__stricmp = NTDLL._stricmp25 NTDLL__strlwr = NTDLL._strlwr26 NTDLL__strnicmp = NTDLL._strnicmp27 NTDLL__strupr = NTDLL._strupr28 NTDLL__ultoa = NTDLL._ultoa29 NTDLL__vsnprintf = NTDLL._vsnprintf30 NTDLL__wcsicmp = NTDLL._wcsicmp31 NTDLL__wcslwr = NTDLL._wcslwr32 NTDLL__wcsnicmp = NTDLL._wcsnicmp33 NTDLL__wcsupr = NTDLL._wcsupr34 NTDLL__wtoi = NTDLL._wtoi35 NTDLL__wtol = NTDLL._wtol36 NTDLL_abs = NTDLL.abs37 NTDLL_atan = NTDLL.atan38 NTDLL_atoi = NTDLL.atoi39 NTDLL_atol = NTDLL.atol40 NTDLL_ceil = NTDLL.ceil41 NTDLL_cos = NTDLL.cos42 NTDLL_fabs = NTDLL.fabs43 NTDLL_floor = NTDLL.floor44 NTDLL_isalpha = NTDLL.isalpha45 NTDLL_isdigit = NTDLL.isdigit46 NTDLL_islower = NTDLL.islower47 NTDLL_isprint = NTDLL.isprint48 NTDLL_isspace = NTDLL.isspace49 NTDLL_isupper = NTDLL.isupper50 NTDLL_iswalpha = NTDLL.iswalpha51 NTDLL_iswctype = NTDLL.iswctype52 NTDLL_isxdigit = NTDLL.isxdigit53 NTDLL_labs = NTDLL.labs54 NTDLL_log = NTDLL.log55 NTDLL_mbstowcs = NTDLL.mbstowcs56 NTDLL_memchr = NTDLL.memchr57 NTDLL_memcmp = NTDLL.memcmp58 NTDLL_memcpy = NTDLL.memcpy59 NTDLL_memset = NTDLL.memset60 NTDLL_pow = NTDLL.pow61 NTDLL_qsort = NTDLL.qsort62 NTDLL_sin = NTDLL.sin63 NTDLL_sprintf = NTDLL.sprintf64 NTDLL_sqrt = NTDLL.sqrt65 NTDLL_sscanf = NTDLL.sscanf66 NTDLL_strcat = NTDLL.strcat67 NTDLL_strchr = NTDLL.strchr68 NTDLL_strcmp = NTDLL.strcmp69 NTDLL_strcpy = NTDLL.strcpy70 NTDLL_strcspn = NTDLL.strcspn71 NTDLL_strlen = NTDLL.strlen72 NTDLL_strncat = NTDLL.strncat73 NTDLL_strncmp = NTDLL.strncmp74 NTDLL_strncpy = NTDLL.strncpy75 NTDLL_strpbrk = NTDLL.strpbrk76 NTDLL_strrchr = NTDLL.strrchr77 NTDLL_strspn = NTDLL.strspn78 NTDLL_strstr = NTDLL.strstr79 NTDLL_swprintf = NTDLL.swprintf80 NTDLL_tan = NTDLL.tan81 NTDLL_tolower = NTDLL.tolower82 NTDLL_toupper = NTDLL.toupper83 NTDLL_towlower = NTDLL.towlower84 NTDLL_towupper = NTDLL.towupper85 NTDLL_vsprintf = NTDLL.vsprintf86 NTDLL_wcscat = NTDLL.wcscat87 NTDLL_wcschr = NTDLL.wcschr88 NTDLL_wcscmp = NTDLL.wcscmp89 NTDLL_wcscpy = NTDLL.wcscpy90 NTDLL_wcscspn = NTDLL.wcscspn91 NTDLL_wcslen = NTDLL.wcslen92 NTDLL_wcsncat = NTDLL.wcsncat93 NTDLL_wcsncmp = NTDLL.wcsncmp94 NTDLL_wcsncpy = NTDLL.wcsncpy95 NTDLL_wcspbrk = NTDLL.wcspbrk96 NTDLL_wcsrchr = NTDLL.wcsrchr97 NTDLL_wcsspn = NTDLL.wcsspn98 NTDLL_wcsstr = NTDLL.wcsstr99 NTDLL_wcstok = NTDLL.wcstok100 NTDLL_wcstol = NTDLL.wcstol101 NTDLL_wcstombs = NTDLL.wcstombs102 NTDLL_wcstoul = NTDLL.wcstoul103 104 ; Forwarded APIs - CRTDLL105 CRTDLL___dllonexit = CRTDLL.__dllonexit106 CRTDLL___doserrno = CRTDLL.__doserrno107 CRTDLL___fpecode = CRTDLL.__fpecode108 CRTDLL___isascii = CRTDLL.__isascii109 CRTDLL___iscsym = CRTDLL.__iscsym110 CRTDLL___iscsymf = CRTDLL.__iscsymf111 CRTDLL___threadhandle = CRTDLL.__threadhandle112 CRTDLL___threadid = CRTDLL.__threadid113 114 CRTDLL__CIacos = CRTDLL._CIacos115 CRTDLL__CIasin = CRTDLL._CIasin116 CRTDLL__CIatan = CRTDLL._CIatan117 CRTDLL__CIatan2 = CRTDLL._CIatan2118 CRTDLL__CIcos = CRTDLL._CIcos119 CRTDLL__CIcosh = CRTDLL._CIcosh120 CRTDLL__CIexp = CRTDLL._CIexp121 CRTDLL__CIfmod = CRTDLL._CIfmod122 CRTDLL__CIlog = CRTDLL._CIlog123 CRTDLL__CIlog10 = CRTDLL._CIlog10124 CRTDLL__CIsin = CRTDLL._CIsin125 CRTDLL__CIsinh = CRTDLL._CIsinh126 CRTDLL__CIsqrt = CRTDLL._CIsqrt127 CRTDLL__CItan = CRTDLL._CItan128 CRTDLL__CItanh = CRTDLL._CItanh129 CRTDLL__abnormal_termination = CRTDLL._abnormal_termination130 CRTDLL__access = CRTDLL._access131 CRTDLL__amsg_exit = CRTDLL._amsg_exit132 CRTDLL__assert = CRTDLL._assert133 CRTDLL__beep = CRTDLL._beep134 CRTDLL__beginthread = CRTDLL._beginthread135 CRTDLL__c_exit = CRTDLL._c_exit136 CRTDLL__cabs = CRTDLL._cabs137 CRTDLL__cexit = CRTDLL._cexit138 CRTDLL__cgets = CRTDLL._cgets139 CRTDLL__chdir = CRTDLL._chdir140 CRTDLL__chdrive = CRTDLL._chdrive141 CRTDLL__chgsign = CRTDLL._chgsign142 CRTDLL__chmod = CRTDLL._chmod143 CRTDLL__chsize = CRTDLL._chsize144 CRTDLL__clearfp = CRTDLL._clearfp145 CRTDLL__close = CRTDLL._close146 CRTDLL__commit = CRTDLL._commit147 CRTDLL__control87 = CRTDLL._control87148 CRTDLL__controlfp = CRTDLL._controlfp149 CRTDLL__copysign = CRTDLL._copysign150 CRTDLL__cprintf = CRTDLL._cprintf151 CRTDLL__cputs = CRTDLL._cputs152 CRTDLL__creat = CRTDLL._creat153 CRTDLL__cscanf = CRTDLL._cscanf154 CRTDLL__cwait = CRTDLL._cwait155 CRTDLL__dup = CRTDLL._dup156 CRTDLL__dup2 = CRTDLL._dup2157 CRTDLL__ecvt = CRTDLL._ecvt158 CRTDLL__endthread = CRTDLL._endthread159 CRTDLL__eof = CRTDLL._eof160 CRTDLL__errno = CRTDLL._errno161 CRTDLL__except_handler2 = CRTDLL._except_handler2162 CRTDLL__execl = CRTDLL._execl163 CRTDLL__execle = CRTDLL._execle164 CRTDLL__execlp = CRTDLL._execlp165 CRTDLL__execlpe = CRTDLL._execlpe166 CRTDLL__execv = CRTDLL._execv167 CRTDLL__execve = CRTDLL._execve168 CRTDLL__execvp = CRTDLL._execvp169 CRTDLL__execvpe = CRTDLL._execvpe170 CRTDLL__exit = CRTDLL._exit171 CRTDLL__expand = CRTDLL._expand172 CRTDLL__fcloseall = CRTDLL._fcloseall173 CRTDLL__fcvt = CRTDLL._fcvt174 CRTDLL__fdopen = CRTDLL._fdopen175 CRTDLL__fgetchar = CRTDLL._fgetchar176 CRTDLL__fgetwchar = CRTDLL._fgetwchar177 CRTDLL__filbuf = CRTDLL._filbuf178 CRTDLL__filelength = CRTDLL._filelength179 CRTDLL__fileno = CRTDLL._fileno180 CRTDLL__findclose = CRTDLL._findclose181 CRTDLL__findfirst = CRTDLL._findfirst182 CRTDLL__findnext = CRTDLL._findnext183 CRTDLL__finite = CRTDLL._finite184 CRTDLL__flsbuf = CRTDLL._flsbuf185 CRTDLL__flushall = CRTDLL._flushall186 CRTDLL__fpclass = CRTDLL._fpclass187 CRTDLL__fpieee_flt = CRTDLL._fpieee_flt188 CRTDLL__fpreset = CRTDLL._fpreset189 CRTDLL__fputchar = CRTDLL._fputchar190 CRTDLL__fputwchar = CRTDLL._fputwchar191 CRTDLL__fsopen = CRTDLL._fsopen192 CRTDLL__fstat = CRTDLL._fstat193 CRTDLL__ftime = CRTDLL._ftime194 CRTDLL__fullpath = CRTDLL._fullpath195 CRTDLL__futime = CRTDLL._futime196 CRTDLL__gcvt = CRTDLL._gcvt197 CRTDLL__get_osfhandle = CRTDLL._get_osfhandle198 CRTDLL__getch = CRTDLL._getch199 CRTDLL__getche = CRTDLL._getche200 CRTDLL__getcwd = CRTDLL._getcwd201 CRTDLL__getdcwd = CRTDLL._getdcwd202 CRTDLL__getdiskfree = CRTDLL._getdiskfree203 CRTDLL__getdrive = CRTDLL._getdrive204 CRTDLL__getdrives = CRTDLL._getdrives205 CRTDLL__getpid = CRTDLL._getpid206 CRTDLL__getsystime = CRTDLL._getsystime207 CRTDLL__getw = CRTDLL._getw208 CRTDLL__getws = CRTDLL._getws209 CRTDLL__global_unwind2 = CRTDLL._global_unwind2210 CRTDLL__heapchk = CRTDLL._heapchk211 CRTDLL__heapmin = CRTDLL._heapmin212 CRTDLL__heapset = CRTDLL._heapset213 CRTDLL__heapwalk = CRTDLL._heapwalk214 CRTDLL__hypot = CRTDLL._hypot215 CRTDLL__iob = CRTDLL._iob216 CRTDLL__isatty = CRTDLL._isatty217 CRTDLL__isctype = CRTDLL._isctype218 CRTDLL__ismbbalnum = CRTDLL._ismbbalnum219 CRTDLL__ismbbalpha = CRTDLL._ismbbalpha220 CRTDLL__ismbbgraph = CRTDLL._ismbbgraph221 CRTDLL__ismbbkalnum = CRTDLL._ismbbkalnum222 CRTDLL__ismbbkana = CRTDLL._ismbbkana223 CRTDLL__ismbbkpunct = CRTDLL._ismbbkpunct224 CRTDLL__ismbblead = CRTDLL._ismbblead225 CRTDLL__ismbbprint = CRTDLL._ismbbprint226 CRTDLL__ismbbpunct = CRTDLL._ismbbpunct227 CRTDLL__ismbbtrail = CRTDLL._ismbbtrail228 CRTDLL__ismbcalpha = CRTDLL._ismbcalpha229 CRTDLL__ismbcdigit = CRTDLL._ismbcdigit230 CRTDLL__ismbchira = CRTDLL._ismbchira231 CRTDLL__ismbckata = CRTDLL._ismbckata232 CRTDLL__ismbcl0 = CRTDLL._ismbcl0233 CRTDLL__ismbcl1 = CRTDLL._ismbcl1234 CRTDLL__ismbcl2 = CRTDLL._ismbcl2235 CRTDLL__ismbclegal = CRTDLL._ismbclegal236 CRTDLL__ismbclower = CRTDLL._ismbclower237 CRTDLL__ismbcprint = CRTDLL._ismbcprint238 CRTDLL__ismbcspace = CRTDLL._ismbcspace239 CRTDLL__ismbcsymbol = CRTDLL._ismbcsymbol240 CRTDLL__ismbcupper = CRTDLL._ismbcupper241 CRTDLL__ismbslead = CRTDLL._ismbslead242 CRTDLL__ismbstrail = CRTDLL._ismbstrail243 CRTDLL__isnan = CRTDLL._isnan244 CRTDLL__j0 = CRTDLL._j0245 CRTDLL__j1 = CRTDLL._j1246 CRTDLL__jn = CRTDLL._jn247 CRTDLL__kbhit = CRTDLL._kbhit248 CRTDLL__lfind = CRTDLL._lfind249 CRTDLL__loaddll = CRTDLL._loaddll250 CRTDLL__local_unwind2 = CRTDLL._local_unwind2251 CRTDLL__locking = CRTDLL._locking252 CRTDLL__logb = CRTDLL._logb253 CRTDLL__lrotl = CRTDLL._lrotl254 CRTDLL__lrotr = CRTDLL._lrotr255 CRTDLL__lsearch = CRTDLL._lsearch256 CRTDLL__lseek = CRTDLL._lseek257 CRTDLL__makepath = CRTDLL._makepath258 CRTDLL__mbbtombc = CRTDLL._mbbtombc259 CRTDLL__mbbtype = CRTDLL._mbbtype260 CRTDLL__mbccpy = CRTDLL._mbccpy261 CRTDLL__mbcjistojms = CRTDLL._mbcjistojms262 CRTDLL__mbcjmstojis = CRTDLL._mbcjmstojis263 CRTDLL__mbclen = CRTDLL._mbclen264 CRTDLL__mbctohira = CRTDLL._mbctohira265 CRTDLL__mbctokata = CRTDLL._mbctokata266 CRTDLL__mbctolower = CRTDLL._mbctolower267 CRTDLL__mbctombb = CRTDLL._mbctombb268 CRTDLL__mbctoupper = CRTDLL._mbctoupper269 CRTDLL__mbsbtype = CRTDLL._mbsbtype270 CRTDLL__mbscat = CRTDLL._mbscat271 CRTDLL__mbschr = CRTDLL._mbschr272 CRTDLL__mbscmp = CRTDLL._mbscmp273 CRTDLL__mbscpy = CRTDLL._mbscpy274 CRTDLL__mbscspn = CRTDLL._mbscspn275 CRTDLL__mbsdec = CRTDLL._mbsdec276 CRTDLL__mbsdup = CRTDLL._mbsdup277 CRTDLL__mbsicmp = CRTDLL._mbsicmp278 CRTDLL__mbsinc = CRTDLL._mbsinc279 CRTDLL__mbslen = CRTDLL._mbslen280 CRTDLL__mbslwr = CRTDLL._mbslwr281 CRTDLL__mbsnbcat = CRTDLL._mbsnbcat282 CRTDLL__mbsnbcmp = CRTDLL._mbsnbcmp283 CRTDLL__mbsnbcnt = CRTDLL._mbsnbcnt284 CRTDLL__mbsnbcpy = CRTDLL._mbsnbcpy285 CRTDLL__mbsnbicmp = CRTDLL._mbsnbicmp286 CRTDLL__mbsnbset = CRTDLL._mbsnbset287 CRTDLL__mbsncat = CRTDLL._mbsncat288 CRTDLL__mbsnccnt = CRTDLL._mbsnccnt289 CRTDLL__mbsncmp = CRTDLL._mbsncmp290 CRTDLL__mbsncpy = CRTDLL._mbsncpy291 CRTDLL__mbsnextc = CRTDLL._mbsnextc292 CRTDLL__mbsnicmp = CRTDLL._mbsnicmp293 CRTDLL__mbsninc = CRTDLL._mbsninc294 CRTDLL__mbsnset = CRTDLL._mbsnset295 CRTDLL__mbspbrk = CRTDLL._mbspbrk296 CRTDLL__mbsrchr = CRTDLL._mbsrchr297 CRTDLL__mbsrev = CRTDLL._mbsrev298 CRTDLL__mbsset = CRTDLL._mbsset299 CRTDLL__mbsspn = CRTDLL._mbsspn300 CRTDLL__mbsspnp = CRTDLL._mbsspnp301 CRTDLL__mbsstr = CRTDLL._mbsstr302 CRTDLL__mbstok = CRTDLL._mbstok303 CRTDLL__mbstrlen = CRTDLL._mbstrlen304 CRTDLL__mbsupr = CRTDLL._mbsupr305 CRTDLL__memccpy = CRTDLL._memccpy306 CRTDLL__mkdir = CRTDLL._mkdir307 CRTDLL__mktemp = CRTDLL._mktemp308 CRTDLL__msize = CRTDLL._msize309 CRTDLL__nextafter = CRTDLL._nextafter310 CRTDLL__onexit = CRTDLL._onexit311 CRTDLL__open = CRTDLL._open312 CRTDLL__open_osfhandle = CRTDLL._open_osfhandle313 CRTDLL__pclose = CRTDLL._pclose314 CRTDLL__pipe = CRTDLL._pipe315 CRTDLL__popen = CRTDLL._popen316 CRTDLL__purecall = CRTDLL._purecall317 CRTDLL__putch = CRTDLL._putch318 CRTDLL__putenv = CRTDLL._putenv319 CRTDLL__putw = CRTDLL._putw320 CRTDLL__read = CRTDLL._read321 CRTDLL__rmdir = CRTDLL._rmdir322 CRTDLL__rmtmp = CRTDLL._rmtmp323 CRTDLL__rotl = CRTDLL._rotl324 CRTDLL__rotr = CRTDLL._rotr325 CRTDLL__scalb = CRTDLL._scalb326 CRTDLL__searchenv = CRTDLL._searchenv327 CRTDLL__setjmp = CRTDLL._setjmp328 CRTDLL__setmode = CRTDLL._setmode329 CRTDLL__seterrormode = CRTDLL._seterrormode330 CRTDLL__setsystime = CRTDLL._setsystime331 CRTDLL__spawnl = CRTDLL._spawnl332 CRTDLL__spawnle = CRTDLL._spawnle333 CRTDLL__spawnlp = CRTDLL._spawnlp334 CRTDLL__spawnlpe = CRTDLL._spawnlpe335 CRTDLL__spawnv = CRTDLL._spawnv336 CRTDLL__spawnve = CRTDLL._spawnve337 CRTDLL__spawnvp = CRTDLL._spawnvp338 CRTDLL__spawnvpe = CRTDLL._spawnvpe339 CRTDLL__sleep = CRTDLL._sleep340 CRTDLL__sopen = CRTDLL._sopen341 CRTDLL__stat = CRTDLL._stat342 CRTDLL__statusfp = CRTDLL._statusfp343 CRTDLL__strdate = CRTDLL._strdate344 CRTDLL__strdup = CRTDLL._strdup345 CRTDLL__strerror = CRTDLL._strerror346 CRTDLL__stricoll = CRTDLL._stricoll347 CRTDLL__strnset = CRTDLL._strnset348 CRTDLL__strrev = CRTDLL._strrev349 CRTDLL__strset = CRTDLL._strset350 CRTDLL__strtime = CRTDLL._strtime351 CRTDLL__swab = CRTDLL._swab352 CRTDLL__sys_errlist = CRTDLL.sys_errlist353 CRTDLL__tell = CRTDLL._tell354 CRTDLL__tempnam = CRTDLL._tempnam355 CRTDLL__tolower = CRTDLL._tolower356 CRTDLL__toupper = CRTDLL._toupper357 CRTDLL__tzset = CRTDLL._tzset358 CRTDLL__tzname = CRTDLL._tzname359 CRTDLL__ungetch = CRTDLL._ungetch360 CRTDLL__unlink = CRTDLL._unlink361 CRTDLL__unloaddll = CRTDLL._unloaddll362 CRTDLL__utime = CRTDLL._utime363 CRTDLL__vsnwprintf = CRTDLL._vsnwprintf364 CRTDLL__wcsdup = CRTDLL._wcsdup365 CRTDLL__wcsicoll = CRTDLL._wcsicoll366 CRTDLL__wcsnset = CRTDLL._wcsnset367 CRTDLL__wcsrev = CRTDLL._wcsrev368 CRTDLL__wcsset = CRTDLL._wcsset369 CRTDLL__write = CRTDLL._write370 CRTDLL__XcptFilter = CRTDLL._XcptFilter371 CRTDLL__y0 = CRTDLL._y0372 CRTDLL__y1 = CRTDLL._y1373 CRTDLL__yn = CRTDLL._yn374 CRTDLL_abort = CRTDLL.abort375 CRTDLL_acos = CRTDLL.acos376 CRTDLL_asctime = CRTDLL.asctime377 CRTDLL_asin = CRTDLL.asin378 CRTDLL_atan2 = CRTDLL.atan2379 CRTDLL_atexit = CRTDLL.atexit380 CRTDLL_atof = CRTDLL.atof381 CRTDLL_bsearch = CRTDLL.bsearch382 CRTDLL_calloc = CRTDLL.calloc383 CRTDLL_clearerr = CRTDLL.clearerr384 CRTDLL_clock = CRTDLL.clock385 CRTDLL_cosh = CRTDLL.cosh386 CRTDLL_ctime = CRTDLL.ctime387 CRTDLL_ctype = CRTDLL.ctype388 CRTDLL_difftime = CRTDLL.difftime389 CRTDLL_div = CRTDLL.div390 CRTDLL_exit = CRTDLL.exit391 CRTDLL_exp = CRTDLL.exp392 CRTDLL_fclose = CRTDLL.fclose393 CRTDLL_feof = CRTDLL.feof394 CRTDLL_ferror = CRTDLL.ferror395 CRTDLL_fflush = CRTDLL.fflush396 CRTDLL_fgetc = CRTDLL.fgetc397 CRTDLL_fgetpos = CRTDLL.fgetpos398 CRTDLL_fgets = CRTDLL.fgets399 CRTDLL_fgetwc = CRTDLL.fgetwc400 CRTDLL_fmod = CRTDLL.fmod401 CRTDLL_fopen = CRTDLL.fopen402 CRTDLL_fprintf = CRTDLL.fprintf403 CRTDLL_fputc = CRTDLL.fputc404 CRTDLL_fputs = CRTDLL.fputs405 CRTDLL_fputwc = CRTDLL.fputwc406 CRTDLL_fread = CRTDLL.fread407 CRTDLL_free = CRTDLL.free408 CRTDLL_freopen = CRTDLL.freopen409 CRTDLL_frexp = CRTDLL.frexp410 CRTDLL_fscanf = CRTDLL.fscanf411 CRTDLL_fseek = CRTDLL.fseek412 CRTDLL_fsetpos = CRTDLL.fsetpos413 CRTDLL_ftell = CRTDLL.ftell414 CRTDLL_fwprintf = CRTDLL.fwprintf415 CRTDLL_fwrite = CRTDLL.fwrite416 CRTDLL_fwscanf = CRTDLL.fwscanf417 CRTDLL_getc = CRTDLL.getc418 CRTDLL_getchar = CRTDLL.getchar419 CRTDLL_getenv = CRTDLL.getenv420 CRTDLL_gets = CRTDLL.gets421 CRTDLL_gmtime = CRTDLL.gmtime422 CRTDLL_is_wctype = CRTDLL.is_wctype423 CRTDLL_isalnum = CRTDLL.isalnum424 CRTDLL_iscntrl = CRTDLL.iscntrl425 CRTDLL_isgraph = CRTDLL.isgraph426 CRTDLL_isleadbyte = CRTDLL.isleadbyte427 CRTDLL_ispunct = CRTDLL.ispunct428 CRTDLL_iswalnum = CRTDLL.iswalnum429 CRTDLL_iswascii = CRTDLL.iswascii430 CRTDLL_iswcntrl = CRTDLL.iswcntrl431 CRTDLL_iswdigit = CRTDLL.iswdigit432 CRTDLL_iswgraph = CRTDLL.iswgraph433 CRTDLL_iswlower = CRTDLL.iswlower434 CRTDLL_iswprint = CRTDLL.iswprint435 CRTDLL_iswpunct = CRTDLL.iswpunct436 CRTDLL_iswspace = CRTDLL.iswspace437 CRTDLL_iswupper = CRTDLL.iswupper438 CRTDLL_iswxdigit = CRTDLL.iswxdigit439 CRTDLL_ldexp = CRTDLL.ldexp440 CRTDLL_ldiv = CRTDLL.ldiv441 CRTDLL_localeconv = CRTDLL.localeconv442 CRTDLL_localtime = CRTDLL.localtime443 CRTDLL_log10 = CRTDLL.log10444 CRTDLL_longjmp = CRTDLL.longjmp445 CRTDLL_malloc = CRTDLL.malloc446 CRTDLL_mbctype = CRTDLL.mbctype447 CRTDLL_mblen = CRTDLL.mblen448 CRTDLL_mbtowc = CRTDLL.mbtowc449 CRTDLL_mktime = CRTDLL.mktime450 CRTDLL_modf = CRTDLL.modf451 CRTDLL_perror = CRTDLL.perror452 CRTDLL_printf = CRTDLL.printf453 CRTDLL_putc = CRTDLL.putc454 CRTDLL_putchar = CRTDLL.putchar455 CRTDLL_puts = CRTDLL.puts456 CRTDLL_raise = CRTDLL.raise457 CRTDLL_rand = CRTDLL.rand458 CRTDLL_realloc = CRTDLL.realloc459 CRTDLL_remove = CRTDLL.remove460 CRTDLL_rename = CRTDLL.rename461 CRTDLL_rewind = CRTDLL.rewind462 CRTDLL_scanf = CRTDLL.scanf463 CRTDLL_setbuf = CRTDLL.setbuf464 CRTDLL_setlocale = CRTDLL.setlocale465 CRTDLL_setvbuf = CRTDLL.setvbuf466 CRTDLL_signal = CRTDLL.signal467 CRTDLL_sinh = CRTDLL.sinh468 CRTDLL_srand = CRTDLL.srand469 CRTDLL_strcoll = CRTDLL.strcoll470 CRTDLL_strerror = CRTDLL.strerror471 CRTDLL_strftime = CRTDLL.strftime472 CRTDLL_strtod = CRTDLL.strtod473 CRTDLL_strtok = CRTDLL.strtok474 CRTDLL_strtol = CRTDLL.strtol475 CRTDLL_strtoul = CRTDLL.strtoul476 CRTDLL_strxfrm = CRTDLL.strxfrm477 CRTDLL_swscanf = CRTDLL.swscanf478 CRTDLL_system = CRTDLL.system479 CRTDLL_tanh = CRTDLL.tanh480 CRTDLL_time = CRTDLL.time481 CRTDLL_tmpfile = CRTDLL.tmpfile482 CRTDLL_tmpnam = CRTDLL.tmpnam483 CRTDLL_ungetc = CRTDLL.ungetc484 CRTDLL_ungetwc = CRTDLL.ungetwc485 CRTDLL_vfprintf = CRTDLL.vfprintf486 CRTDLL_vfwprintf = CRTDLL.vfwprintf487 CRTDLL_vprintf = CRTDLL.vprintf488 CRTDLL_vswprintf = CRTDLL.vswprintf489 CRTDLL_vwprintf = CRTDLL.vwprintf490 CRTDLL_wcscoll = CRTDLL.wcscoll491 CRTDLL_wcsftime = CRTDLL.wcsftime492 CRTDLL_wcstod = CRTDLL.wcstod493 CRTDLL_wcsxfrm = CRTDLL.wcsxfrm494 CRTDLL_wctomb = CRTDLL.wctomb495 CRTDLL_wprintf = CRTDLL.wprintf496 CRTDLL_wscanf = CRTDLL.wscanf497 6 498 7 EXPORTS … … 546 55 ?what@exception@@UBEPBDXZ = _MSVCRT_EXP48 @48 547 56 $I10_OUTPUT = _MSVCRT_EXP49 @49 548 _CIacos = CRTDLL__CIacos @50549 _CIasin = CRTDLL__CIasin @51550 _CIatan = CRTDLL__CIatan @52551 _CIatan2 = CRTDLL__CIatan2 @53552 _CIcos = CRTDLL__CIcos @54553 _CIcosh = CRTDLL__CIcosh @55554 _CIexp = CRTDLL__CIexp @56555 _CIfmod = CRTDLL__CIfmod @57556 _CIlog = CRTDLL__CIlog @58557 _CIlog10 = CRTDLL__CIlog10 @59558 _CIpow = NTDLL__CIpow @60559 _CIsin = CRTDLL__CIsin @61560 _CIsinh = CRTDLL__CIsinh @62561 _CIsqrt = CRTDLL__CIsqrt @63562 _CItan = CRTDLL__CItan @64563 _CItanh = CRTDLL__CItanh @6557 _CIacos = _CRTDLL__CIacos @50 58 _CIasin = _CRTDLL__CIasin @51 59 _CIatan = _CRTDLL__CIatan @52 60 _CIatan2 = _CRTDLL__CIatan2 @53 61 _CIcos = _CRTDLL__CIcos @54 62 _CIcosh = _CRTDLL__CIcosh @55 63 _CIexp = _CRTDLL__CIexp @56 64 _CIfmod = _CRTDLL__CIfmod @57 65 _CIlog = _CRTDLL__CIlog @58 66 _CIlog10 = _CRTDLL__CIlog10 @59 67 _CIpow = _CRTDLL__CIpow @60 68 _CIsin = _CRTDLL__CIsin @61 69 _CIsinh = _CRTDLL__CIsinh @62 70 _CIsqrt = _CRTDLL__CIsqrt @63 71 _CItan = _CRTDLL__CItan @64 72 _CItanh = _CRTDLL__CItanh @65 564 73 _CxxThrowException = _MSVCRT__CxxThrowException @66 565 74 _EH_prolog = _MSVCRT__EH_prolog @67 … … 569 78 _HUGE = MSVCRT__HUGE @71 570 79 ; _Strftime = @72 571 _XcptFilter = CRTDLL__XcptFilter @7380 _XcptFilter = _CRTDLL__XcptFilter @73 572 81 __CxxFrameHandler = _MSVCRT___CxxFrameHandler @74 573 82 ; __CxxLongjmpUnwind @75 … … 579 88 __argv = MSVCRT___argv @81 580 89 ; __badioinfo @82 581 __crtCompareStringA = KERNEL32_CompareStringA @83582 __crtGetLocaleInfoW = KERNEL32_GetLocaleInfoW @84583 __crtLCMapStringA = KERNEL32_LCMapStringA @85584 __dllonexit = CRTDLL___dllonexit @86585 __doserrno = CRTDLL___doserrno @87586 __fpecode = CRTDLL___fpecode @8890 ;;;;; __crtCompareStringA = KERNEL32_CompareStringA @83 91 ;;;;; __crtGetLocaleInfoW = KERNEL32_GetLocaleInfoW @84 92 ;;;;; __crtLCMapStringA = KERNEL32_LCMapStringA @85 93 __dllonexit = _CRTDLL___dllonexit @86 94 __doserrno = _CRTDLL___doserrno @87 95 __fpecode = _CRTDLL___fpecode @88 587 96 __getmainargs = _MSVCRT___GetMainArgs @89 588 97 __initenv = _MSVCRT___initenv @90 589 __isascii = CRTDLL___isascii @91590 __iscsym = CRTDLL___iscsym @92591 __iscsymf = CRTDLL___iscsymf @9398 __isascii = _CRTDLL___isascii @91 99 __iscsym = _CRTDLL___iscsym @92 100 __iscsymf = _CRTDLL___iscsymf @93 592 101 ; __lc_codepage @94 593 102 ; __lc_collate_cp @95 … … 631 140 ; __setlc_active @131 632 141 __setusermatherr = _MSVCRT___setusermatherr @132 633 __threadhandle = CRTDLL___threadhandle @133634 __threadid = CRTDLL___threadid @134635 ; __toascii = CRTDLL___toascii @135142 __threadhandle = _CRTDLL___threadhandle @133 143 __threadid = _CRTDLL___threadid @134 144 ; __toascii = _CRTDLL___toascii @135 636 145 ; __unDName @136 637 146 ; __unDNameEx @137 … … 640 149 ; __wgetmainargs @140 641 150 ; __winitenv @141 642 _abnormal_termination = CRTDLL__abnormal_termination @142643 _access = CRTDLL__access @143151 _abnormal_termination = _CRTDLL__abnormal_termination @142 152 _access = _CRTDLL__access @143 644 153 _acmdln = MSVCRT__acmdln @144 645 154 ; _adj_fdiv_m16i @145 … … 658 167 _adjust_fdiv = _MSVCRT__adjust_fdiv @158 659 168 _aexit_rtn = _MSVCRT__aexit_rtn @159 660 _amsg_exit = CRTDLL__amsg_exit @160661 _assert = CRTDLL__assert @161169 _amsg_exit = _CRTDLL__amsg_exit @160 170 _assert = _CRTDLL__assert @161 662 171 ; _atodbl @162 663 172 _atoi64 = _MSVCRT__atoi64 @163 664 173 ; _atoldbl @164 665 _beep = CRTDLL__beep @165666 _beginthread = CRTDLL__beginthread @166174 _beep = _CRTDLL__beep @165 175 _beginthread = _CRTDLL__beginthread @166 667 176 _beginthreadex = _MSVCRT__beginthreadex @167 668 _c_exit = CRTDLL__c_exit @168669 _cabs = CRTDLL__cabs @169670 _cexit = CRTDLL__cexit @171671 _cgets = CRTDLL__cgets @172672 _chdir = CRTDLL__chdir @173673 _chdrive = CRTDLL__chdrive @174674 _chgsign = CRTDLL__chgsign @175177 _c_exit = _CRTDLL__c_exit @168 178 _cabs = _CRTDLL__cabs @169 179 _cexit = _CRTDLL__cexit @171 180 _cgets = _CRTDLL__cgets @172 181 _chdir = _CRTDLL__chdir @173 182 _chdrive = _CRTDLL__chdrive @174 183 _chgsign = _CRTDLL__chgsign @175 675 184 ; _chkesp @176 676 _chmod = CRTDLL__chmod @177677 _chsize = CRTDLL__chsize @178678 _clearfp = CRTDLL__clearfp @179679 _close = CRTDLL__close @180680 _commit = CRTDLL__commit @181185 _chmod = _CRTDLL__chmod @177 186 _chsize = _CRTDLL__chsize @178 187 _clearfp = _CRTDLL__clearfp @179 188 _close = _CRTDLL__close @180 189 _commit = _CRTDLL__commit @181 681 190 _commode = MSVCRT__commode @182 682 _control87 = CRTDLL__control87 @183683 _controlfp = CRTDLL__controlfp @184684 _copysign = CRTDLL__copysign @185685 _cprintf = CRTDLL__cprintf @186686 _cputs = CRTDLL__cputs @187687 _creat = CRTDLL__creat @188688 _cscanf = CRTDLL__cscanf @189191 _control87 = _CRTDLL__control87 @183 192 _controlfp = _CRTDLL__controlfp @184 193 _copysign = _CRTDLL__copysign @185 194 _cprintf = _CRTDLL__cprintf @186 195 _cputs = _CRTDLL__cputs @187 196 _creat = _CRTDLL__creat @188 197 _cscanf = _CRTDLL__cscanf @189 689 198 _ctype = CRTDLL_ctype @190 690 _cwait = CRTDLL__cwait @191199 _cwait = _CRTDLL__cwait @191 691 200 _daylight = MSVCRT__daylight @192 692 201 ; _dstbias @193 693 _dup = CRTDLL__dup @194694 _dup2 = CRTDLL__dup2 @195695 _ecvt = CRTDLL__ecvt @196696 _endthread = CRTDLL__endthread @197202 _dup = _CRTDLL__dup @194 203 _dup2 = _CRTDLL__dup2 @195 204 _ecvt = _CRTDLL__ecvt @196 205 _endthread = _CRTDLL__endthread @197 697 206 _endthreadex = _MSVCRT__endthreadex @198 698 207 _environ = MSVCRT__environ @199 699 208 700 209 701 _eof = CRTDLL__eof @200702 _errno = CRTDLL__errno @201703 _except_handler2 = CRTDLL__except_handler2 @202210 _eof = _CRTDLL__eof @200 211 _errno = _CRTDLL__errno @201 212 _except_handler2 = _CRTDLL__except_handler2 @202 704 213 _except_handler3 = _MSVCRT__except_handler3 @203 705 _execl = CRTDLL__execl @204706 _execle = CRTDLL__execle @205707 _execlp = CRTDLL__execlp @206708 _execlpe = CRTDLL__execlpe @207709 _execv = CRTDLL__execv @208710 _execve = CRTDLL__execve @209711 _execvp = CRTDLL__execvp @210712 _execvpe = CRTDLL__execvpe @211713 _exit = CRTDLL__exit @212714 _expand = CRTDLL__expand @213715 _fcloseall = CRTDLL__fcloseall @214716 _fcvt = CRTDLL__fcvt @215717 _fdopen = CRTDLL__fdopen @216718 _fgetchar = CRTDLL__fgetchar @217719 _fgetwchar = CRTDLL__fgetwchar @218720 _filbuf = CRTDLL__filbuf @219214 _execl = _CRTDLL__execl @204 215 _execle = _CRTDLL__execle @205 216 _execlp = _CRTDLL__execlp @206 217 _execlpe = _CRTDLL__execlpe @207 218 _execv = _CRTDLL__execv @208 219 _execve = _CRTDLL__execve @209 220 _execvp = _CRTDLL__execvp @210 221 _execvpe = _CRTDLL__execvpe @211 222 _exit = _CRTDLL__exit @212 223 _expand = _CRTDLL__expand @213 224 _fcloseall = _CRTDLL__fcloseall @214 225 _fcvt = _CRTDLL__fcvt @215 226 _fdopen = _CRTDLL__fdopen @216 227 _fgetchar = _CRTDLL__fgetchar @217 228 _fgetwchar = _CRTDLL__fgetwchar @218 229 _filbuf = _CRTDLL__filbuf @219 721 230 _fileinfo = MSVCRT__fileinfo @220 722 _filelength = CRTDLL__filelength @221231 _filelength = _CRTDLL__filelength @221 723 232 _filelengthi64 = _MSVCRT__filelengthi64 @222 724 _fileno = CRTDLL__fileno @223725 _findclose = CRTDLL__findclose @224726 _findfirst = CRTDLL__findfirst @225233 _fileno = _CRTDLL__fileno @223 234 _findclose = _CRTDLL__findclose @224 235 _findfirst = _CRTDLL__findfirst @225 727 236 _findfirsti64 = _MSVCRT__findfirsti64 @226 728 _findnext = CRTDLL__findnext @227237 _findnext = _CRTDLL__findnext @227 729 238 _findnexti64 = _MSVCRT__findnexti64 @228 730 _finite = CRTDLL__finite @229731 _flsbuf = CRTDLL__flsbuf @230732 _flushall = CRTDLL__flushall @231239 _finite = _CRTDLL__finite @229 240 _flsbuf = _CRTDLL__flsbuf @230 241 _flushall = _CRTDLL__flushall @231 733 242 _fmode = MSVCRT__fmode @232 734 _fpclass = CRTDLL__fpclass @233735 _fpieee_flt = CRTDLL__fpieee_flt @234736 _fpreset = CRTDLL__fpreset @235737 _fputchar = CRTDLL__fputchar @236738 _fputwchar = CRTDLL__fputwchar @237739 _fsopen = CRTDLL__fsopen @238740 _fstat = CRTDLL__fstat @239243 _fpclass = _CRTDLL__fpclass @233 244 _fpieee_flt = _CRTDLL__fpieee_flt @234 245 _fpreset = _CRTDLL__fpreset @235 246 _fputchar = _CRTDLL__fputchar @236 247 _fputwchar = _CRTDLL__fputwchar @237 248 _fsopen = _CRTDLL__fsopen @238 249 _fstat = _CRTDLL__fstat @239 741 250 _fstati64 = _MSVCRT__fstati64 @240 742 _ftime = CRTDLL__ftime @241743 _ftol = NTDLL__ftol @242744 _fullpath = CRTDLL__fullpath @243745 _futime = CRTDLL__futime @244746 _gcvt = CRTDLL__gcvt @245747 _get_osfhandle = CRTDLL__get_osfhandle @246251 _ftime = _CRTDLL__ftime @241 252 _ftol = _CRTDLL__ftol @242 253 _fullpath = _CRTDLL__fullpath @243 254 _futime = _CRTDLL__futime @244 255 _gcvt = _CRTDLL__gcvt @245 256 _get_osfhandle = _CRTDLL__get_osfhandle @246 748 257 _get_sbh_threshold = _MSVCRT__get_sbh_threshold @247 749 _getch = CRTDLL__getch @248750 _getche = CRTDLL__getche @249751 _getcwd = CRTDLL__getcwd @250752 _getdcwd = CRTDLL__getdcwd @251753 _getdiskfree = CRTDLL__getdiskfree @252258 _getch = _CRTDLL__getch @248 259 _getche = _CRTDLL__getche @249 260 _getcwd = _CRTDLL__getcwd @250 261 _getdcwd = _CRTDLL__getdcwd @251 262 _getdiskfree = _CRTDLL__getdiskfree @252 754 263 ; _getdllprocaddr @253 755 _getdrive = CRTDLL__getdrive @254756 _getdrives = CRTDLL__getdrives @255264 _getdrive = _CRTDLL__getdrive @254 265 _getdrives = _CRTDLL__getdrives @255 757 266 _getmaxstdio = _MSVCRT__getmaxstdio @256 758 267 _getmbcp = _MSVCRT__getmbcp @257 759 _getpid = CRTDLL__getpid @258760 _getsystime = CRTDLL__getsystime @259761 _getw = CRTDLL__getw @260762 _getws =CRTDLL__getws @261763 _global_unwind2 = CRTDLL__global_unwind2 @262268 _getpid = _CRTDLL__getpid @258 269 _getsystime = _CRTDLL__getsystime @259 270 _getw = _CRTDLL__getw @260 271 ;;;;; _getws = _CRTDLL__getws @261 272 _global_unwind2 = _CRTDLL__global_unwind2 @262 764 273 _heapadd = _MSVCRT__heapadd @263 765 _heapchk = CRTDLL__heapchk @264766 _heapmin = CRTDLL__heapmin @265767 _heapset = CRTDLL__heapset @266768 _heapwalk = CRTDLL__heapwalk @268769 _hypot = CRTDLL__hypot @269274 _heapchk = _CRTDLL__heapchk @264 275 _heapmin = _CRTDLL__heapmin @265 276 _heapset = _CRTDLL__heapset @266 277 _heapwalk = _CRTDLL__heapwalk @268 278 _hypot = _CRTDLL__hypot @269 770 279 _i64toa = _MSVCRT__i64toa @270 771 280 _i64tow = _MSVCRT__i64tow @271 … … 774 283 _inpd = _MSVCRT__inpd @274 775 284 _inpw = _MSVCRT__inpw @275 776 _iob = CRTDLL_ _iob @276777 _isatty = CRTDLL__isatty @277778 _isctype = CRTDLL__isctype @278779 _ismbbalnum = CRTDLL__ismbbalnum @279780 _ismbbalpha = CRTDLL__ismbbalpha @280781 _ismbbgraph = CRTDLL__ismbbgraph @281782 _ismbbkalnum = CRTDLL__ismbbkalnum @282783 _ismbbkana = CRTDLL__ismbbkana @283285 _iob = CRTDLL_iob @276 286 _isatty = _CRTDLL__isatty @277 287 _isctype = _CRTDLL__isctype @278 288 _ismbbalnum = _CRTDLL__ismbbalnum @279 289 _ismbbalpha = _CRTDLL__ismbbalpha @280 290 _ismbbgraph = _CRTDLL__ismbbgraph @281 291 _ismbbkalnum = _CRTDLL__ismbbkalnum @282 292 _ismbbkana = _CRTDLL__ismbbkana @283 784 293 _ismbbkprint = _MSVCRT__ismbbkprint @284 785 _ismbbkpunct = CRTDLL__ismbbkpunct @285786 _ismbblead = CRTDLL__ismbblead @286787 _ismbbprint = CRTDLL__ismbbprint @287788 _ismbbpunct = CRTDLL__ismbbpunct @288789 _ismbbtrail = CRTDLL__ismbbtrail @289294 _ismbbkpunct = _CRTDLL__ismbbkpunct @285 295 _ismbblead = _CRTDLL__ismbblead @286 296 _ismbbprint = _CRTDLL__ismbbprint @287 297 _ismbbpunct = _CRTDLL__ismbbpunct @288 298 _ismbbtrail = _CRTDLL__ismbbtrail @289 790 299 _ismbcalnum = _MSVCRT__ismbcalnum @290 791 _ismbcalpha = CRTDLL__ismbcalpha @291792 _ismbcdigit = CRTDLL__ismbcdigit @292300 _ismbcalpha = _CRTDLL__ismbcalpha @291 301 _ismbcdigit = _CRTDLL__ismbcdigit @292 793 302 _ismbcgraph = _MSVCRT__ismbcgraph @293 794 _ismbchira = CRTDLL__ismbchira @294795 _ismbckata = CRTDLL__ismbckata @295796 _ismbcl0 = CRTDLL__ismbcl0 @296797 _ismbcl1 = CRTDLL__ismbcl1 @297798 _ismbcl2 = CRTDLL__ismbcl2 @298799 _ismbclegal = CRTDLL__ismbclegal @299800 801 802 _ismbclower = CRTDLL__ismbclower @300803 _ismbcprint = CRTDLL__ismbcprint @301303 _ismbchira = _CRTDLL__ismbchira @294 304 _ismbckata = _CRTDLL__ismbckata @295 305 _ismbcl0 = _CRTDLL__ismbcl0 @296 306 _ismbcl1 = _CRTDLL__ismbcl1 @297 307 _ismbcl2 = _CRTDLL__ismbcl2 @298 308 _ismbclegal = _CRTDLL__ismbclegal @299 309 310 311 _ismbclower = _CRTDLL__ismbclower @300 312 _ismbcprint = _CRTDLL__ismbcprint @301 804 313 _ismbcpunct = _MSVCRT__ismbcpunct @302 805 _ismbcspace = CRTDLL__ismbcspace @303806 _ismbcsymbol = CRTDLL__ismbcsymbol @304807 _ismbcupper = CRTDLL__ismbcupper @305808 _ismbslead = CRTDLL__ismbslead @306809 _ismbstrail = CRTDLL__ismbstrail @307810 _isnan = CRTDLL__isnan @308811 _itoa = NTDLL__itoa @309314 _ismbcspace = _CRTDLL__ismbcspace @303 315 _ismbcsymbol = _CRTDLL__ismbcsymbol @304 316 _ismbcupper = _CRTDLL__ismbcupper @305 317 _ismbslead = _CRTDLL__ismbslead @306 318 _ismbstrail = _CRTDLL__ismbstrail @307 319 _isnan = _CRTDLL__isnan @308 320 _itoa = _CRTDLL__itoa @309 812 321 _itow = _MSVCRT__itow @310 813 _j0 = CRTDLL__j0 @311814 _j1 = CRTDLL__j1 @312815 _jn = CRTDLL__jn @313816 _kbhit = CRTDLL__kbhit @314817 _lfind = CRTDLL__lfind @315818 _loaddll = CRTDLL__loaddll @316819 _local_unwind2 = CRTDLL__local_unwind2 @317322 _j0 = _CRTDLL__j0 @311 323 _j1 = _CRTDLL__j1 @312 324 _jn = _CRTDLL__jn @313 325 _kbhit = _CRTDLL__kbhit @314 326 _lfind = _CRTDLL__lfind @315 327 _loaddll = _CRTDLL__loaddll @316 328 _local_unwind2 = _CRTDLL__local_unwind2 @317 820 329 ; _lock @318 821 _locking = CRTDLL__locking @319822 _logb = CRTDLL__logb @320823 _longjmpex = CRTDLL_longjmp @321 ; Not correct824 _lrotl = CRTDLL__lrotl @322825 _lrotr = CRTDLL__lrotr @323826 _lsearch = CRTDLL__lsearch @324827 _lseek = CRTDLL__lseek @325330 _locking = _CRTDLL__locking @319 331 _logb = _CRTDLL__logb @320 332 _longjmpex = _CRTDLL_longjmp @321 ; Not correct 333 _lrotl = _CRTDLL__lrotl @322 334 _lrotr = _CRTDLL__lrotr @323 335 _lsearch = _CRTDLL__lsearch @324 336 _lseek = _CRTDLL__lseek @325 828 337 _lseeki64 = _MSVCRT__lseeki64 @326 829 _ltoa = NTDLL__ltoa @327338 _ltoa = _CRTDLL__ltoa @327 830 339 _ltow = _MSVCRT__ltow @328 831 _makepath = CRTDLL__makepath @329832 _mbbtombc = CRTDLL__mbbtombc @330833 _mbbtype = CRTDLL__mbbtype @331340 _makepath = _CRTDLL__makepath @329 341 _mbbtombc = _CRTDLL__mbbtombc @330 342 _mbbtype = _CRTDLL__mbbtype @331 834 343 ; _mbcasemap @332 835 _mbccpy = CRTDLL__mbccpy @333836 _mbcjistojms = CRTDLL__mbcjistojms @334837 _mbcjmstojis = CRTDLL__mbcjmstojis @335838 _mbclen = CRTDLL__mbclen @336839 _mbctohira = CRTDLL__mbctohira @337840 _mbctokata = CRTDLL__mbctokata @338841 _mbctolower = CRTDLL__mbctolower @339842 _mbctombb = CRTDLL__mbctombb @340843 _mbctoupper = CRTDLL__mbctoupper @341344 _mbccpy = _CRTDLL__mbccpy @333 345 _mbcjistojms = _CRTDLL__mbcjistojms @334 346 _mbcjmstojis = _CRTDLL__mbcjmstojis @335 347 _mbclen = _CRTDLL__mbclen @336 348 _mbctohira = _CRTDLL__mbctohira @337 349 _mbctokata = _CRTDLL__mbctokata @338 350 _mbctolower = _CRTDLL__mbctolower @339 351 _mbctombb = _CRTDLL__mbctombb @340 352 _mbctoupper = _CRTDLL__mbctoupper @341 844 353 _mbctype = CRTDLL_mbctype @342 845 _mbsbtype = CRTDLL__mbsbtype @343846 _mbscat = CRTDLL__mbscat @344847 _mbschr = CRTDLL__mbschr @345848 _mbscmp = CRTDLL__mbscmp @346849 _mbscoll = CRTDLL__mbscmp @347850 _mbscpy = CRTDLL__mbscpy @348851 _mbscspn = CRTDLL__mbscspn @349852 _mbsdec = CRTDLL__mbsdec @350853 _mbsdup = CRTDLL__mbsdup @351854 _mbsicmp = CRTDLL__mbsicmp @352855 _mbsicoll = CRTDLL__mbsicmp @353856 _mbsinc = CRTDLL__mbsinc @354857 _mbslen = CRTDLL__mbslen @355858 _mbslwr = CRTDLL__mbslwr @356859 _mbsnbcat = CRTDLL__mbsnbcat @357860 _mbsnbcmp = CRTDLL__mbsnbcmp @358861 _mbsnbcnt = CRTDLL__mbsnbcnt @359862 _mbsnbcoll = CRTDLL__mbsncmp @360863 _mbsnbcpy = CRTDLL__mbsnbcpy @361864 _mbsnbicmp = CRTDLL__mbsnbicmp @362865 _mbsnbicoll = CRTDLL__mbsnbicmp @363866 _mbsnbset = CRTDLL__mbsnbset @364867 _mbsncat = CRTDLL__mbsncat @365868 _mbsnccnt = CRTDLL__mbsnccnt @366869 _mbsncmp = CRTDLL__mbsncmp @367870 _mbsncoll = CRTDLL__mbsncmp @368871 _mbsncpy = CRTDLL__mbsncpy @369872 _mbsnextc = CRTDLL__mbsnextc @370873 _mbsnicmp = CRTDLL__mbsnicmp @371874 _mbsnicoll = CRTDLL__mbsnicmp @372875 _mbsninc = CRTDLL__mbsninc @373876 _mbsnset = CRTDLL__mbsnset @374877 _mbspbrk = CRTDLL__mbspbrk @375878 _mbsrchr = CRTDLL__mbsrchr @376879 _mbsrev = CRTDLL__mbsrev @377880 _mbsset = CRTDLL__mbsset @378881 _mbsspn = CRTDLL__mbsspn @379882 _mbsspnp = CRTDLL__mbsspnp @380883 _mbsstr = CRTDLL__mbsstr @381884 _mbstok = CRTDLL__mbstok @382885 _mbstrlen = CRTDLL__mbstrlen @383886 _mbsupr = CRTDLL__mbsupr @384887 _memccpy = CRTDLL__memccpy @385888 _memicmp = NTDLL__memicmp @386889 _mkdir = CRTDLL__mkdir @387890 _mktemp = CRTDLL__mktemp @388891 _msize = CRTDLL__msize @389892 _nextafter = CRTDLL__nextafter @390893 _onexit = CRTDLL__onexit @391894 _open = CRTDLL__open @392895 _open_osfhandle = CRTDLL__open_osfhandle @393354 _mbsbtype = _CRTDLL__mbsbtype @343 355 _mbscat = _CRTDLL__mbscat @344 356 _mbschr = _CRTDLL__mbschr @345 357 _mbscmp = _CRTDLL__mbscmp @346 358 _mbscoll = _CRTDLL__mbscmp @347 359 _mbscpy = _CRTDLL__mbscpy @348 360 _mbscspn = _CRTDLL__mbscspn @349 361 _mbsdec = _CRTDLL__mbsdec @350 362 _mbsdup = _CRTDLL__mbsdup @351 363 _mbsicmp = _CRTDLL__mbsicmp @352 364 _mbsicoll = _CRTDLL__mbsicmp @353 365 _mbsinc = _CRTDLL__mbsinc @354 366 _mbslen = _CRTDLL__mbslen @355 367 _mbslwr = _CRTDLL__mbslwr @356 368 _mbsnbcat = _CRTDLL__mbsnbcat @357 369 _mbsnbcmp = _CRTDLL__mbsnbcmp @358 370 _mbsnbcnt = _CRTDLL__mbsnbcnt @359 371 _mbsnbcoll = _CRTDLL__mbsncmp @360 372 _mbsnbcpy = _CRTDLL__mbsnbcpy @361 373 _mbsnbicmp = _CRTDLL__mbsnbicmp @362 374 _mbsnbicoll = _CRTDLL__mbsnbicmp @363 375 _mbsnbset = _CRTDLL__mbsnbset @364 376 _mbsncat = _CRTDLL__mbsncat @365 377 _mbsnccnt = _CRTDLL__mbsnccnt @366 378 _mbsncmp = _CRTDLL__mbsncmp @367 379 _mbsncoll = _CRTDLL__mbsncmp @368 380 _mbsncpy = _CRTDLL__mbsncpy @369 381 _mbsnextc = _CRTDLL__mbsnextc @370 382 _mbsnicmp = _CRTDLL__mbsnicmp @371 383 _mbsnicoll = _CRTDLL__mbsnicmp @372 384 _mbsninc = _CRTDLL__mbsninc @373 385 _mbsnset = _CRTDLL__mbsnset @374 386 _mbspbrk = _CRTDLL__mbspbrk @375 387 _mbsrchr = _CRTDLL__mbsrchr @376 388 _mbsrev = _CRTDLL__mbsrev @377 389 _mbsset = _CRTDLL__mbsset @378 390 _mbsspn = _CRTDLL__mbsspn @379 391 _mbsspnp = _CRTDLL__mbsspnp @380 392 _mbsstr = _CRTDLL__mbsstr @381 393 _mbstok = _CRTDLL__mbstok @382 394 _mbstrlen = _CRTDLL__mbstrlen @383 395 _mbsupr = _CRTDLL__mbsupr @384 396 _memccpy = _CRTDLL__memccpy @385 397 _memicmp = _CRTDLL__memicmp @386 398 _mkdir = _CRTDLL__mkdir @387 399 _mktemp = _CRTDLL__mktemp @388 400 _msize = _CRTDLL__msize @389 401 _nextafter = _CRTDLL__nextafter @390 402 _onexit = _CRTDLL__onexit @391 403 _open = _CRTDLL__open @392 404 _open_osfhandle = _CRTDLL__open_osfhandle @393 896 405 _osver = MSVCRT__osver @394 897 406 _outp = _MSVCRT__outp @395 898 407 _outpd = _MSVCRT__outpd @396 899 408 _outpw = _MSVCRT__outpw @397 900 _pclose = CRTDLL__pclose @398409 _pclose = _CRTDLL__pclose @398 901 410 _pctype = MSVCRT__pctype @399 902 411 903 412 904 413 _pgmptr = MSVCRT__pgmptr @400 905 _pipe = CRTDLL__pipe @401906 _popen = CRTDLL__popen @402907 _purecall = CRTDLL__purecall @403908 _putch = CRTDLL__putch @404909 _putenv = CRTDLL__putenv @405910 _putw = CRTDLL__putw @406414 _pipe = _CRTDLL__pipe @401 415 _popen = _CRTDLL__popen @402 416 _purecall = _CRTDLL__purecall @403 417 _putch = _CRTDLL__putch @404 418 _putenv = _CRTDLL__putenv @405 419 _putw = _CRTDLL__putw @406 911 420 _putws = _MSVCRT__putws @407 912 421 _pwctype = MSVCRT__pwctype @408 913 _read = CRTDLL__read @409914 _rmdir = CRTDLL__rmdir @410915 _rmtmp = CRTDLL__rmtmp @411916 _rotl = CRTDLL__rotl @412917 _rotr = CRTDLL__rotr @413422 _read = _CRTDLL__read @409 423 _rmdir = _CRTDLL__rmdir @410 424 _rmtmp = _CRTDLL__rmtmp @411 425 _rotl = _CRTDLL__rotl @412 426 _rotr = _CRTDLL__rotr @413 918 427 ; _safe_fdiv @414 919 428 ; _safe_fdivr @415 920 429 ; _safe_fprem @416 921 430 ; _safe_fprem1 @417 922 _scalb = CRTDLL__scalb @418923 _searchenv = CRTDLL__searchenv @419431 _scalb = _CRTDLL__scalb @418 432 _searchenv = _CRTDLL__searchenv @419 924 433 ; _seh_longjmp_unwind @420 925 434 _set_error_mode = _MSVCRT__set_error_mode @421 926 435 _set_sbh_threshold = _MSVCRT__set_sbh_threshold @422 927 _seterrormode = CRTDLL__seterrormode @423928 _setjmp = CRTDLL__setjmp @424929 _setjmp3 = CRTDLL__setjmp @425 ; Not correct436 _seterrormode = _CRTDLL__seterrormode @423 437 _setjmp = _CRTDLL__setjmp @424 438 _setjmp3 = _CRTDLL__setjmp @425 ; Not correct 930 439 _setmaxstdio = _MSVCRT__setmaxstdio @426 931 440 _setmbcp = _MSVCRT__setmbcp @427 932 441 _setmode @428 933 _setsystime = CRTDLL__setsystime @429934 _sleep = CRTDLL__sleep @430935 _snprintf = NTDLL__snprintf @431936 _snwprintf = NTDLL__snwprintf @432937 _sopen = CRTDLL__sopen @433938 _spawnl = CRTDLL__spawnl @434939 _spawnle = CRTDLL__spawnle @435940 _spawnlp = CRTDLL__spawnlp @436941 _spawnlpe = CRTDLL__spawnlpe @437942 _spawnv = CRTDLL__spawnv @438943 _spawnve = CRTDLL__spawnve @439944 _spawnvp = CRTDLL__spawnvp @440945 _spawnvpe = CRTDLL__spawnvpe @441946 _splitpath = NTDLL__splitpath @442947 _stat = CRTDLL__stat @443442 _setsystime = _CRTDLL__setsystime @429 443 _sleep = _CRTDLL__sleep @430 444 _snprintf = _CRTDLL__snprintf @431 445 _snwprintf = _CRTDLL__snwprintf @432 446 _sopen = _CRTDLL__sopen @433 447 _spawnl = _CRTDLL__spawnl @434 448 _spawnle = _CRTDLL__spawnle @435 449 _spawnlp = _CRTDLL__spawnlp @436 450 _spawnlpe = _CRTDLL__spawnlpe @437 451 _spawnv = _CRTDLL__spawnv @438 452 _spawnve = _CRTDLL__spawnve @439 453 _spawnvp = _CRTDLL__spawnvp @440 454 _spawnvpe = _CRTDLL__spawnvpe @441 455 _splitpath = _CRTDLL__splitpath @442 456 _stat = _CRTDLL__stat @443 948 457 _stati64 = _MSVCRT__stati64 @444 949 _statusfp = CRTDLL__statusfp @445950 _strcmpi = NTDLL__strcmpi @446951 _strdate = CRTDLL__strdate @447952 _strdup = CRTDLL__strdup @448953 _strerror = CRTDLL__strerror @449954 _stricmp = NTDLL__stricmp @450955 _stricoll = CRTDLL__stricoll @451956 _strlwr = NTDLL__strlwr @452458 _statusfp = _CRTDLL__statusfp @445 459 _strcmpi = _CRTDLL__strcmpi @446 460 _strdate = _CRTDLL__strdate @447 461 _strdup = _CRTDLL__strdup @448 462 _strerror = _CRTDLL__strerror @449 463 _stricmp = _CRTDLL__stricmp @450 464 _stricoll = _CRTDLL__stricoll @451 465 _strlwr = _CRTDLL__strlwr @452 957 466 _strncoll = _MSVCRT__strncoll @453 958 _strnicmp = NTDLL__strnicmp @454467 _strnicmp = _CRTDLL__strnicmp @454 959 468 _strnicoll = _MSVCRT__strnicoll @455 960 _strnset = CRTDLL__strnset @456961 _strrev = CRTDLL__strrev @457962 _strset = CRTDLL__strset @458963 _strtime = CRTDLL__strtime @459964 _strupr = NTDLL__strupr @460965 _swab = CRTDLL__swab @461966 _sys_errlist = CRTDLL_ _sys_errlist @462469 _strnset = _CRTDLL__strnset @456 470 _strrev = _CRTDLL__strrev @457 471 _strset = _CRTDLL__strset @458 472 _strtime = _CRTDLL__strtime @459 473 _strupr = _CRTDLL__strupr @460 474 _swab = _CRTDLL__swab @461 475 _sys_errlist = CRTDLL_sys_errlist @462 967 476 _sys_nerr = MSVCRT__sys_nerr @463 968 _tell = CRTDLL__tell @464477 _tell = _CRTDLL__tell @464 969 478 _telli64 = _MSVCRT__telli64 @465 970 _tempnam = CRTDLL__tempnam @466479 _tempnam = _CRTDLL__tempnam @466 971 480 _timezone = MSVCRT__timezone @467 972 _tolower = CRTDLL__tolower @468973 _toupper = CRTDLL__toupper @469974 _tzname = CRTDLL_ _tzname @470975 _tzset = CRTDLL__tzset @471481 _tolower = _CRTDLL__tolower @468 482 _toupper = _CRTDLL__toupper @469 483 _tzname = CRTDLL_tzname @470 484 _tzset = _CRTDLL__tzset @471 976 485 ; _ui64toa = _MSVCRT_ui64toa @472 977 486 ; _ui64tow = _MSVCRT_ui64tow @473 @473 978 _ultoa = NTDLL__ultoa @474487 _ultoa = _CRTDLL__ultoa @474 979 488 _ultow = _MSVCRT__ultow @475 980 489 _umask = _MSVCRT__umask @476 981 _ungetch = CRTDLL__ungetch @477982 _unlink = CRTDLL__unlink @478983 _unloaddll = CRTDLL__unloaddll @479490 _ungetch = _CRTDLL__ungetch @477 491 _unlink = _CRTDLL__unlink @478 492 _unloaddll = _CRTDLL__unloaddll @479 984 493 ; _unlock @480 985 _utime = CRTDLL__utime @481986 _vsnprintf = NTDLL__vsnprintf @482987 _vsnwprintf = CRTDLL__vsnwprintf @483494 _utime = _CRTDLL__utime @481 495 _vsnprintf = _CRTDLL__vsnprintf @482 496 _vsnwprintf = _CRTDLL__vsnwprintf @483 988 497 _waccess = _MSVCRT__waccess @484 989 498 _wasctime = _MSVCRT__wasctime @485 … … 992 501 ; _wcmdln @488 993 502 _wcreat = _MSVCRT__wcreat @489 994 _wcsdup = CRTDLL__wcsdup @490995 _wcsicmp = NTDLL__wcsicmp @491996 _wcsicoll = CRTDLL__wcsicoll @492997 _wcslwr = NTDLL__wcslwr @493503 _wcsdup = _CRTDLL__wcsdup @490 504 _wcsicmp = _CRTDLL__wcsicmp @491 505 _wcsicoll = _CRTDLL__wcsicoll @492 506 _wcslwr = _CRTDLL__wcslwr @493 998 507 _wcsncoll = _MSVCRT__wcsncoll @494 999 _wcsnicmp = NTDLL__wcsnicmp @495508 _wcsnicmp = _CRTDLL__wcsnicmp @495 1000 509 _wcsnicoll = _MSVCRT__wcsnicoll @496 1001 _wcsnset = CRTDLL__wcsnset @4971002 _wcsrev = CRTDLL__wcsrev @4981003 _wcsset = CRTDLL__wcsset @4991004 1005 1006 _wcsupr = NTDLL__wcsupr @500510 _wcsnset = _CRTDLL__wcsnset @497 511 _wcsrev = _CRTDLL__wcsrev @498 512 _wcsset = _CRTDLL__wcsset @499 513 514 515 _wcsupr = _CRTDLL__wcsupr @500 1007 516 _wctime = _MSVCRT__wctime @501 1008 517 _wenviron @502 … … 1040 549 _wremove = _MSVCRT__wremove @534 1041 550 _wrename = _MSVCRT__wrename @535 1042 _write = CRTDLL__write @536551 _write = _CRTDLL__write @536 1043 552 _wrmdir = _MSVCRT__wrmdir @537 1044 553 _wsearchenv = _MSVCRT__wsearchenv @538 … … 1061 570 _wtempnam = _MSVCRT__wtempnam @555 1062 571 _wtmpnam = _MSVCRT__wtmpnam @556 1063 _wtoi = NTDLL__wtoi @557572 _wtoi = _CRTDLL__wtoi @557 1064 573 _wtoi64 = _MSVCRT__wtoi64 @558 1065 _wtol = NTDLL__wtol @559574 _wtol = _CRTDLL__wtol @559 1066 575 _wunlink = _MSVCRT__wunlink @560 1067 576 _wutime = _MSVCRT__wutime @561 1068 _y0 = CRTDLL__y0 @5621069 _y1 = CRTDLL__y1 @5631070 _yn = CRTDLL__yn @5641071 abort = CRTDLL_abort @5651072 abs = NTDLL_abs @5661073 acos = CRTDLL_acos @5671074 asctime = CRTDLL_asctime @5681075 asin = CRTDLL_asin @5691076 atan = NTDLL_atan @5701077 atan2 = CRTDLL_atan2 @5711078 atexit = CRTDLL_atexit @5721079 atof = CRTDLL_atof @5731080 atoi = NTDLL_atoi @5741081 atol = NTDLL_atol @5751082 bsearch = CRTDLL_bsearch @5761083 calloc = CRTDLL_calloc @5771084 ceil = NTDLL_ceil @5781085 clearerr = CRTDLL_clearerr @5791086 clock = CRTDLL_clock @5801087 cos = NTDLL_cos @5811088 cosh = CRTDLL_cosh @5821089 ctime = CRTDLL_ctime @5831090 difftime = CRTDLL_difftime @5841091 div = CRTDLL_div @5851092 exit = CRTDLL_exit @5861093 exp = CRTDLL_exp @5871094 fabs = NTDLL_fabs @5881095 fclose = CRTDLL_fclose @5891096 feof = CRTDLL_feof @5901097 ferror = CRTDLL_ferror @5911098 fflush = CRTDLL_fflush @5921099 fgetc = CRTDLL_fgetc @5931100 fgetpos = CRTDLL_fgetpos @5941101 fgets = CRTDLL_fgets @5951102 fgetwc = CRTDLL_fgetwc @596577 _y0 = _CRTDLL__y0 @562 578 _y1 = _CRTDLL__y1 @563 579 _yn = _CRTDLL__yn @564 580 abort = _CRTDLL_abort @565 581 abs = _CRTDLL_abs @566 582 acos = _CRTDLL_acos @567 583 asctime = _CRTDLL_asctime @568 584 asin = _CRTDLL_asin @569 585 atan = _CRTDLL_atan @570 586 atan2 = _CRTDLL_atan2 @571 587 atexit = _CRTDLL_atexit @572 588 atof = _CRTDLL_atof @573 589 atoi = _CRTDLL_atoi @574 590 atol = _CRTDLL_atol @575 591 bsearch = _CRTDLL_bsearch @576 592 calloc = _CRTDLL_calloc @577 593 ceil = _CRTDLL_ceil @578 594 clearerr = _CRTDLL_clearerr @579 595 clock = _CRTDLL_clock @580 596 cos = _CRTDLL_cos @581 597 cosh = _CRTDLL_cosh @582 598 ctime = _CRTDLL_ctime @583 599 difftime = _CRTDLL_difftime @584 600 div = _CRTDLL_div @585 601 exit = _CRTDLL_exit @586 602 exp = _CRTDLL_exp @587 603 fabs = _CRTDLL_fabs @588 604 fclose = _CRTDLL_fclose @589 605 feof = _CRTDLL_feof @590 606 ferror = _CRTDLL_ferror @591 607 fflush = _CRTDLL_fflush @592 608 fgetc = _CRTDLL_fgetc @593 609 fgetpos = _CRTDLL_fgetpos @594 610 fgets = _CRTDLL_fgets @595 611 fgetwc = _CRTDLL_fgetwc @596 1103 612 fgetws = _MSVCRT_fgetws @597 1104 floor = NTDLL_floor @5981105 fmod = CRTDLL_fmod @5991106 1107 1108 fopen = CRTDLL_fopen @6001109 fprintf = CRTDLL_fprintf @6011110 fputc = CRTDLL_fputc @6021111 fputs = CRTDLL_fputs @6031112 fputwc = CRTDLL_fputwc @604613 floor = _CRTDLL_floor @598 614 fmod = _CRTDLL_fmod @599 615 616 617 fopen = _CRTDLL_fopen @600 618 fprintf = _CRTDLL_fprintf @601 619 fputc = _CRTDLL_fputc @602 620 fputs = _CRTDLL_fputs @603 621 fputwc = _CRTDLL_fputwc @604 1113 622 fputws = _MSVCRT_fputws @605 1114 fread = CRTDLL_fread @6061115 free = CRTDLL_free @6071116 freopen = CRTDLL_freopen @6081117 frexp = CRTDLL_frexp @6091118 fscanf = CRTDLL_fscanf @6101119 fseek = CRTDLL_fseek @6111120 fsetpos = CRTDLL_fsetpos @6121121 ftell = CRTDLL_ftell @6131122 fwprintf = CRTDLL_fwprintf @6141123 fwrite = CRTDLL_fwrite @6151124 fwscanf = CRTDLL_fwscanf @6161125 getc = CRTDLL_getc @6171126 getchar = CRTDLL_getchar @6181127 getenv = CRTDLL_getenv @6191128 gets = CRTDLL_gets @620623 fread = _CRTDLL_fread @606 624 free = _CRTDLL_free @607 625 freopen = _CRTDLL_freopen @608 626 frexp = _CRTDLL_frexp @609 627 fscanf = _CRTDLL_fscanf @610 628 fseek = _CRTDLL_fseek @611 629 fsetpos = _CRTDLL_fsetpos @612 630 ftell = _CRTDLL_ftell @613 631 fwprintf = _CRTDLL_fwprintf @614 632 fwrite = _CRTDLL_fwrite @615 633 fwscanf = _CRTDLL_fwscanf @616 634 getc = _CRTDLL_getc @617 635 getchar = _CRTDLL_getchar @618 636 getenv = _CRTDLL_getenv @619 637 gets = _CRTDLL_gets @620 1129 638 getwc = _MSVCRT_getwc @621 1130 639 getwchar = _MSVCRT_getwchar @622 1131 gmtime = CRTDLL_gmtime @6231132 is_wctype = CRTDLL_is_wctype @6241133 isalnum = CRTDLL_isalnum @6251134 isalpha = NTDLL_isalpha @6261135 iscntrl = CRTDLL_iscntrl @6271136 isdigit = NTDLL_isdigit @6281137 isgraph = CRTDLL_isgraph @6291138 isleadbyte = CRTDLL_isleadbyte @6301139 islower = NTDLL_islower @6311140 isprint = NTDLL_isprint @6321141 ispunct = CRTDLL_ispunct @6331142 isspace = NTDLL_isspace @6341143 isupper = NTDLL_isupper @6351144 iswalnum = CRTDLL_iswalnum @6361145 iswalpha = NTDLL_iswalpha @6371146 iswascii = CRTDLL_iswascii @6381147 iswcntrl = CRTDLL_iswcntrl @6391148 iswctype = NTDLL_iswctype @6401149 iswdigit = CRTDLL_iswdigit @6411150 iswgraph = CRTDLL_iswgraph @6421151 iswlower = CRTDLL_iswlower @6431152 iswprint = CRTDLL_iswprint @6441153 iswpunct = CRTDLL_iswpunct @6451154 iswspace = CRTDLL_iswspace @6461155 iswupper = CRTDLL_iswupper @6471156 iswxdigit = CRTDLL_iswxdigit @6481157 isxdigit = NTDLL_isxdigit @6491158 labs = NTDLL_labs @6501159 ldexp = CRTDLL_ldexp @6511160 ldiv = CRTDLL_ldiv @6521161 localeconv = CRTDLL_localeconv @6531162 localtime = CRTDLL_localtime @6541163 log = NTDLL_log @6551164 log10 = CRTDLL_log10 @6561165 longjmp = CRTDLL_longjmp @6571166 malloc = CRTDLL_malloc @6581167 mblen = CRTDLL_mblen @6591168 mbstowcs = NTDLL_mbstowcs @6601169 mbtowc = CRTDLL_mbtowc @6611170 memchr = NTDLL_memchr @6621171 memcmp = NTDLL_memcmp @6631172 memcpy = NTDLL_memcpy @6641173 memmove = KERNEL32_memmove @6651174 memset = NTDLL_memset @6661175 mktime = CRTDLL_mktime @6671176 modf = CRTDLL_modf @6681177 perror = CRTDLL_perror @6691178 pow = NTDLL_pow @6701179 printf = CRTDLL_printf @6711180 putc = CRTDLL_putc @6721181 putchar = CRTDLL_putchar @6731182 puts = CRTDLL_puts @674640 gmtime = _CRTDLL_gmtime @623 641 is_wctype = _CRTDLL_is_wctype @624 642 isalnum = _CRTDLL_isalnum @625 643 isalpha = _CRTDLL_isalpha @626 644 iscntrl = _CRTDLL_iscntrl @627 645 isdigit = _CRTDLL_isdigit @628 646 isgraph = _CRTDLL_isgraph @629 647 isleadbyte = _CRTDLL_isleadbyte @630 648 islower = _CRTDLL_islower @631 649 isprint = _CRTDLL_isprint @632 650 ispunct = _CRTDLL_ispunct @633 651 isspace = _CRTDLL_isspace @634 652 isupper = _CRTDLL_isupper @635 653 iswalnum = _CRTDLL_iswalnum @636 654 iswalpha = _CRTDLL_iswalpha @637 655 iswascii = _CRTDLL_iswascii @638 656 iswcntrl = _CRTDLL_iswcntrl @639 657 iswctype = _CRTDLL_iswctype @640 658 iswdigit = _CRTDLL_iswdigit @641 659 iswgraph = _CRTDLL_iswgraph @642 660 iswlower = _CRTDLL_iswlower @643 661 iswprint = _CRTDLL_iswprint @644 662 iswpunct = _CRTDLL_iswpunct @645 663 iswspace = _CRTDLL_iswspace @646 664 iswupper = _CRTDLL_iswupper @647 665 iswxdigit = _CRTDLL_iswxdigit @648 666 isxdigit = _CRTDLL_isxdigit @649 667 labs = _CRTDLL_labs @650 668 ldexp = _CRTDLL_ldexp @651 669 ldiv = _CRTDLL_ldiv @652 670 localeconv = _CRTDLL_localeconv @653 671 localtime = _CRTDLL_localtime @654 672 log = _CRTDLL_log @655 673 log10 = _CRTDLL_log10 @656 674 longjmp = _CRTDLL_longjmp @657 675 malloc = _CRTDLL_malloc @658 676 mblen = _CRTDLL_mblen @659 677 mbstowcs = _CRTDLL_mbstowcs @660 678 mbtowc = _CRTDLL_mbtowc @661 679 memchr = _CRTDLL_memchr @662 680 memcmp = _CRTDLL_memcmp @663 681 memcpy = _CRTDLL_memcpy @664 682 memmove = _CRTDLL_memmove @665 683 memset = _CRTDLL_memset @666 684 mktime = _CRTDLL_mktime @667 685 modf = _CRTDLL_modf @668 686 perror = _CRTDLL_perror @669 687 pow = _CRTDLL_pow @670 688 printf = _CRTDLL_printf @671 689 putc = _CRTDLL_putc @672 690 putchar = _CRTDLL_putchar @673 691 puts = _CRTDLL_puts @674 1183 692 putwc = _MSVCRT_putwc @675 1184 693 putwchar = _MSVCRT_putwchar @676 1185 qsort = NTDLL_qsort @6771186 raise = CRTDLL_raise @6781187 rand = CRTDLL_rand @6791188 realloc = CRTDLL_realloc @6801189 remove = CRTDLL_remove @6811190 rename = CRTDLL_rename @6821191 rewind = CRTDLL_rewind @6831192 scanf = CRTDLL_scanf @6841193 setbuf = CRTDLL_setbuf @6851194 setlocale = CRTDLL_setlocale @6861195 setvbuf = CRTDLL_setvbuf @6871196 signal = CRTDLL_signal @6881197 sin = NTDLL_sin @6891198 sinh = CRTDLL_sinh @6901199 sprintf = NTDLL_sprintf @6911200 sqrt = NTDLL_sqrt @6921201 srand = CRTDLL_srand @6931202 sscanf = NTDLL_sscanf @6941203 strcat = NTDLL_strcat @6951204 strchr = NTDLL_strchr @6961205 strcmp = NTDLL_strcmp @6971206 strcoll = CRTDLL_strcoll @6981207 strcpy = NTDLL_strcpy @6991208 1209 1210 strcspn = NTDLL_strcspn @7001211 strerror = CRTDLL_strerror @7011212 strftime = CRTDLL_strftime @7021213 strlen = NTDLL_strlen @7031214 strncat = NTDLL_strncat @7041215 strncmp = NTDLL_strncmp @7051216 strncpy = NTDLL_strncpy @7061217 strpbrk = NTDLL_strpbrk @7071218 strrchr = NTDLL_strrchr @7081219 strspn = NTDLL_strspn @7091220 strstr = NTDLL_strstr @7101221 strtod = CRTDLL_strtod @7111222 strtok = CRTDLL_strtok @7121223 strtol = CRTDLL_strtol @7131224 strtoul = CRTDLL_strtoul @7141225 strxfrm = CRTDLL_strxfrm @7151226 swprintf = NTDLL_swprintf @7161227 swscanf = CRTDLL_swscanf @7171228 system = CRTDLL_system @7181229 tan = NTDLL_tan @7191230 tanh = CRTDLL_tanh @7201231 time = CRTDLL_time @7211232 tmpfile = CRTDLL_tmpfile @7221233 tmpnam = CRTDLL_tmpnam @7231234 tolower = NTDLL_tolower @7241235 toupper = NTDLL_toupper @7251236 towlower = NTDLL_towlower @7261237 towupper = NTDLL_towupper @7271238 ungetc = CRTDLL_ungetc @7281239 ungetwc = CRTDLL_ungetwc @7291240 vfprintf = CRTDLL_vfprintf @7301241 vfwprintf = CRTDLL_vfwprintf @7311242 vprintf = CRTDLL_vprintf @7321243 vsprintf = NTDLL_vsprintf @7331244 vswprintf = CRTDLL_vswprintf @7341245 vwprintf = CRTDLL_vwprintf @7351246 wcscat = NTDLL_wcscat @7361247 wcschr = NTDLL_wcschr @7371248 wcscmp = NTDLL_wcscmp @7381249 wcscoll = CRTDLL_wcscoll @7391250 wcscpy = NTDLL_wcscpy @7401251 wcscspn = NTDLL_wcscspn @7411252 wcsftime = CRTDLL_wcsftime @7421253 wcslen = NTDLL_wcslen @7431254 wcsncat = NTDLL_wcsncat @7441255 wcsncmp = NTDLL_wcsncmp @7451256 wcsncpy = NTDLL_wcsncpy @7461257 wcspbrk = NTDLL_wcspbrk @7471258 wcsrchr = NTDLL_wcsrchr @7481259 wcsspn = NTDLL_wcsspn @7491260 wcsstr = NTDLL_wcsstr @7501261 wcstod = CRTDLL_wcstod @7511262 wcstok = NTDLL_wcstok @7521263 wcstol = NTDLL_wcstol @7531264 wcstombs = NTDLL_wcstombs @7541265 wcstoul = NTDLL_wcstoul @7551266 wcsxfrm = CRTDLL_wcsxfrm @7561267 wctomb = CRTDLL_wctomb @7571268 wprintf = CRTDLL_wprintf @7581269 wscanf = CRTDLL_wscanf @7591270 694 qsort = _CRTDLL_qsort @677 695 raise = _CRTDLL_raise @678 696 rand = _CRTDLL_rand @679 697 realloc = _CRTDLL_realloc @680 698 remove = _CRTDLL_remove @681 699 rename = _CRTDLL_rename @682 700 rewind = _CRTDLL_rewind @683 701 scanf = _CRTDLL_scanf @684 702 setbuf = _CRTDLL_setbuf @685 703 setlocale = _CRTDLL_setlocale @686 704 setvbuf = _CRTDLL_setvbuf @687 705 signal = _CRTDLL_signal @688 706 sin = _CRTDLL_sin @689 707 sinh = _CRTDLL_sinh @690 708 sprintf = _CRTDLL_sprintf @691 709 sqrt = _CRTDLL_sqrt @692 710 srand = _CRTDLL_srand @693 711 sscanf = _CRTDLL_sscanf @694 712 strcat = _CRTDLL_strcat @695 713 strchr = _CRTDLL_strchr @696 714 strcmp = _CRTDLL_strcmp @697 715 strcoll = _CRTDLL_strcoll @698 716 strcpy = _CRTDLL_strcpy @699 717 718 719 strcspn = _CRTDLL_strcspn @700 720 strerror = _CRTDLL_strerror @701 721 strftime = _CRTDLL_strftime @702 722 strlen = _CRTDLL_strlen @703 723 strncat = _CRTDLL_strncat @704 724 strncmp = _CRTDLL_strncmp @705 725 strncpy = _CRTDLL_strncpy @706 726 strpbrk = _CRTDLL_strpbrk @707 727 strrchr = _CRTDLL_strrchr @708 728 strspn = _CRTDLL_strspn @709 729 strstr = _CRTDLL_strstr @710 730 strtod = _CRTDLL_strtod @711 731 strtok = _CRTDLL_strtok @712 732 strtol = _CRTDLL_strtol @713 733 strtoul = _CRTDLL_strtoul @714 734 strxfrm = _CRTDLL_strxfrm @715 735 swprintf = _CRTDLL_swprintf @716 736 swscanf = _CRTDLL_swscanf @717 737 system = _CRTDLL_system @718 738 tan = _CRTDLL_tan @719 739 tanh = _CRTDLL_tanh @720 740 time = _CRTDLL_time @721 741 tmpfile = _CRTDLL_tmpfile @722 742 tmpnam = _CRTDLL_tmpnam @723 743 tolower = _CRTDLL_tolower @724 744 toupper = _CRTDLL_toupper @725 745 towlower = _CRTDLL_towlower @726 746 towupper = _CRTDLL_towupper @727 747 ungetc = _CRTDLL_ungetc @728 748 ungetwc = _CRTDLL_ungetwc @729 749 vfprintf = _CRTDLL_vfprintf @730 750 vfwprintf = _CRTDLL_vfwprintf @731 751 vprintf = _CRTDLL_vprintf @732 752 vsprintf = _CRTDLL_vsprintf @733 753 vswprintf = _CRTDLL_vswprintf @734 754 vwprintf = _CRTDLL_vwprintf @735 755 wcscat = _CRTDLL_wcscat @736 756 wcschr = _CRTDLL_wcschr @737 757 wcscmp = _CRTDLL_wcscmp @738 758 wcscoll = _CRTDLL_wcscoll @739 759 wcscpy = _CRTDLL_wcscpy @740 760 wcscspn = _CRTDLL_wcscspn @741 761 wcsftime = _CRTDLL_wcsftime @742 762 wcslen = _CRTDLL_wcslen @743 763 wcsncat = _CRTDLL_wcsncat @744 764 wcsncmp = _CRTDLL_wcsncmp @745 765 wcsncpy = _CRTDLL_wcsncpy @746 766 wcspbrk = _CRTDLL_wcspbrk @747 767 wcsrchr = _CRTDLL_wcsrchr @748 768 wcsspn = _CRTDLL_wcsspn @749 769 wcsstr = _CRTDLL_wcsstr @750 770 wcstod = _CRTDLL_wcstod @751 771 wcstok = _CRTDLL_wcstok @752 772 wcstol = _CRTDLL_wcstol @753 773 wcstombs = _CRTDLL_wcstombs @754 774 wcstoul = _CRTDLL_wcstoul @755 775 wcsxfrm = _CRTDLL_wcsxfrm @756 776 wctomb = _CRTDLL_wctomb @757 777 wprintf = _CRTDLL_wprintf @758 778 wscanf = _CRTDLL_wscanf @759 779
Note:
See TracChangeset
for help on using the changeset viewer.