source: trunk/src/msvcrt/msvcrt.def@ 1567

Last change on this file since 1567 was 1514, checked in by sandervl, 26 years ago

JW's changes

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