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

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

JW's updates

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