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

Last change on this file since 1502 was 1494, checked in by sandervl, 26 years ago

Update by Jens Weissner

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