source: trunk/src/msvcrt/msvcrt20.def@ 2012

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

JW's updates

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