source: trunk/src/msvcrt/msvcrt40.def@ 2013

Last change on this file since 2013 was 1896, checked in by sandervl, 26 years ago

JW's updates

File size: 44.2 KB
Line 
1; $Id: msvcrt40.def,v 1.1 1999-11-30 19:44:05 sandervl Exp $
2
3;Created by BLAST for IBM's compiler
4LIBRARY MSVCRT40 INITINSTANCE TERMINSTANCE
5DATA MULTIPLE NONSHARED
6
7IMPORTS
8; Forwarded APIs - KERNEL32
9 KERNEL32_memmove = KERNEL32.memmove
10
11; Forwarded APIs - NTDLL
12 NTDLL__CIpow = NTDLL._CIpow
13 NTDLL__ftol = NTDLL._ftol
14 NTDLL__itoa = NTDLL._itoa
15 NTDLL__ltoa = NTDLL._ltoa
16 NTDLL__memicmp = NTDLL._memicmp
17 NTDLL__snprintf = NTDLL._snprintf
18 NTDLL__snwprintf = NTDLL._snwprintf
19 NTDLL__splitpath = NTDLL._splitpath
20 NTDLL__strcmpi = NTDLL._strcmpi
21 NTDLL__stricmp = NTDLL._stricmp
22 NTDLL__strlwr = NTDLL._strlwr
23 NTDLL__strnicmp = NTDLL._strnicmp
24 NTDLL__strupr = NTDLL._strupr
25 NTDLL__ultoa = NTDLL._ultoa
26 NTDLL__vsnprintf = NTDLL._vsnprintf
27 NTDLL__wcsicmp = NTDLL._wcsicmp
28 NTDLL__wcslwr = NTDLL._wcslwr
29 NTDLL__wcsnicmp = NTDLL._wcsnicmp
30 NTDLL__wcsupr = NTDLL._wcsupr
31 NTDLL__wtoi = NTDLL._wtoi
32 NTDLL__wtol = NTDLL._wtol
33 NTDLL_abs = NTDLL.abs
34 NTDLL_atan = NTDLL.atan
35 NTDLL_atoi = NTDLL.atoi
36 NTDLL_atol = NTDLL.atol
37 NTDLL_ceil = NTDLL.ceil
38 NTDLL_cos = NTDLL.cos
39 NTDLL_fabs = NTDLL.fabs
40 NTDLL_floor = NTDLL.floor
41 NTDLL_isalpha = NTDLL.isalpha
42 NTDLL_isdigit = NTDLL.isdigit
43 NTDLL_islower = NTDLL.islower
44 NTDLL_isprint = NTDLL.isprint
45 NTDLL_isspace = NTDLL.isspace
46 NTDLL_isupper = NTDLL.isupper
47 NTDLL_iswalpha = NTDLL.iswalpha
48 NTDLL_iswctype = NTDLL.iswctype
49 NTDLL_isxdigit = NTDLL.isxdigit
50 NTDLL_labs = NTDLL.labs
51 NTDLL_log = NTDLL.log
52 NTDLL_mbstowcs = NTDLL.mbstowcs
53 NTDLL_memchr = NTDLL.memchr
54 NTDLL_memcmp = NTDLL.memcmp
55 NTDLL_memcpy = NTDLL.memcpy
56 NTDLL_memset = NTDLL.memset
57 NTDLL_pow = NTDLL.pow
58 NTDLL_qsort = NTDLL.qsort
59 NTDLL_sin = NTDLL.sin
60 NTDLL_sprintf = NTDLL.sprintf
61 NTDLL_sqrt = NTDLL.sqrt
62 NTDLL_sscanf = NTDLL.sscanf
63 NTDLL_strcat = NTDLL.strcat
64 NTDLL_strchr = NTDLL.strchr
65 NTDLL_strcmp = NTDLL.strcmp
66 NTDLL_strcpy = NTDLL.strcpy
67 NTDLL_strcspn = NTDLL.strcspn
68 NTDLL_strlen = NTDLL.strlen
69 NTDLL_strncat = NTDLL.strncat
70 NTDLL_strncmp = NTDLL.strncmp
71 NTDLL_strncpy = NTDLL.strncpy
72 NTDLL_strpbrk = NTDLL.strpbrk
73 NTDLL_strrchr = NTDLL.strrchr
74 NTDLL_strspn = NTDLL.strspn
75 NTDLL_strstr = NTDLL.strstr
76 NTDLL_swprintf = NTDLL.swprintf
77 NTDLL_tan = NTDLL.tan
78 NTDLL_tolower = NTDLL.tolower
79 NTDLL_toupper = NTDLL.toupper
80 NTDLL_towlower = NTDLL.towlower
81 NTDLL_towupper = NTDLL.towupper
82 NTDLL_vsprintf = NTDLL.vsprintf
83 NTDLL_wcscat = NTDLL.wcscat
84 NTDLL_wcschr = NTDLL.wcschr
85 NTDLL_wcscmp = NTDLL.wcscmp
86 NTDLL_wcscpy = NTDLL.wcscpy
87 NTDLL_wcscspn = NTDLL.wcscspn
88 NTDLL_wcslen = NTDLL.wcslen
89 NTDLL_wcsncat = NTDLL.wcsncat
90 NTDLL_wcsncmp = NTDLL.wcsncmp
91 NTDLL_wcsncpy = NTDLL.wcsncpy
92 NTDLL_wcspbrk = NTDLL.wcspbrk
93 NTDLL_wcsrchr = NTDLL.wcsrchr
94 NTDLL_wcsspn = NTDLL.wcsspn
95 NTDLL_wcsstr = NTDLL.wcsstr
96 NTDLL_wcstok = NTDLL.wcstok
97 NTDLL_wcstol = NTDLL.wcstol
98 NTDLL_wcstombs = NTDLL.wcstombs
99 NTDLL_wcstoul = NTDLL.wcstoul
100
101; Forwarded APIs - CRTDLL
102 CRTDLL___dllonexit = CRTDLL.__dllonexit
103 CRTDLL___doserrno = CRTDLL.__doserrno
104 CRTDLL___fpecode = CRTDLL.__fpecode
105 CRTDLL___isascii = CRTDLL.__isascii
106 CRTDLL___iscsym = CRTDLL.__iscsym
107 CRTDLL___iscsymf = CRTDLL.__iscsymf
108 CRTDLL___threadhandle = CRTDLL.__threadhandle
109 CRTDLL___threadid = CRTDLL.__threadid
110
111 CRTDLL__CIacos = CRTDLL._CIacos
112 CRTDLL__CIasin = CRTDLL._CIasin
113 CRTDLL__CIatan = CRTDLL._CIatan
114 CRTDLL__CIatan2 = CRTDLL._CIatan2
115 CRTDLL__CIcos = CRTDLL._CIcos
116 CRTDLL__CIcosh = CRTDLL._CIcosh
117 CRTDLL__CIexp = CRTDLL._CIexp
118 CRTDLL__CIfmod = CRTDLL._CIfmod
119 CRTDLL__CIlog = CRTDLL._CIlog
120 CRTDLL__CIlog10 = CRTDLL._CIlog10
121 CRTDLL__CIsin = CRTDLL._CIsin
122 CRTDLL__CIsinh = CRTDLL._CIsinh
123 CRTDLL__CIsqrt = CRTDLL._CIsqrt
124 CRTDLL__CItan = CRTDLL._CItan
125 CRTDLL__CItanh = CRTDLL._CItanh
126 CRTDLL__abnormal_termination = CRTDLL._abnormal_termination
127 CRTDLL__access = CRTDLL._access
128 CRTDLL__amsg_exit = CRTDLL._amsg_exit
129 CRTDLL__assert = CRTDLL._assert
130 CRTDLL__beep = CRTDLL._beep
131 CRTDLL__beginthread = CRTDLL._beginthread
132 CRTDLL__c_exit = CRTDLL._c_exit
133 CRTDLL__cabs = CRTDLL._cabs
134 CRTDLL__cexit = CRTDLL._cexit
135 CRTDLL__cgets = CRTDLL._cgets
136 CRTDLL__chdir = CRTDLL._chdir
137 CRTDLL__chdrive = CRTDLL._chdrive
138 CRTDLL__chgsign = CRTDLL._chgsign
139 CRTDLL__chmod = CRTDLL._chmod
140 CRTDLL__chsize = CRTDLL._chsize
141 CRTDLL__clearfp = CRTDLL._clearfp
142 CRTDLL__close = CRTDLL._close
143 CRTDLL__commit = CRTDLL._commit
144 CRTDLL__control87 = CRTDLL._control87
145 CRTDLL__controlfp = CRTDLL._controlfp
146 CRTDLL__copysign = CRTDLL._copysign
147 CRTDLL__cprintf = CRTDLL._cprintf
148 CRTDLL__cputs = CRTDLL._cputs
149 CRTDLL__creat = CRTDLL._creat
150 CRTDLL__cscanf = CRTDLL._cscanf
151 CRTDLL__cwait = CRTDLL._cwait
152 CRTDLL__dup = CRTDLL._dup
153 CRTDLL__dup2 = CRTDLL._dup2
154 CRTDLL__ecvt = CRTDLL._ecvt
155 CRTDLL__endthread = CRTDLL._endthread
156 CRTDLL__eof = CRTDLL._eof
157 CRTDLL__errno = CRTDLL._errno
158 CRTDLL__except_handler2 = CRTDLL._except_handler2
159 CRTDLL__execl = CRTDLL._execl
160 CRTDLL__execle = CRTDLL._execle
161 CRTDLL__execlp = CRTDLL._execlp
162 CRTDLL__execlpe = CRTDLL._execlpe
163 CRTDLL__execv = CRTDLL._execv
164 CRTDLL__execve = CRTDLL._execve
165 CRTDLL__execvp = CRTDLL._execvp
166 CRTDLL__execvpe = CRTDLL._execvpe
167 CRTDLL__exit = CRTDLL._exit
168 CRTDLL__expand = CRTDLL._expand
169 CRTDLL__fcloseall = CRTDLL._fcloseall
170 CRTDLL__fcvt = CRTDLL._fcvt
171 CRTDLL__fdopen = CRTDLL._fdopen
172 CRTDLL__fgetchar = CRTDLL._fgetchar
173 CRTDLL__fgetwchar = CRTDLL._fgetwchar
174 CRTDLL__filbuf = CRTDLL._filbuf
175 CRTDLL__filelength = CRTDLL._filelength
176 CRTDLL__fileno = CRTDLL._fileno
177 CRTDLL__findclose = CRTDLL._findclose
178 CRTDLL__findfirst = CRTDLL._findfirst
179 CRTDLL__findnext = CRTDLL._findnext
180 CRTDLL__finite = CRTDLL._finite
181 CRTDLL__flsbuf = CRTDLL._flsbuf
182 CRTDLL__flushall = CRTDLL._flushall
183 CRTDLL__fpclass = CRTDLL._fpclass
184 CRTDLL__fpieee_flt = CRTDLL._fpieee_flt
185 CRTDLL__fpreset = CRTDLL._fpreset
186 CRTDLL__fputchar = CRTDLL._fputchar
187 CRTDLL__fputwchar = CRTDLL._fputwchar
188 CRTDLL__fsopen = CRTDLL._fsopen
189 CRTDLL__fstat = CRTDLL._fstat
190 CRTDLL__ftime = CRTDLL._ftime
191 CRTDLL__fullpath = CRTDLL._fullpath
192 CRTDLL__futime = CRTDLL._futime
193 CRTDLL__gcvt = CRTDLL._gcvt
194 CRTDLL__get_osfhandle = CRTDLL._get_osfhandle
195 CRTDLL__getch = CRTDLL._getch
196 CRTDLL__getche = CRTDLL._getche
197 CRTDLL__getcwd = CRTDLL._getcwd
198 CRTDLL__getdcwd = CRTDLL._getdcwd
199 CRTDLL__getdiskfree = CRTDLL._getdiskfree
200 CRTDLL__getdrive = CRTDLL._getdrive
201 CRTDLL__getdrives = CRTDLL._getdrives
202 CRTDLL__getpid = CRTDLL._getpid
203 CRTDLL__getsystime = CRTDLL._getsystime
204 CRTDLL__getw = CRTDLL._getw
205 CRTDLL__getws = CRTDLL._getws
206 CRTDLL__global_unwind2 = CRTDLL._global_unwind2
207 CRTDLL__heapchk = CRTDLL._heapchk
208 CRTDLL__heapmin = CRTDLL._heapmin
209 CRTDLL__heapset = CRTDLL._heapset
210 CRTDLL__heapwalk = CRTDLL._heapwalk
211 CRTDLL__hypot = CRTDLL._hypot
212 CRTDLL__iob = CRTDLL._iob
213 CRTDLL__isatty = CRTDLL._isatty
214 CRTDLL__isctype = CRTDLL._isctype
215 CRTDLL__ismbbalnum = CRTDLL._ismbbalnum
216 CRTDLL__ismbbalpha = CRTDLL._ismbbalpha
217 CRTDLL__ismbbgraph = CRTDLL._ismbbgraph
218 CRTDLL__ismbbkalnum = CRTDLL._ismbbkalnum
219 CRTDLL__ismbbkana = CRTDLL._ismbbkana
220 CRTDLL__ismbbkpunct = CRTDLL._ismbbkpunct
221 CRTDLL__ismbblead = CRTDLL._ismbblead
222 CRTDLL__ismbbprint = CRTDLL._ismbbprint
223 CRTDLL__ismbbpunct = CRTDLL._ismbbpunct
224 CRTDLL__ismbbtrail = CRTDLL._ismbbtrail
225 CRTDLL__ismbcalpha = CRTDLL._ismbcalpha
226 CRTDLL__ismbcdigit = CRTDLL._ismbcdigit
227 CRTDLL__ismbchira = CRTDLL._ismbchira
228 CRTDLL__ismbckata = CRTDLL._ismbckata
229 CRTDLL__ismbcl0 = CRTDLL._ismbcl0
230 CRTDLL__ismbcl1 = CRTDLL._ismbcl1
231 CRTDLL__ismbcl2 = CRTDLL._ismbcl2
232 CRTDLL__ismbclegal = CRTDLL._ismbclegal
233 CRTDLL__ismbclower = CRTDLL._ismbclower
234 CRTDLL__ismbcprint = CRTDLL._ismbcprint
235 CRTDLL__ismbcspace = CRTDLL._ismbcspace
236 CRTDLL__ismbcsymbol = CRTDLL._ismbcsymbol
237 CRTDLL__ismbcupper = CRTDLL._ismbcupper
238 CRTDLL__ismbslead = CRTDLL._ismbslead
239 CRTDLL__ismbstrail = CRTDLL._ismbstrail
240 CRTDLL__isnan = CRTDLL._isnan
241 CRTDLL__j0 = CRTDLL._j0
242 CRTDLL__j1 = CRTDLL._j1
243 CRTDLL__jn = CRTDLL._jn
244 CRTDLL__kbhit = CRTDLL._kbhit
245 CRTDLL__lfind = CRTDLL._lfind
246 CRTDLL__loaddll = CRTDLL._loaddll
247 CRTDLL__local_unwind2 = CRTDLL._local_unwind2
248 CRTDLL__locking = CRTDLL._locking
249 CRTDLL__logb = CRTDLL._logb
250 CRTDLL__lrotl = CRTDLL._lrotl
251 CRTDLL__lrotr = CRTDLL._lrotr
252 CRTDLL__lsearch = CRTDLL._lsearch
253 CRTDLL__lseek = CRTDLL._lseek
254 CRTDLL__makepath = CRTDLL._makepath
255 CRTDLL__mbbtombc = CRTDLL._mbbtombc
256 CRTDLL__mbbtype = CRTDLL._mbbtype
257 CRTDLL__mbccpy = CRTDLL._mbccpy
258 CRTDLL__mbcjistojms = CRTDLL._mbcjistojms
259 CRTDLL__mbcjmstojis = CRTDLL._mbcjmstojis
260 CRTDLL__mbclen = CRTDLL._mbclen
261 CRTDLL__mbctohira = CRTDLL._mbctohira
262 CRTDLL__mbctokata = CRTDLL._mbctokata
263 CRTDLL__mbctolower = CRTDLL._mbctolower
264 CRTDLL__mbctombb = CRTDLL._mbctombb
265 CRTDLL__mbctoupper = CRTDLL._mbctoupper
266 CRTDLL__mbsbtype = CRTDLL._mbsbtype
267 CRTDLL__mbscat = CRTDLL._mbscat
268 CRTDLL__mbschr = CRTDLL._mbschr
269 CRTDLL__mbscmp = CRTDLL._mbscmp
270 CRTDLL__mbscpy = CRTDLL._mbscpy
271 CRTDLL__mbscspn = CRTDLL._mbscspn
272 CRTDLL__mbsdec = CRTDLL._mbsdec
273 CRTDLL__mbsdup = CRTDLL._mbsdup
274 CRTDLL__mbsicmp = CRTDLL._mbsicmp
275 CRTDLL__mbsinc = CRTDLL._mbsinc
276 CRTDLL__mbslen = CRTDLL._mbslen
277 CRTDLL__mbslwr = CRTDLL._mbslwr
278 CRTDLL__mbsnbcat = CRTDLL._mbsnbcat
279 CRTDLL__mbsnbcmp = CRTDLL._mbsnbcmp
280 CRTDLL__mbsnbcnt = CRTDLL._mbsnbcnt
281 CRTDLL__mbsnbcpy = CRTDLL._mbsnbcpy
282 CRTDLL__mbsnbicmp = CRTDLL._mbsnbicmp
283 CRTDLL__mbsnbset = CRTDLL._mbsnbset
284 CRTDLL__mbsncat = CRTDLL._mbsncat
285 CRTDLL__mbsnccnt = CRTDLL._mbsnccnt
286 CRTDLL__mbsncmp = CRTDLL._mbsncmp
287 CRTDLL__mbsncpy = CRTDLL._mbsncpy
288 CRTDLL__mbsnextc = CRTDLL._mbsnextc
289 CRTDLL__mbsnicmp = CRTDLL._mbsnicmp
290 CRTDLL__mbsninc = CRTDLL._mbsninc
291 CRTDLL__mbsnset = CRTDLL._mbsnset
292 CRTDLL__mbspbrk = CRTDLL._mbspbrk
293 CRTDLL__mbsrchr = CRTDLL._mbsrchr
294 CRTDLL__mbsrev = CRTDLL._mbsrev
295 CRTDLL__mbsset = CRTDLL._mbsset
296 CRTDLL__mbsspn = CRTDLL._mbsspn
297 CRTDLL__mbsspnp = CRTDLL._mbsspnp
298 CRTDLL__mbsstr = CRTDLL._mbsstr
299 CRTDLL__mbstok = CRTDLL._mbstok
300 CRTDLL__mbstrlen = CRTDLL._mbstrlen
301 CRTDLL__mbsupr = CRTDLL._mbsupr
302 CRTDLL__memccpy = CRTDLL._memccpy
303 CRTDLL__mkdir = CRTDLL._mkdir
304 CRTDLL__mktemp = CRTDLL._mktemp
305 CRTDLL__msize = CRTDLL._msize
306 CRTDLL__nextafter = CRTDLL._nextafter
307 CRTDLL__onexit = CRTDLL._onexit
308 CRTDLL__open = CRTDLL._open
309 CRTDLL__open_osfhandle = CRTDLL._open_osfhandle
310 CRTDLL__pclose = CRTDLL._pclose
311 CRTDLL__pipe = CRTDLL._pipe
312 CRTDLL__popen = CRTDLL._popen
313 CRTDLL__purecall = CRTDLL._purecall
314 CRTDLL__putch = CRTDLL._putch
315 CRTDLL__putenv = CRTDLL._putenv
316 CRTDLL__putw = CRTDLL._putw
317 CRTDLL__read = CRTDLL._read
318 CRTDLL__rmdir = CRTDLL._rmdir
319 CRTDLL__rmtmp = CRTDLL._rmtmp
320 CRTDLL__rotl = CRTDLL._rotl
321 CRTDLL__rotr = CRTDLL._rotr
322 CRTDLL__scalb = CRTDLL._scalb
323 CRTDLL__searchenv = CRTDLL._searchenv
324 CRTDLL__setjmp = CRTDLL._setjmp
325 CRTDLL__setmode = CRTDLL._setmode
326 CRTDLL__seterrormode = CRTDLL._seterrormode
327 CRTDLL__setsystime = CRTDLL._setsystime
328 CRTDLL__spawnl = CRTDLL._spawnl
329 CRTDLL__spawnle = CRTDLL._spawnle
330 CRTDLL__spawnlp = CRTDLL._spawnlp
331 CRTDLL__spawnlpe = CRTDLL._spawnlpe
332 CRTDLL__spawnv = CRTDLL._spawnv
333 CRTDLL__spawnve = CRTDLL._spawnve
334 CRTDLL__spawnvp = CRTDLL._spawnvp
335 CRTDLL__spawnvpe = CRTDLL._spawnvpe
336 CRTDLL__sleep = CRTDLL._sleep
337 CRTDLL__sopen = CRTDLL._sopen
338 CRTDLL__stat = CRTDLL._stat
339 CRTDLL__statusfp = CRTDLL._statusfp
340 CRTDLL__strdate = CRTDLL._strdate
341 CRTDLL__strdup = CRTDLL._strdup
342 CRTDLL__strerror = CRTDLL._strerror
343 CRTDLL__stricoll = CRTDLL._stricoll
344 CRTDLL__strnset = CRTDLL._strnset
345 CRTDLL__strrev = CRTDLL._strrev
346 CRTDLL__strset = CRTDLL._strset
347 CRTDLL__strtime = CRTDLL._strtime
348 CRTDLL__swab = CRTDLL._swab
349 CRTDLL__sys_errlist = CRTDLL.sys_errlist
350 CRTDLL__tell = CRTDLL._tell
351 CRTDLL__tempnam = CRTDLL._tempnam
352 CRTDLL__tolower = CRTDLL._tolower
353 CRTDLL__toupper = CRTDLL._toupper
354 CRTDLL__tzset = CRTDLL._tzset
355 CRTDLL__tzname = CRTDLL._tzname
356 CRTDLL__ungetch = CRTDLL._ungetch
357 CRTDLL__unlink = CRTDLL._unlink
358 CRTDLL__unloaddll = CRTDLL._unloaddll
359 CRTDLL__utime = CRTDLL._utime
360 CRTDLL__vsnwprintf = CRTDLL._vsnwprintf
361 CRTDLL__wcsdup = CRTDLL._wcsdup
362 CRTDLL__wcsicoll = CRTDLL._wcsicoll
363 CRTDLL__wcsnset = CRTDLL._wcsnset
364 CRTDLL__wcsrev = CRTDLL._wcsrev
365 CRTDLL__wcsset = CRTDLL._wcsset
366 CRTDLL__write = CRTDLL._write
367 CRTDLL__XcptFilter = CRTDLL._XcptFilter
368 CRTDLL__y0 = CRTDLL._y0
369 CRTDLL__y1 = CRTDLL._y1
370 CRTDLL__yn = CRTDLL._yn
371 CRTDLL_abort = CRTDLL.abort
372 CRTDLL_acos = CRTDLL.acos
373 CRTDLL_asctime = CRTDLL.asctime
374 CRTDLL_asin = CRTDLL.asin
375 CRTDLL_atan2 = CRTDLL.atan2
376 CRTDLL_atexit = CRTDLL.atexit
377 CRTDLL_atof = CRTDLL.atof
378 CRTDLL_bsearch = CRTDLL.bsearch
379 CRTDLL_calloc = CRTDLL.calloc
380 CRTDLL_clearerr = CRTDLL.clearerr
381 CRTDLL_clock = CRTDLL.clock
382 CRTDLL_cosh = CRTDLL.cosh
383 CRTDLL_ctime = CRTDLL.ctime
384 CRTDLL_ctype = CRTDLL.ctype
385 CRTDLL_difftime = CRTDLL.difftime
386 CRTDLL_div = CRTDLL.div
387 CRTDLL_exit = CRTDLL.exit
388 CRTDLL_exp = CRTDLL.exp
389 CRTDLL_fclose = CRTDLL.fclose
390 CRTDLL_feof = CRTDLL.feof
391 CRTDLL_ferror = CRTDLL.ferror
392 CRTDLL_fflush = CRTDLL.fflush
393 CRTDLL_fgetc = CRTDLL.fgetc
394 CRTDLL_fgetpos = CRTDLL.fgetpos
395 CRTDLL_fgets = CRTDLL.fgets
396 CRTDLL_fgetwc = CRTDLL.fgetwc
397 CRTDLL_fmod = CRTDLL.fmod
398 CRTDLL_fopen = CRTDLL.fopen
399 CRTDLL_fprintf = CRTDLL.fprintf
400 CRTDLL_fputc = CRTDLL.fputc
401 CRTDLL_fputs = CRTDLL.fputs
402 CRTDLL_fputwc = CRTDLL.fputwc
403 CRTDLL_fread = CRTDLL.fread
404 CRTDLL_free = CRTDLL.free
405 CRTDLL_freopen = CRTDLL.freopen
406 CRTDLL_frexp = CRTDLL.frexp
407 CRTDLL_fscanf = CRTDLL.fscanf
408 CRTDLL_fseek = CRTDLL.fseek
409 CRTDLL_fsetpos = CRTDLL.fsetpos
410 CRTDLL_ftell = CRTDLL.ftell
411 CRTDLL_fwprintf = CRTDLL.fwprintf
412 CRTDLL_fwrite = CRTDLL.fwrite
413 CRTDLL_fwscanf = CRTDLL.fwscanf
414 CRTDLL_getc = CRTDLL.getc
415 CRTDLL_getchar = CRTDLL.getchar
416 CRTDLL_getenv = CRTDLL.getenv
417 CRTDLL_gets = CRTDLL.gets
418 CRTDLL_gmtime = CRTDLL.gmtime
419 CRTDLL_is_wctype = CRTDLL.is_wctype
420 CRTDLL_isalnum = CRTDLL.isalnum
421 CRTDLL_iscntrl = CRTDLL.iscntrl
422 CRTDLL_isgraph = CRTDLL.isgraph
423 CRTDLL_isleadbyte = CRTDLL.isleadbyte
424 CRTDLL_ispunct = CRTDLL.ispunct
425 CRTDLL_iswalnum = CRTDLL.iswalnum
426 CRTDLL_iswascii = CRTDLL.iswascii
427 CRTDLL_iswcntrl = CRTDLL.iswcntrl
428 CRTDLL_iswdigit = CRTDLL.iswdigit
429 CRTDLL_iswgraph = CRTDLL.iswgraph
430 CRTDLL_iswlower = CRTDLL.iswlower
431 CRTDLL_iswprint = CRTDLL.iswprint
432 CRTDLL_iswpunct = CRTDLL.iswpunct
433 CRTDLL_iswspace = CRTDLL.iswspace
434 CRTDLL_iswupper = CRTDLL.iswupper
435 CRTDLL_iswxdigit = CRTDLL.iswxdigit
436 CRTDLL_ldexp = CRTDLL.ldexp
437 CRTDLL_ldiv = CRTDLL.ldiv
438 CRTDLL_localeconv = CRTDLL.localeconv
439 CRTDLL_localtime = CRTDLL.localtime
440 CRTDLL_log10 = CRTDLL.log10
441 CRTDLL_longjmp = CRTDLL.longjmp
442 CRTDLL_malloc = CRTDLL.malloc
443 CRTDLL_mbctype = CRTDLL.mbctype
444 CRTDLL_mblen = CRTDLL.mblen
445 CRTDLL_mbtowc = CRTDLL.mbtowc
446 CRTDLL_mktime = CRTDLL.mktime
447 CRTDLL_modf = CRTDLL.modf
448 CRTDLL_perror = CRTDLL.perror
449 CRTDLL_printf = CRTDLL.printf
450 CRTDLL_putc = CRTDLL.putc
451 CRTDLL_putchar = CRTDLL.putchar
452 CRTDLL_puts = CRTDLL.puts
453 CRTDLL_raise = CRTDLL.raise
454 CRTDLL_rand = CRTDLL.rand
455 CRTDLL_realloc = CRTDLL.realloc
456 CRTDLL_remove = CRTDLL.remove
457 CRTDLL_rename = CRTDLL.rename
458 CRTDLL_rewind = CRTDLL.rewind
459 CRTDLL_scanf = CRTDLL.scanf
460 CRTDLL_setbuf = CRTDLL.setbuf
461 CRTDLL_setlocale = CRTDLL.setlocale
462 CRTDLL_setvbuf = CRTDLL.setvbuf
463 CRTDLL_signal = CRTDLL.signal
464 CRTDLL_sinh = CRTDLL.sinh
465 CRTDLL_srand = CRTDLL.srand
466 CRTDLL_strcoll = CRTDLL.strcoll
467 CRTDLL_strerror = CRTDLL.strerror
468 CRTDLL_strftime = CRTDLL.strftime
469 CRTDLL_strtod = CRTDLL.strtod
470 CRTDLL_strtok = CRTDLL.strtok
471 CRTDLL_strtol = CRTDLL.strtol
472 CRTDLL_strtoul = CRTDLL.strtoul
473 CRTDLL_strxfrm = CRTDLL.strxfrm
474 CRTDLL_swscanf = CRTDLL.swscanf
475 CRTDLL_system = CRTDLL.system
476 CRTDLL_tanh = CRTDLL.tanh
477 CRTDLL_time = CRTDLL.time
478 CRTDLL_tmpfile = CRTDLL.tmpfile
479 CRTDLL_tmpnam = CRTDLL.tmpnam
480 CRTDLL_ungetc = CRTDLL.ungetc
481 CRTDLL_ungetwc = CRTDLL.ungetwc
482 CRTDLL_vfprintf = CRTDLL.vfprintf
483 CRTDLL_vfwprintf = CRTDLL.vfwprintf
484 CRTDLL_vprintf = CRTDLL.vprintf
485 CRTDLL_vswprintf = CRTDLL.vswprintf
486 CRTDLL_vwprintf = CRTDLL.vwprintf
487 CRTDLL_wcscoll = CRTDLL.wcscoll
488 CRTDLL_wcsftime = CRTDLL.wcsftime
489 CRTDLL_wcstod = CRTDLL.wcstod
490 CRTDLL_wcsxfrm = CRTDLL.wcsxfrm
491 CRTDLL_wctomb = CRTDLL.wctomb
492 CRTDLL_wprintf = CRTDLL.wprintf
493 CRTDLL_wscanf = CRTDLL.wscanf
494
495EXPORTS
496 ??0__non_rtti_object@@QAE@ABV0@@Z = _MSVCRT_EXP1 @3
497 ??0__non_rtti_object@@QAE@PBD@Z = _MSVCRT_EXP2 @4
498 ??0bad_cast@@QAE@ABQBD@Z = _MSVCRT_EXP3 @5
499 ??0bad_cast@@QAE@ABV0@@Z = _MSVCRT_EXP4 @6
500 ??0bad_typeid@@QAE@ABV0@@Z = _MSVCRT_EXP5 @7
501 ??0bad_typeid@@QAE@PBD@Z = _MSVCRT_EXP6 @8
502 ??0exception@@QAE@ABQBD@Z = _MSVCRT_EXP7 @9
503 ??0exception@@QAE@ABV0@@Z = _MSVCRT_EXP8 @10
504 ??0exception@@QAE@XZ = _MSVCRT_EXP9 @11
505 ??1__non_rtti_object@@UAE@XZ = _MSVCRT_EXP10 @73
506 ??1bad_cast@@UAE@XZ = _MSVCRT_EXP11 @74
507 ??1bad_typeid@@UAE@XZ = _MSVCRT_EXP12 @75
508 ??1exception@@UAE@XZ = _MSVCRT_EXP13 @76
509 ??1type_info@@UAE@XZ = _MSVCRT_EXP14 @95
510 ??2@YAPAXI@Z = _MSVCRT_new @96
511 ??3@YAXPAX@Z = _MSVCRT_delete @97
512 ??4__non_rtti_object@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP17 @99
513
514
515 ??4bad_cast@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP18 @100
516 ??4bad_typeid@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP19 @101
517 ??4exception@@QAEAAV0@ABV0@@Z = _MSVCRT_EXP20 @102
518 ??8type_info@@QBEHABV0@@Z = _MSVCRT_EXP21 @166
519 ??9type_info@@QBEHABV0@@Z = _MSVCRT_EXP22 @167
520 ??_7__non_rtti_object@@6B@ = _MSVCRT_EXP23 @169
521 ??_7bad_cast@@6B@ = _MSVCRT_EXP24 @170
522 ??_7bad_typeid@@6B@ = _MSVCRT_EXP25 @171
523 ??_7exception@@6B@ = _MSVCRT_EXP26 @172
524
525
526 ??_E__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP27 @220
527 ??_Ebad_cast@@UAEPAXI@Z = _MSVCRT_EXP28 @221
528 ??_Ebad_typeid@@UAEPAXI@Z = _MSVCRT_EXP29 @222
529 ??_Eexception@@UAEPAXI@Z = _MSVCRT_EXP30 @223
530 ??_G__non_rtti_object@@UAEPAXI@Z = _MSVCRT_EXP31 @243
531 ??_Gbad_cast@@UAEPAXI@Z = _MSVCRT_EXP32 @244
532 ??_Gbad_typeid@@UAEPAXI@Z = _MSVCRT_EXP34 @245
533 ??_Gexception@@UAEPAXI@Z = _MSVCRT_EXP34 @246
534 ?_query_new_handler@@YAP6AHI@ZXZ = _MSVCRT_EXP35 @265
535 ?_query_new_mode@@YAHXZ = _MSVCRT_EXP36 @266
536 ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _MSVCRT_set_new_handler @267
537 ?_set_new_mode@@YAHH@Z = _MSVCRT_EXP38 @268
538 ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = _MSVCRT_EXP39 @269
539 ?before@type_info@@QBEHABV1@@Z = _MSVCRT_EXP40 @279
540
541
542 ?name@type_info@@QBEPBDXZ = _MSVCRT_EXP41 @357
543 ?raw_name@type_info@@QBEPBDXZ = _MSVCRT_EXP42 @385
544
545
546 ?set_new_handler@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP43 @408
547 ?set_terminate@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP44 @409
548 ?set_unexpected@@YAP6AXXZP6AXXZ@Z = _MSVCRT_EXP45 @410
549 ?terminate@@YAXXZ = _MSVCRT_EXP46 @453
550 ?unexpected@@YAXXZ = _MSVCRT_EXP47 @462
551 ?what@exception@@UBEPBDXZ = _MSVCRT_EXP48 @468
552 $I10_OUTPUT = _MSVCRT_EXP49 @483
553 _CIacos = CRTDLL__CIacos @484
554 _CIasin = CRTDLL__CIasin @485
555 _CIatan = CRTDLL__CIatan @486
556 _CIatan2 = CRTDLL__CIatan2 @487
557 _CIcos = CRTDLL__CIcos @488
558 _CIcosh = CRTDLL__CIcosh @489
559 _CIexp = CRTDLL__CIexp @490
560 _CIfmod = CRTDLL__CIfmod @491
561 _CIlog = CRTDLL__CIlog @492
562 _CIlog10 = CRTDLL__CIlog10 @493
563 _CIpow = NTDLL__CIpow @494
564 _CIsin = CRTDLL__CIsin @495
565 _CIsinh = CRTDLL__CIsinh @496
566 _CIsqrt = CRTDLL__CIsqrt @497
567 _CItan = CRTDLL__CItan @498
568 _CItanh = CRTDLL__CItanh @499
569
570
571 _CxxThrowException = _MSVCRT__CxxThrowException @500
572 _EH_prolog = _MSVCRT__EH_prolog @501
573 _HUGE = MSVCRT__HUGE @502
574 _XcptFilter = CRTDLL__XcptFilter @503
575 __CxxFrameHandler = _MSVCRT___CxxFrameHandler @504
576; __CxxLongjmpUnwind @505
577; __RTCastToVoid @506
578; __RTDynamicCast @507
579; __RTtypeid @508
580; __STRINGTOLD @509
581 __argc = MSVCRT___argc @510
582 __argv = MSVCRT___argv @511
583 __dllonexit = CRTDLL___dllonexit @512
584 __doserrno = CRTDLL___doserrno @513
585 __fpecode = CRTDLL___fpecode @514
586 __getmainargs = _MSVCRT___GetMainArgs @515
587 __initenv = _MSVCRT___initenv @516
588 __isascii = CRTDLL___isascii @517
589 __iscsym = CRTDLL___iscsym @518
590 __iscsymf = CRTDLL___iscsymf @519
591; __lconv_init @520
592 __mb_cur_max = MSVCRT___mb_cur_max @521
593 __p___argc = _MSVCRT___p___argc @522
594 __p___argv = _MSVCRT___p___argv @523
595 __p___initenv = _MSVCRT___p__initenv @524
596 __p___mb_cur_max = _MSVCRT___p___mb_cur_max @525
597; __p___wargv @526
598; __p___winitenv @527
599 __p__acmdln = _MSVCRT___p__acmdln @528
600; __p__amblksiz @529
601 __p__commode = _MSVCRT___p__commode @530
602 __p__daylight = _MSVCRT___p__daylight @531
603; __p__dstbias @532
604 __p__environ = _MSVCRT___p__environ @533
605 __p__fmode = _MSVCRT___p__fmode @534
606 __p__iob = _MSVCRT___p__iob @535
607; __p__mbctype @536
608 __p__osver = _MSVCRT___p__osver @537
609 __p__pctype = _MSVCRT___p__pctype @538
610 __p__pgmptr = _MSVCRT___p__pgmptr @539
611 __p__pwctype = _MSVCRT___p__pwctype @540
612 __p__timezone = _MSVCRT___p__timezone @541
613 __p__tzname = _MSVCRT___p__tzname @542
614; __p__wcmdln @543
615; __p__wenviron @544
616 __p__winmajor = _MSVCRT___p__winmajor @545
617 __p__winminor = _MSVCRT___p__winminor @546
618 __p__winver = _MSVCRT___p__winver @547
619; __p__wpgmptr @548
620; __pxcptinfoptrs @549
621 __set_app_type = _MSVCRT___set_app_type @550
622 __setusermatherr = _MSVCRT___setusermatherr @551
623 __threadhandle = CRTDLL___threadhandle @552
624 __threadid = CRTDLL___threadid @553
625; __toascii = CRTDLL___toascii @554
626; __unDName @555
627 __wargv @556
628; __wgetmainargs @557
629; __winitenv @558
630 _abnormal_termination = CRTDLL__abnormal_termination @559
631 _access = CRTDLL__access @560
632 _acmdln = MSVCRT__acmdln @561
633; _adj_fdiv_m16i @562
634; _adj_fdiv_m32 @563
635; _adj_fdiv_m32i @564
636; _adj_fdiv_m64 @565
637; _adj_fdiv_r @566
638; _adj_fdivr_m16i @567
639; _adj_fdivr_m32 @568
640; _adj_fdivr_m32i @569
641; _adj_fdivr_m64 @570
642; _adj_fpatan @571
643; _adj_fprem @572
644; _adj_fprem1 @573
645; _adj_fptan @574
646 _adjust_fdiv = _MSVCRT__adjust_fdiv @575
647 _aexit_rtn = _MSVCRT__aexit_rtn @576
648 _amsg_exit = CRTDLL__amsg_exit @577
649 _assert = CRTDLL__assert @578
650; _atodbl @579
651; _atoldbl @580
652 _beep = CRTDLL__beep @581
653 _beginthread = CRTDLL__beginthread @582
654; _beginthreadex @583
655 _c_exit = CRTDLL__c_exit @584
656 _cabs = CRTDLL__cabs @585
657 _cexit = CRTDLL__cexit @586
658 _cgets = CRTDLL__cgets @587
659 _chdir = CRTDLL__chdir @588
660 _chdrive = CRTDLL__chdrive @589
661 _chgsign = CRTDLL__chgsign @590
662 _chmod = CRTDLL__chmod @591
663 _chsize = CRTDLL__chsize @592
664 _clearfp = CRTDLL__clearfp @593
665 _close = CRTDLL__close @594
666 _commit = CRTDLL__commit @595
667 _commode = MSVCRT__commode @596
668 _control87 = CRTDLL__control87 @597
669 _controlfp = CRTDLL__controlfp @598
670 _copysign = CRTDLL__copysign @599
671
672
673 _cprintf = CRTDLL__cprintf @600
674 _cputs = CRTDLL__cputs @601
675 _creat = CRTDLL__creat @602
676 _cscanf = CRTDLL__cscanf @603
677 _ctype = CRTDLL_ctype @604
678 _cwait = CRTDLL__cwait @605
679 _daylight = MSVCRT__daylight @606
680; _dstbias @607
681 _dup = CRTDLL__dup @608
682 _dup2 = CRTDLL__dup2 @609
683 _ecvt = CRTDLL__ecvt @610
684 _endthread = CRTDLL__endthread @611
685; _endthreadex @612
686 _environ = MSVCRT__environ @613
687 _eof = CRTDLL__eof @614
688 _errno = CRTDLL__errno @615
689 _except_handler2 = CRTDLL__except_handler2 @616
690 _except_handler3 = _MSVCRT__except_handler3 @617
691 _execl = CRTDLL__execl @618
692 _execle = CRTDLL__execle @619
693 _execlp = CRTDLL__execlp @620
694 _execlpe = CRTDLL__execlpe @621
695 _execv = CRTDLL__execv @622
696 _execve = CRTDLL__execve @623
697 _execvp = CRTDLL__execvp @624
698 _execvpe = CRTDLL__execvpe @625
699 _exit = CRTDLL__exit @626
700 _expand = CRTDLL__expand @627
701 _fcloseall = CRTDLL__fcloseall @628
702 _fcvt = CRTDLL__fcvt @629
703 _fdopen = CRTDLL__fdopen @630
704 _fgetchar = CRTDLL__fgetchar @631
705 _fgetwchar = CRTDLL__fgetwchar @632
706 _filbuf = CRTDLL__filbuf @633
707 _fileinfo = MSVCRT__fileinfo @634
708 _filelength = CRTDLL__filelength @635
709; _filelengthi64 @636
710 _fileno = CRTDLL__fileno @637
711 _findclose = CRTDLL__findclose @638
712 _findfirst = CRTDLL__findfirst @639
713; _findfirsti64 @640
714 _findnext = CRTDLL__findnext @641
715; _findnexti64 @642
716 _finite = CRTDLL__finite @643
717 _flsbuf = CRTDLL__flsbuf @644
718 _flushall = CRTDLL__flushall @645
719 _fmode = MSVCRT__fmode @646
720 _fpclass = CRTDLL__fpclass @647
721 _fpieee_flt = CRTDLL__fpieee_flt @648
722 _fpreset = CRTDLL__fpreset @649
723 _fputchar = CRTDLL__fputchar @650
724 _fputwchar = CRTDLL__fputwchar @651
725 _fsopen = CRTDLL__fsopen @652
726 _fstat = CRTDLL__fstat @653
727; _fstati64 @654
728 _ftime = CRTDLL__ftime @655
729 _ftol = NTDLL__ftol @656
730 _fullpath = CRTDLL__fullpath @657
731 _futime = CRTDLL__futime @658
732 _gcvt = CRTDLL__gcvt @659
733 _get_osfhandle = CRTDLL__get_osfhandle @660
734 _getch = CRTDLL__getch @661
735 _getche = CRTDLL__getche @662
736 _getcwd = CRTDLL__getcwd @663
737 _getdcwd = CRTDLL__getdcwd @664
738 _getdiskfree = CRTDLL__getdiskfree @665
739; _getdllprocaddr @666
740 _getdrive = CRTDLL__getdrive @667
741 _getdrives = CRTDLL__getdrives @668
742 _getmaxstdio = _MSVCRT__getmaxstdio @669
743 _getmbcp = _MSVCRT__getmbcp @670
744 _getpid = CRTDLL__getpid @671
745 _getsystime = CRTDLL__getsystime @672
746 _getw = CRTDLL__getw @673
747 _getws = CRTDLL__getws @674
748 _global_unwind2 = CRTDLL__global_unwind2 @675
749 _heapadd = _MSVCRT__heapadd @676
750 _heapchk = CRTDLL__heapchk @677
751 _heapmin = CRTDLL__heapmin @678
752 _heapset = CRTDLL__heapset @679
753; _heapused @680
754 _heapwalk = CRTDLL__heapwalk @681
755 _hypot = CRTDLL__hypot @682
756 _initterm = _DLL_InitTerm @683
757 _inp = _MSVCRT__inp @684
758 _inpd = _MSVCRT__inpd @685
759 _inpw = _MSVCRT__inpw @686
760 _iob = CRTDLL__iob @687
761 _isatty = CRTDLL__isatty @688
762 _isctype = CRTDLL__isctype @689
763 _ismbbalnum = CRTDLL__ismbbalnum @690
764 _ismbbalpha = CRTDLL__ismbbalpha @691
765 _ismbbgraph = CRTDLL__ismbbgraph @692
766 _ismbbkalnum = CRTDLL__ismbbkalnum @693
767 _ismbbkana = CRTDLL__ismbbkana @694
768 _ismbbkprint = _MSVCRT__ismbbkprint @695
769 _ismbbkpunct = CRTDLL__ismbbkpunct @696
770 _ismbblead = CRTDLL__ismbblead @697
771 _ismbbprint = CRTDLL__ismbbprint @698
772 _ismbbpunct = CRTDLL__ismbbpunct @699
773
774
775 _ismbbtrail = CRTDLL__ismbbtrail @700
776 _ismbcalnum = _MSVCRT__ismbcalnum @701
777 _ismbcalpha = CRTDLL__ismbcalpha @702
778 _ismbcdigit = CRTDLL__ismbcdigit @703
779 _ismbcgraph = _MSVCRT__ismbcgraph @704
780 _ismbchira = CRTDLL__ismbchira @705
781 _ismbckata = CRTDLL__ismbckata @706
782 _ismbcl0 = CRTDLL__ismbcl0 @707
783 _ismbcl1 = CRTDLL__ismbcl1 @708
784 _ismbcl2 = CRTDLL__ismbcl2 @709
785 _ismbclegal = CRTDLL__ismbclegal @710
786 _ismbclower = CRTDLL__ismbclower @711
787 _ismbcprint = CRTDLL__ismbcprint @712
788 _ismbcpunct = _MSVCRT__ismbcpunct @713
789 _ismbcspace = CRTDLL__ismbcspace @714
790 _ismbcsymbol = CRTDLL__ismbcsymbol @715
791 _ismbcupper = CRTDLL__ismbcupper @716
792 _ismbslead = CRTDLL__ismbslead @717
793 _ismbstrail = CRTDLL__ismbstrail @718
794 _isnan = CRTDLL__isnan @719
795 _itoa = NTDLL__itoa @720
796 _itow = _MSVCRT__itow @721
797 _j0 = CRTDLL__j0 @722
798 _j1 = CRTDLL__j1 @723
799 _jn = CRTDLL__jn @724
800 _kbhit = CRTDLL__kbhit @725
801 _lfind = CRTDLL__lfind @726
802 _loaddll = CRTDLL__loaddll @727
803 _local_unwind2 = CRTDLL__local_unwind2 @728
804 _locking = CRTDLL__locking @729
805 _logb = CRTDLL__logb @730
806 _longjmpex = CRTDLL_longjmp @731 ; Not correct
807 _lrotl = CRTDLL__lrotl @732
808 _lrotr = CRTDLL__lrotr @733
809 _lsearch = CRTDLL__lsearch @734
810 _lseek = CRTDLL__lseek @735
811; _lseeki64 @736
812 _ltoa = NTDLL__ltoa @737
813 _ltow = _MSVCRT__ltow @738
814 _makepath = CRTDLL__makepath @739
815 _mbbtombc = CRTDLL__mbbtombc @740
816 _mbbtype = CRTDLL__mbbtype @741
817 _mbccpy = CRTDLL__mbccpy @742
818 _mbcjistojms = CRTDLL__mbcjistojms @743
819 _mbcjmstojis = CRTDLL__mbcjmstojis @744
820 _mbclen = CRTDLL__mbclen @745
821 _mbctohira = CRTDLL__mbctohira @746
822 _mbctokata = CRTDLL__mbctokata @747
823 _mbctolower = CRTDLL__mbctolower @748
824 _mbctombb = CRTDLL__mbctombb @749
825 _mbctoupper = CRTDLL__mbctoupper @750
826 _mbctype = CRTDLL_mbctype @751
827 _mbsbtype = CRTDLL__mbsbtype @752
828 _mbscat = CRTDLL__mbscat @753
829 _mbschr = CRTDLL__mbschr @754
830 _mbscmp = CRTDLL__mbscmp @755
831 _mbscoll = CRTDLL__mbscmp @756
832 _mbscpy = CRTDLL__mbscpy @757
833 _mbscspn = CRTDLL__mbscspn @758
834 _mbsdec = CRTDLL__mbsdec @759
835 _mbsdup = CRTDLL__mbsdup @760
836 _mbsicmp = CRTDLL__mbsicmp @761
837 _mbsicoll = CRTDLL__mbsicmp @762
838 _mbsinc = CRTDLL__mbsinc @763
839 _mbslen = CRTDLL__mbslen @764
840 _mbslwr = CRTDLL__mbslwr @765
841 _mbsnbcat = CRTDLL__mbsnbcat @766
842 _mbsnbcmp = CRTDLL__mbsnbcmp @767
843 _mbsnbcnt = CRTDLL__mbsnbcnt @768
844 _mbsnbcoll = CRTDLL__mbsncmp @769
845 _mbsnbcpy = CRTDLL__mbsnbcpy @770
846 _mbsnbicmp = CRTDLL__mbsnbicmp @771
847 _mbsnbicoll = CRTDLL__mbsnbicmp @772
848 _mbsnbset = CRTDLL__mbsnbset @773
849 _mbsncat = CRTDLL__mbsncat @774
850 _mbsnccnt = CRTDLL__mbsnccnt @775
851 _mbsncmp = CRTDLL__mbsncmp @776
852 _mbsncoll = CRTDLL__mbsncmp @777
853 _mbsncpy = CRTDLL__mbsncpy @778
854 _mbsnextc = CRTDLL__mbsnextc @779
855 _mbsnicmp = CRTDLL__mbsnicmp @780
856 _mbsnicoll = CRTDLL__mbsnicmp @781
857 _mbsninc = CRTDLL__mbsninc @782
858 _mbsnset = CRTDLL__mbsnset @783
859 _mbspbrk = CRTDLL__mbspbrk @784
860 _mbsrchr = CRTDLL__mbsrchr @785
861 _mbsrev = CRTDLL__mbsrev @786
862 _mbsset = CRTDLL__mbsset @787
863 _mbsspn = CRTDLL__mbsspn @788
864 _mbsspnp = CRTDLL__mbsspnp @789
865 _mbsstr = CRTDLL__mbsstr @790
866 _mbstok = CRTDLL__mbstok @791
867 _mbstrlen = CRTDLL__mbstrlen @792
868 _mbsupr = CRTDLL__mbsupr @793
869 _memccpy = CRTDLL__memccpy @794
870 _memicmp = NTDLL__memicmp @795
871 _mkdir = CRTDLL__mkdir @796
872 _mktemp = CRTDLL__mktemp @797
873 _msize = CRTDLL__msize @798
874; _mtlock @799
875
876
877; _mtunlock @800
878 _nextafter = CRTDLL__nextafter @801
879 _onexit = CRTDLL__onexit @802
880 _open = CRTDLL__open @803
881 _open_osfhandle = CRTDLL__open_osfhandle @804
882 _osver = MSVCRT__osver @805
883 _outp = _MSVCRT__outp @806
884 _outpd = _MSVCRT__outpd @807
885 _outpw = _MSVCRT__outpw @808
886 _pclose = CRTDLL__pclose @809
887 _pctype = MSVCRT__pctype @810
888 _pgmptr = MSVCRT__pgmptr @811
889 _pipe = CRTDLL__pipe @812
890 _popen = CRTDLL__popen @813
891 _purecall = CRTDLL__purecall @814
892 _putch = CRTDLL__putch @815
893 _putenv = CRTDLL__putenv @816
894 _putw = CRTDLL__putw @817
895 _putws = _MSVCRT__putws @818
896 _pwctype = MSVCRT__pwctype @819
897 _read = CRTDLL__read @820
898 _rmdir = CRTDLL__rmdir @821
899 _rmtmp = CRTDLL__rmtmp @822
900 _rotl = CRTDLL__rotl @823
901 _rotr = CRTDLL__rotr @824
902; _safe_fdiv @825
903; _safe_fdivr @826
904; _safe_fprem @827
905; _safe_fprem1 @828
906 _scalb = CRTDLL__scalb @829
907 _searchenv = CRTDLL__searchenv @830
908; _seh_longjmp_unwind @831
909 _set_error_mode = _MSVCRT__set_error_mode @832
910 _seterrormode = CRTDLL__seterrormode @833
911 _setjmp = CRTDLL__setjmp @834
912 _setjmp3 = CRTDLL__setjmp @835 ; Not correct
913 _setmaxstdio = _MSVCRT__setmaxstdio @836
914; _setmbcp @837
915 _setmode @838
916 _setsystime = CRTDLL__setsystime @839
917 _sleep = CRTDLL__sleep @840
918 _snprintf = NTDLL__snprintf @841
919 _snwprintf = NTDLL__snwprintf @842
920 _sopen = CRTDLL__sopen @843
921 _spawnl = CRTDLL__spawnl @844
922 _spawnle = CRTDLL__spawnle @845
923 _spawnlp = CRTDLL__spawnlp @846
924 _spawnlpe = CRTDLL__spawnlpe @847
925 _spawnv = CRTDLL__spawnv @848
926 _spawnve = CRTDLL__spawnve @849
927 _spawnvp = CRTDLL__spawnvp @850
928 _spawnvpe = CRTDLL__spawnvpe @851
929 _splitpath = NTDLL__splitpath @852
930 _stat = CRTDLL__stat @853
931; _stati64 @854
932 _statusfp = CRTDLL__statusfp @855
933 _strcmpi = NTDLL__strcmpi @856
934 _strdate = CRTDLL__strdate @857
935 _strdup = CRTDLL__strdup @858
936 _strerror = CRTDLL__strerror @859
937 _stricmp = NTDLL__stricmp @860
938 _stricoll = CRTDLL__stricoll @861
939 _strlwr = NTDLL__strlwr @862
940 _strncoll = _MSVCRT__strncoll @863
941 _strnicmp = NTDLL__strnicmp @864
942 _strnicoll = _MSVCRT__strnicoll @865
943 _strnset = CRTDLL__strnset @866
944 _strrev = CRTDLL__strrev @867
945 _strset = CRTDLL__strset @868
946 _strtime = CRTDLL__strtime @869
947 _strupr = NTDLL__strupr @870
948 _swab = CRTDLL__swab @871
949 _sys_errlist = CRTDLL__sys_errlist @872
950 _sys_nerr = MSVCRT__sys_nerr @873
951 _tell = CRTDLL__tell @874
952; _telli64 @875
953 _tempnam = CRTDLL__tempnam @876
954 _timezone = MSVCRT__timezone @877
955 _tolower = CRTDLL__tolower @878
956 _toupper = CRTDLL__toupper @879
957 _tzname = CRTDLL__tzname @880
958 _tzset = CRTDLL__tzset @881
959 _ultoa = NTDLL__ultoa @882
960 _ultow = _MSVCRT__ultow @883
961 _umask = _MSVCRT__umask @884
962 _ungetch = CRTDLL__ungetch @885
963 _unlink = CRTDLL__unlink @886
964 _unloaddll = CRTDLL__unloaddll @887
965 _utime = CRTDLL__utime @888
966 _vsnprintf = NTDLL__vsnprintf @889
967 _vsnwprintf = CRTDLL__vsnwprintf @890
968 _waccess = _MSVCRT__waccess @891
969 _wasctime = _MSVCRT__wasctime @892
970 _wchdir = _MSVCRT__wchdir @893
971 _wchmod = _MSVCRT__wchmod @894
972; _wcmdln @895
973 _wcreat = _MSVCRT__wcreat @896
974 _wcsdup = CRTDLL__wcsdup @897
975 _wcsicmp = NTDLL__wcsicmp @898
976 _wcsicoll = CRTDLL__wcsicoll @899
977
978
979 _wcslwr = NTDLL__wcslwr @900
980 _wcsncoll = _MSVCRT__wcsncoll @901
981 _wcsnicmp = NTDLL__wcsnicmp @902
982 _wcsnicoll = _MSVCRT__wcsnicoll @903
983 _wcsnset = CRTDLL__wcsnset @904
984 _wcsrev = CRTDLL__wcsrev @905
985 _wcsset = CRTDLL__wcsset @906
986 _wcsupr = NTDLL__wcsupr @907
987 _wctime = _MSVCRT__wctime @908
988 _wenviron @909
989 _wexecl = _MSVCRT__wexecl @910
990 _wexecle = _MSVCRT__wexecle @911
991 _wexeclp = _MSVCRT__wexeclp @912
992 _wexeclpe = _MSVCRT__wexeclpe @913
993 _wexecv = _MSVCRT__wexecv @914
994 _wexecve = _MSVCRT__wexecve @915
995 _wexecvp = _MSVCRT__wexecvp @916
996 _wexecvpe = _MSVCRT__wexecvpe @917
997 _wfdopen = _MSVCRT__wfdopen @918
998 _wfindfirst = _MSVCRT__wfindfirst @919
999; _wfindfirsti64 @920
1000 _wfindnext = _MSVCRT__wfindnext @921
1001; _wfindnexti64 = _MSVCRT__wfindnexti64 @922
1002 _wfopen = _MSVCRT__wfopen @923
1003 _wfreopen = _MSVCRT__wfreopen @924
1004 _wfsopen = _MSVCRT__wfsopen @925
1005 _wfullpath = _MSVCRT__wfullpath @926
1006 _wgetcwd = _MSVCRT__wgetcwd @927
1007 _wgetdcwd = _MSVCRT__wgetdcwd @928
1008 _wgetenv = _MSVCRT__wgetenv @929
1009 _winmajor = MSVCRT__winmajor @930
1010 _winminor = MSVCRT__winminor @931
1011 _winver = MSVCRT__winver @932
1012 _wmakepath = _MSVCRT__wmakepath @933
1013 _wmkdir = _MSVCRT__wmkdir @934
1014 _wmktemp = _MSVCRT__wmktemp @935
1015 _wopen = _MSVCRT__wopen @936
1016 _wperror = _MSVCRT__wperror @937
1017 _wpgmptr @938
1018 _wpopen = _MSVCRT__wpopen @939
1019 _wputenv = _MSVCRT__wputenv @940
1020 _wremove = _MSVCRT__wremove @941
1021 _wrename = _MSVCRT__wrename @942
1022 _write = CRTDLL__write @943
1023 _wrmdir = _MSVCRT__wrmdir @944
1024 _wsearchenv = _MSVCRT__wsearchenv @945
1025 _wsetlocale = _MSVCRT__wsetlocale @946
1026 _wsopen = _MSVCRT__wsopen @947
1027 _wspawnl = _MSVCRT__wspawnl @948
1028 _wspawnle = _MSVCRT__wspawnle @949
1029 _wspawnlp = _MSVCRT__wspawnlp @950
1030 _wspawnlpe = _MSVCRT__wspawnlpe @951
1031 _wspawnv = _MSVCRT__wspawnv @952
1032 _wspawnve = _MSVCRT__wspawnve @953
1033 _wspawnvp = _MSVCRT__wspawnvp @954
1034 _wspawnvpe = _MSVCRT__wspawnvpe @955
1035 _wsplitpath = _MSVCRT__wsplitpath @956
1036 _wstat = _MSVCRT__wstat @957
1037 _wstati64 = _MSVCRT__wstati64 @958
1038 _wstrdate = _MSVCRT__wstrdate @959
1039 _wstrtime = _MSVCRT__wstrtime @960
1040 _wsystem = _MSVCRT__wsystem @961
1041 _wtempnam = _MSVCRT__wtempnam @962
1042 _wtmpnam = _MSVCRT__wtmpnam @963
1043 _wtoi = NTDLL__wtoi @964
1044 _wtol = NTDLL__wtol @965
1045 _wunlink = _MSVCRT__wunlink @966
1046 _wutime = _MSVCRT__wutime @967
1047 _y0 = CRTDLL__y0 @968
1048 _y1 = CRTDLL__y1 @969
1049 _yn = CRTDLL__yn @970
1050 abort = CRTDLL_abort @971
1051 abs = NTDLL_abs @972
1052 acos = CRTDLL_acos @973
1053 asctime = CRTDLL_asctime @974
1054 asin = CRTDLL_asin @975
1055 atan = NTDLL_atan @976
1056 atan2 = CRTDLL_atan2 @977
1057 atexit = CRTDLL_atexit @978
1058 atof = CRTDLL_atof @979
1059 atoi = NTDLL_atoi @980
1060 atol = NTDLL_atol @981
1061 bsearch = CRTDLL_bsearch @982
1062 calloc = CRTDLL_calloc @983
1063 ceil = NTDLL_ceil @984
1064 clearerr = CRTDLL_clearerr @985
1065 clock = CRTDLL_clock @986
1066 cos = NTDLL_cos @987
1067 cosh = CRTDLL_cosh @988
1068 ctime = CRTDLL_ctime @989
1069 difftime = CRTDLL_difftime @990
1070 div = CRTDLL_div @991
1071 exit = CRTDLL_exit @992
1072 exp = CRTDLL_exp @993
1073 fabs = NTDLL_fabs @994
1074 fclose = CRTDLL_fclose @995
1075 feof = CRTDLL_feof @996
1076 ferror = CRTDLL_ferror @997
1077 fflush = CRTDLL_fflush @998
1078 fgetc = CRTDLL_fgetc @999
1079
1080
1081 fgetpos = CRTDLL_fgetpos @1000
1082 fgets = CRTDLL_fgets @1001
1083 fgetwc = CRTDLL_fgetwc @1002
1084 fgetws = _MSVCRT_fgetws @1003
1085 floor = NTDLL_floor @1004
1086 fmod = CRTDLL_fmod @1005
1087 fopen = CRTDLL_fopen @1006
1088 fprintf = CRTDLL_fprintf @1007
1089 fputc = CRTDLL_fputc @1008
1090 fputs = CRTDLL_fputs @1009
1091 fputwc = CRTDLL_fputwc @1010
1092 fputws = _MSVCRT_fputws @1011
1093 fread = CRTDLL_fread @1012
1094 free = CRTDLL_free @1013
1095 freopen = CRTDLL_freopen @1014
1096 frexp = CRTDLL_frexp @1015
1097 fscanf = CRTDLL_fscanf @1016
1098 fseek = CRTDLL_fseek @1017
1099 fsetpos = CRTDLL_fsetpos @1018
1100 ftell = CRTDLL_ftell @1019
1101 fwprintf = CRTDLL_fwprintf @1020
1102 fwrite = CRTDLL_fwrite @1021
1103 fwscanf = CRTDLL_fwscanf @1022
1104 getc = CRTDLL_getc @1023
1105 getchar = CRTDLL_getchar @1024
1106 getenv = CRTDLL_getenv @1025
1107 gets = CRTDLL_gets @1026
1108 getwc = _MSVCRT_getwc @1027
1109 getwchar = _MSVCRT_getwchar @1028
1110 gmtime = CRTDLL_gmtime @1029
1111 is_wctype = CRTDLL_is_wctype @1030
1112 isalnum = CRTDLL_isalnum @1031
1113 isalpha = NTDLL_isalpha @1032
1114 iscntrl = CRTDLL_iscntrl @1033
1115 isdigit = NTDLL_isdigit @1034
1116 isgraph = CRTDLL_isgraph @1035
1117 isleadbyte = CRTDLL_isleadbyte @1036
1118 islower = NTDLL_islower @1037
1119 isprint = NTDLL_isprint @1038
1120 ispunct = CRTDLL_ispunct @1039
1121 isspace = NTDLL_isspace @1040
1122 isupper = NTDLL_isupper @1041
1123 iswalnum = CRTDLL_iswalnum @1042
1124 iswalpha = NTDLL_iswalpha @1043
1125 iswascii = CRTDLL_iswascii @1044
1126 iswcntrl = CRTDLL_iswcntrl @1045
1127 iswctype = NTDLL_iswctype @1046
1128 iswdigit = CRTDLL_iswdigit @1047
1129 iswgraph = CRTDLL_iswgraph @1048
1130 iswlower = CRTDLL_iswlower @1049
1131 iswprint = CRTDLL_iswprint @1050
1132 iswpunct = CRTDLL_iswpunct @1051
1133 iswspace = CRTDLL_iswspace @1052
1134 iswupper = CRTDLL_iswupper @1053
1135 iswxdigit = CRTDLL_iswxdigit @1054
1136 isxdigit = NTDLL_isxdigit @1055
1137 labs = NTDLL_labs @1056
1138 ldexp = CRTDLL_ldexp @1057
1139 ldiv = CRTDLL_ldiv @1058
1140 localeconv = CRTDLL_localeconv @1059
1141 localtime = CRTDLL_localtime @1060
1142 log = NTDLL_log @1061
1143 log10 = CRTDLL_log10 @1062
1144 longjmp = CRTDLL_longjmp @1063
1145 malloc = CRTDLL_malloc @1064
1146 mblen = CRTDLL_mblen @1065
1147 mbstowcs = NTDLL_mbstowcs @1066
1148 mbtowc = CRTDLL_mbtowc @1067
1149 memchr = NTDLL_memchr @1068
1150 memcmp = NTDLL_memcmp @1069
1151 memcpy = NTDLL_memcpy @1070
1152 memmove = KERNEL32_memmove @1071
1153 memset = NTDLL_memset @1072
1154 mktime = CRTDLL_mktime @1073
1155 modf = CRTDLL_modf @1074
1156 perror = CRTDLL_perror @1075
1157 pow = NTDLL_pow @1076
1158 printf = CRTDLL_printf @1077
1159 putc = CRTDLL_putc @1078
1160 putchar = CRTDLL_putchar @1079
1161 puts = CRTDLL_puts @1080
1162 putwc = _MSVCRT_putwc @1081
1163 putwchar = _MSVCRT_putwchar @1082
1164 qsort = NTDLL_qsort @1083
1165 raise = CRTDLL_raise @1084
1166 rand = CRTDLL_rand @1085
1167 realloc = CRTDLL_realloc @1086
1168 remove = CRTDLL_remove @1087
1169 rename = CRTDLL_rename @1088
1170 rewind = CRTDLL_rewind @1089
1171 scanf = CRTDLL_scanf @1090
1172 setbuf = CRTDLL_setbuf @1091
1173 setlocale = CRTDLL_setlocale @1092
1174 setvbuf = CRTDLL_setvbuf @1093
1175 signal = CRTDLL_signal @1094
1176 sin = NTDLL_sin @1095
1177 sinh = CRTDLL_sinh @1096
1178 sprintf = NTDLL_sprintf @1097
1179 sqrt = NTDLL_sqrt @1098
1180 srand = CRTDLL_srand @1099
1181
1182
1183 sscanf = NTDLL_sscanf @1100
1184 strcat = NTDLL_strcat @1101
1185 strchr = NTDLL_strchr @1102
1186 strcmp = NTDLL_strcmp @1103
1187 strcoll = CRTDLL_strcoll @1104
1188 strcpy = NTDLL_strcpy @1105
1189 strcspn = NTDLL_strcspn @1106
1190 strerror = CRTDLL_strerror @1107
1191 strftime = CRTDLL_strftime @1108
1192 strlen = NTDLL_strlen @1109
1193 strncat = NTDLL_strncat @1110
1194 strncmp = NTDLL_strncmp @1111
1195 strncpy = NTDLL_strncpy @1112
1196 strpbrk = NTDLL_strpbrk @1113
1197 strrchr = NTDLL_strrchr @1114
1198 strspn = NTDLL_strspn @1115
1199 strstr = NTDLL_strstr @1116
1200 strtod = CRTDLL_strtod @1117
1201 strtok = CRTDLL_strtok @1118
1202 strtol = CRTDLL_strtol @1119
1203 strtoul = CRTDLL_strtoul @1120
1204 strxfrm = CRTDLL_strxfrm @1121
1205 swprintf = NTDLL_swprintf @1122
1206 swscanf = CRTDLL_swscanf @1123
1207 system = CRTDLL_system @1124
1208 tan = NTDLL_tan @1125
1209 tanh = CRTDLL_tanh @1126
1210 time = CRTDLL_time @1127
1211 tmpfile = CRTDLL_tmpfile @1128
1212 tmpnam = CRTDLL_tmpnam @1129
1213 tolower = NTDLL_tolower @1130
1214 toupper = NTDLL_toupper @1131
1215 towlower = NTDLL_towlower @1132
1216 towupper = NTDLL_towupper @1133
1217 ungetc = CRTDLL_ungetc @1134
1218 ungetwc = CRTDLL_ungetwc @1135
1219 vfprintf = CRTDLL_vfprintf @1136
1220 vfwprintf = CRTDLL_vfwprintf @1137
1221 vprintf = CRTDLL_vprintf @1138
1222 vsprintf = NTDLL_vsprintf @1139
1223 vswprintf = CRTDLL_vswprintf @1140
1224 vwprintf = CRTDLL_vwprintf @1141
1225 wcscat = NTDLL_wcscat @1142
1226 wcschr = NTDLL_wcschr @1143
1227 wcscmp = NTDLL_wcscmp @1144
1228 wcscoll = CRTDLL_wcscoll @1145
1229 wcscpy = NTDLL_wcscpy @1146
1230 wcscspn = NTDLL_wcscspn @1147
1231 wcsftime = CRTDLL_wcsftime @1148
1232 wcslen = NTDLL_wcslen @1149
1233 wcsncat = NTDLL_wcsncat @1150
1234 wcsncmp = NTDLL_wcsncmp @1151
1235 wcsncpy = NTDLL_wcsncpy @1152
1236 wcspbrk = NTDLL_wcspbrk @1153
1237 wcsrchr = NTDLL_wcsrchr @1154
1238 wcsspn = NTDLL_wcsspn @1155
1239 wcsstr = NTDLL_wcsstr @1156
1240 wcstod = CRTDLL_wcstod @1157
1241 wcstok = NTDLL_wcstok @1158
1242 wcstol = NTDLL_wcstol @1159
1243 wcstombs = NTDLL_wcstombs @1160
1244 wcstoul = NTDLL_wcstoul @1161
1245 wcsxfrm = CRTDLL_wcsxfrm @1162
1246 wctomb = CRTDLL_wctomb @1163
1247 wprintf = CRTDLL_wprintf @1164
1248 wscanf = CRTDLL_wscanf @1165
Note: See TracBrowser for help on using the repository browser.