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

Last change on this file since 1330 was 1118, checked in by sandervl, 26 years ago

Lots of changes by several people (see changelog for 4 October

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