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

Last change on this file since 1113 was 1103, checked in by sandervl, 26 years ago

Added stubs + forwarders

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