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

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

Creation

File size: 29.1 KB
Line 
1; $Id: msvcrt.def,v 1.1 1999-09-28 13:26:06 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
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___isascii = CRTDLL.__isascii
103 CRTDLL___iscsym = CRTDLL.__iscsym
104 CRTDLL___iscsymf = CRTDLL.__iscsymf
105 CRTDLL__access = CRTDLL._access
106 CRTDLL__amsg_exit = CRTDLL._amsg_exit
107 CRTDLL__assert = CRTDLL._assert
108 CRTDLL__beginthread = CRTDLL._beginthread
109 CRTDLL__c_exit = CRTDLL._c_exit
110 CRTDLL__cexit = CRTDLL._cexit
111 CRTDLL__chdir = CRTDLL._chdir
112 CRTDLL__chdrive = CRTDLL._chdrive
113 CRTDLL__close = CRTDLL._close
114 CRTDLL__control87 = CRTDLL._control87
115 CRTDLL__controlfp = CRTDLL._controlfp
116 CRTDLL__cwait = CRTDLL._cwait
117 CRTDLL__dup = CRTDLL._dup
118 CRTDLL__dup2 = CRTDLL._dup2
119 CRTDLL__ecvt = CRTDLL._ecvt
120 CRTDLL__endthread = CRTDLL._endthread
121 CRTDLL__errno = CRTDLL._errno
122 CRTDLL__except_handler2 = CRTDLL._except_handler2
123 CRTDLL__exit = CRTDLL._exit
124 CRTDLL__expand = CRTDLL._expand
125 CRTDLL__fcvt = CRTDLL._fcvt
126 CRTDLL__fdopen = CRTDLL._fdopen
127 CRTDLL__fgetchar = CRTDLL._fgetchar
128 CRTDLL__fgetwchar = CRTDLL._fgetwchar
129 CRTDLL__findclose = CRTDLL._findclose
130 CRTDLL__findfirst = CRTDLL._findfirst
131 CRTDLL__findnext = CRTDLL._findnext
132 CRTDLL__finite = CRTDLL._finite
133 CRTDLL__fpreset = CRTDLL._fpreset
134 CRTDLL__fputchar = CRTDLL._fputchar
135 CRTDLL__fputwchar = CRTDLL._fputwchar
136 CRTDLL__fsopen = CRTDLL._fsopen
137 CRTDLL__fstat = CRTDLL._fstat
138 CRTDLL__ftime = CRTDLL._ftime
139 CRTDLL__fullpath = CRTDLL._fullpath
140 CRTDLL__gcvt = CRTDLL._gcvt
141 CRTDLL__get_osfhandle = CRTDLL._get_osfhandle
142 CRTDLL__getch = CRTDLL._getch
143 CRTDLL__getche = CRTDLL._getche
144 CRTDLL__getcwd = CRTDLL._getcwd
145 CRTDLL__getdcwd = CRTDLL._getdcwd
146 CRTDLL__getdiskfree = CRTDLL._getdiskfree
147 CRTDLL__getdrive = CRTDLL._getdrive
148 CRTDLL__getw = CRTDLL._getw
149 CRTDLL__global_unwind2 = CRTDLL._global_unwind2
150 CRTDLL__heapchk = CRTDLL._heapchk
151 CRTDLL__heapmin = CRTDLL._heapmin
152 CRTDLL__heapset = CRTDLL._heapset
153 CRTDLL__heapwalk = CRTDLL._heapwalk
154 CRTDLL__iob = CRTDLL._iob
155 CRTDLL__isatty = CRTDLL._isatty
156 CRTDLL__isctype = CRTDLL._isctype
157 CRTDLL__ismbbalnum = CRTDLL._ismbbalnum
158 CRTDLL__ismbbalpha = CRTDLL._ismbbalpha
159 CRTDLL__ismbbgraph = CRTDLL._ismbbgraph
160 CRTDLL__ismbbkalnum = CRTDLL._ismbbkalnum
161 CRTDLL__ismbbkana = CRTDLL._ismbbkana
162 CRTDLL__ismbbkpunct = CRTDLL._ismbbkpunct
163 CRTDLL__ismbblead = CRTDLL._ismbblead
164 CRTDLL__ismbbprint = CRTDLL._ismbbprint
165 CRTDLL__ismbbpunct = CRTDLL._ismbbpunct
166 CRTDLL__ismbbtrail = CRTDLL._ismbbtrail
167 CRTDLL__ismbcalpha = CRTDLL._ismbcalpha
168 CRTDLL__ismbcdigit = CRTDLL._ismbcdigit
169 CRTDLL__ismbchira = CRTDLL._ismbchira
170 CRTDLL__ismbckata = CRTDLL._ismbckata
171 CRTDLL__ismbcl0 = CRTDLL._ismbcl0
172 CRTDLL__ismbcl1 = CRTDLL._ismbcl1
173 CRTDLL__ismbcl2 = CRTDLL._ismbcl2
174 CRTDLL__ismbclegal = CRTDLL._ismbclegal
175 CRTDLL__ismbclower = CRTDLL._ismbclower
176 CRTDLL__ismbcprint = CRTDLL._ismbcprint
177 CRTDLL__ismbcspace = CRTDLL._ismbcspace
178 CRTDLL__ismbcsymbol = CRTDLL._ismbcsymbol
179 CRTDLL__ismbcupper = CRTDLL._ismbcupper
180 CRTDLL__local_unwind2 = CRTDLL._local_unwind2
181 CRTDLL__locking = CRTDLL._locking
182 CRTDLL__lrotl = CRTDLL._lrotl
183 CRTDLL__lrotr = CRTDLL._lrotr
184 CRTDLL__lseek = CRTDLL._lseek
185 CRTDLL__makepath = CRTDLL._makepath
186 CRTDLL__mbbtombc = CRTDLL._mbbtombc
187 CRTDLL__mbbtype = CRTDLL._mbbtype
188 CRTDLL__mbccpy = CRTDLL._mbccpy
189 CRTDLL__mbcjistojms = CRTDLL._mbcjistojms
190 CRTDLL__mbcjmstojis = CRTDLL._mbcjmstojis
191 CRTDLL__mbclen = CRTDLL._mbclen
192 CRTDLL__mbctohira = CRTDLL._mbctohira
193 CRTDLL__mbctokata = CRTDLL._mbctokata
194 CRTDLL__mbctolower = CRTDLL._mbctolower
195 CRTDLL__mbctombb = CRTDLL._mbctombb
196 CRTDLL__mbctoupper = CRTDLL._mbctoupper
197 CRTDLL__mbsbtype = CRTDLL._mbsbtype
198 CRTDLL__mbscat = CRTDLL._mbscat
199 CRTDLL__mbschr = CRTDLL._mbschr
200 CRTDLL__mbscmp = CRTDLL._mbscmp
201 CRTDLL__mbscpy = CRTDLL._mbscpy
202 CRTDLL__mbscspn = CRTDLL._mbscspn
203 CRTDLL__mbsdec = CRTDLL._mbsdec
204 CRTDLL__mbsdup = CRTDLL._mbsdup
205 CRTDLL__mbsicmp = CRTDLL._mbsicmp
206 CRTDLL__mbsinc = CRTDLL._mbsinc
207 CRTDLL__mbslen = CRTDLL._mbslen
208 CRTDLL__mbslwr = CRTDLL._mbslwr
209 CRTDLL__mbsnbcat = CRTDLL._mbsnbcat
210 CRTDLL__mbsnbcmp = CRTDLL._mbsnbcmp
211 CRTDLL__mbsnbcnt = CRTDLL._mbsnbcnt
212 CRTDLL__mbsnbcpy = CRTDLL._mbsnbcpy
213 CRTDLL__mbsnbicmp = CRTDLL._mbsnbicmp
214 CRTDLL__mbsnbset = CRTDLL._mbsnbset
215 CRTDLL__mbsncat = CRTDLL._mbsncat
216 CRTDLL__mbsnccnt = CRTDLL._mbsnccnt
217 CRTDLL__mbsncmp = CRTDLL._mbsncmp
218 CRTDLL__mbsncpy = CRTDLL._mbsncpy
219 CRTDLL__mbsnextc = CRTDLL._mbsnextc
220 CRTDLL__mbsnicmp = CRTDLL._mbsnicmp
221 CRTDLL__mbsninc = CRTDLL._mbsninc
222 CRTDLL__mbsnset = CRTDLL._mbsnset
223 CRTDLL__mbspbrk = CRTDLL._mbspbrk
224 CRTDLL__mbsrchr = CRTDLL._mbsrchr
225 CRTDLL__mbsrev = CRTDLL._mbsrev
226 CRTDLL__mbsset = CRTDLL._mbsset
227 CRTDLL__mbsspn = CRTDLL._mbsspn
228 CRTDLL__mbsspnp = CRTDLL._mbsspnp
229 CRTDLL__mbsstr = CRTDLL._mbsstr
230 CRTDLL__mbstok = CRTDLL._mbstok
231 CRTDLL__mbsupr = CRTDLL._mbsupr
232 CRTDLL__mkdir = CRTDLL._mkdir
233 CRTDLL__mktemp = CRTDLL._mktemp
234 CRTDLL__msize = CRTDLL._msize
235 CRTDLL__open = CRTDLL._open
236 CRTDLL__open_osfhandle = CRTDLL._open_osfhandle
237 CRTDLL__pclose = CRTDLL._pclose
238 CRTDLL__pipe = CRTDLL._pipe
239 CRTDLL__popen = CRTDLL._popen
240 CRTDLL__putw = CRTDLL._putw
241 CRTDLL__read = CRTDLL._read
242 CRTDLL__rotl = CRTDLL._rotl
243 CRTDLL__rotr = CRTDLL._rotr
244 CRTDLL__searchenv = CRTDLL._searchenv
245 CRTDLL__setjmp = CRTDLL._setjmp
246 CRTDLL__setmode = CRTDLL._setmode
247 CRTDLL__sleep = CRTDLL._sleep
248 CRTDLL__stat = CRTDLL._stat
249 CRTDLL__strdate = CRTDLL._strdate
250 CRTDLL__strdup = CRTDLL._strdup
251 CRTDLL__stricoll = CRTDLL._stricoll
252 CRTDLL__strnset = CRTDLL._strnset
253 CRTDLL__strrev = CRTDLL._strrev
254 CRTDLL__strset = CRTDLL._strset
255 CRTDLL__strtime = CRTDLL._strtime
256 CRTDLL__tempnam = CRTDLL._tempnam
257 CRTDLL__tolower = CRTDLL._tolower
258 CRTDLL__toupper = CRTDLL._toupper
259 CRTDLL__unlink = CRTDLL._unlink
260 CRTDLL__utime = CRTDLL._utime
261 CRTDLL__vsnwprintf = CRTDLL._vsnwprintf
262 CRTDLL__wcsdup = CRTDLL._wcsdup
263 CRTDLL__wcsicoll = CRTDLL._wcsicoll
264 CRTDLL__wcsnset = CRTDLL._wcsnset
265 CRTDLL__wcsrev = CRTDLL._wcsrev
266 CRTDLL__wcsset = CRTDLL._wcsset
267 CRTDLL__write = CRTDLL._write
268 CRTDLL_abort = CRTDLL.abort
269 CRTDLL_acos = CRTDLL.acos
270 CRTDLL_asctime = CRTDLL.asctime
271 CRTDLL_asin = CRTDLL.asin
272 CRTDLL_atan2 = CRTDLL.atan2
273 CRTDLL_atexit = CRTDLL.atexit
274 CRTDLL_atof = CRTDLL.atof
275 CRTDLL_bsearch = CRTDLL.bsearch
276 CRTDLL_calloc = CRTDLL.calloc
277 CRTDLL_clearerr = CRTDLL.clearerr
278 CRTDLL_clock = CRTDLL.clock
279 CRTDLL_cosh = CRTDLL.cosh
280 CRTDLL_ctime = CRTDLL.ctime
281 CRTDLL_difftime = CRTDLL.difftime
282 CRTDLL_div = CRTDLL.div
283 CRTDLL_exit = CRTDLL.exit
284 CRTDLL_exp = CRTDLL.exp
285 CRTDLL_fclose = CRTDLL.fclose
286 CRTDLL_feof = CRTDLL.feof
287 CRTDLL_ferror = CRTDLL.ferror
288 CRTDLL_fflush = CRTDLL.fflush
289 CRTDLL_fgetc = CRTDLL.fgetc
290 CRTDLL_fgetpos = CRTDLL.fgetpos
291 CRTDLL_fgets = CRTDLL.fgets
292 CRTDLL_fgetwc = CRTDLL.fgetwc
293 CRTDLL_fmod = CRTDLL.fmod
294 CRTDLL_fopen = CRTDLL.fopen
295 CRTDLL_fprintf = CRTDLL.fprintf
296 CRTDLL_fputc = CRTDLL.fputc
297 CRTDLL_fputs = CRTDLL.fputs
298 CRTDLL_fputwc = CRTDLL.fputwc
299 CRTDLL_fread = CRTDLL.fread
300 CRTDLL_free = CRTDLL.free
301 CRTDLL_freopen = CRTDLL.freopen
302 CRTDLL_frexp = CRTDLL.frexp
303 CRTDLL_fscanf = CRTDLL.fscanf
304 CRTDLL_fseek = CRTDLL.fseek
305 CRTDLL_fsetpos = CRTDLL.fsetpos
306 CRTDLL_ftell = CRTDLL.ftell
307 CRTDLL_fwprintf = CRTDLL.fwprintf
308 CRTDLL_fwrite = CRTDLL.fwrite
309 CRTDLL_fwscanf = CRTDLL.fwscanf
310 CRTDLL_getc = CRTDLL.getc
311 CRTDLL_getchar = CRTDLL.getchar
312 CRTDLL_getenv = CRTDLL.getenv
313 CRTDLL_gets = CRTDLL.gets
314 CRTDLL_gmtime = CRTDLL.gmtime
315 CRTDLL_is_wctype = CRTDLL.is_wctype
316 CRTDLL_isalnum = CRTDLL.isalnum
317 CRTDLL_iscntrl = CRTDLL.iscntrl
318 CRTDLL_isgraph = CRTDLL.isgraph
319 CRTDLL_isleadbyte = CRTDLL.isleadbyte
320 CRTDLL_ispunct = CRTDLL.ispunct
321 CRTDLL_iswalnum = CRTDLL.iswalnum
322 CRTDLL_iswascii = CRTDLL.iswascii
323 CRTDLL_iswcntrl = CRTDLL.iswcntrl
324 CRTDLL_iswdigit = CRTDLL.iswdigit
325 CRTDLL_iswgraph = CRTDLL.iswgraph
326 CRTDLL_iswlower = CRTDLL.iswlower
327 CRTDLL_iswprint = CRTDLL.iswprint
328 CRTDLL_iswpunct = CRTDLL.iswpunct
329 CRTDLL_iswspace = CRTDLL.iswspace
330 CRTDLL_iswupper = CRTDLL.iswupper
331 CRTDLL_iswxdigit = CRTDLL.iswxdigit
332 CRTDLL_ldexp = CRTDLL.ldexp
333 CRTDLL_ldiv = CRTDLL.ldiv
334 CRTDLL_localeconv = CRTDLL.localeconv
335 CRTDLL_localtime = CRTDLL.localtime
336 CRTDLL_log10 = CRTDLL.log10
337 CRTDLL_longjmp = CRTDLL.longjmp
338 CRTDLL_malloc = CRTDLL.malloc
339 CRTDLL_mblen = CRTDLL.mblen
340 CRTDLL_mbtowc = CRTDLL.mbtowc
341 CRTDLL_mktime = CRTDLL.mktime
342 CRTDLL_modf = CRTDLL.modf
343 CRTDLL_perror = CRTDLL.perror
344 CRTDLL_printf = CRTDLL.printf
345 CRTDLL_putc = CRTDLL.putc
346 CRTDLL_putchar = CRTDLL.putchar
347 CRTDLL_puts = CRTDLL.puts
348 CRTDLL_raise = CRTDLL.raise
349 CRTDLL_rand = CRTDLL.rand
350 CRTDLL_realloc = CRTDLL.realloc
351 CRTDLL_remove = CRTDLL.remove
352 CRTDLL_rename = CRTDLL.rename
353 CRTDLL_rewind = CRTDLL.rewind
354 CRTDLL_scanf = CRTDLL.scanf
355 CRTDLL_setbuf = CRTDLL.setbuf
356 CRTDLL_setlocale = CRTDLL.setlocale
357 CRTDLL_setvbuf = CRTDLL.setvbuf
358 CRTDLL_signal = CRTDLL.signal
359 CRTDLL_sinh = CRTDLL.sinh
360 CRTDLL_srand = CRTDLL.srand
361 CRTDLL_strcoll = CRTDLL.strcoll
362 CRTDLL_strerror = CRTDLL.strerror
363 CRTDLL_strftime = CRTDLL.strftime
364 CRTDLL_strtod = CRTDLL.strtod
365 CRTDLL_strtok = CRTDLL.strtok
366 CRTDLL_strtol = CRTDLL.strtol
367 CRTDLL_strtoul = CRTDLL.strtoul
368 CRTDLL_strxfrm = CRTDLL.strxfrm
369 CRTDLL_swscanf = CRTDLL.swscanf
370 CRTDLL_system = CRTDLL.system
371 CRTDLL_tanh = CRTDLL.tanh
372 CRTDLL_time = CRTDLL.time
373 CRTDLL_tmpfile = CRTDLL.tmpfile
374 CRTDLL_tmpnam = CRTDLL.tmpnam
375 CRTDLL_ungetc = CRTDLL.ungetc
376 CRTDLL_ungetwc = CRTDLL.ungetwc
377 CRTDLL_vfprintf = CRTDLL.vfprintf
378 CRTDLL_vfwprintf = CRTDLL.vfwprintf
379 CRTDLL_vprintf = CRTDLL.vprintf
380 CRTDLL_vswprintf = CRTDLL.vswprintf
381 CRTDLL_vwprintf = CRTDLL.vwprintf
382 CRTDLL_wcscoll = CRTDLL.wcscoll
383 CRTDLL_wcsftime = CRTDLL.wcsftime
384 CRTDLL_wcstod = CRTDLL.wcstod
385 CRTDLL_wcsxfrm = CRTDLL.wcsxfrm
386 CRTDLL_wctomb = CRTDLL.wctomb
387 CRTDLL_wprintf = CRTDLL.wprintf
388 CRTDLL_wscanf = CRTDLL.wscanf
389
390
391EXPORTS
392; _CIacos @50
393; _CIasin @51
394; _CIatan @52
395; _CIatan2 @53
396; _CIcos @54
397; _CIcosh @55
398; _CIexp @56
399; _CIfmod @57
400; _CIlog @58
401; _CIlog10 @59
402 _CIpow = NTDLL__CIpow @60
403; _CIsin @61
404; _CIsinh @62
405; _CIsqrt @63
406; _CItan @64
407; _CItanh @65
408 _CxxThrowException = _MSVCRT__CxxThrowException @66
409 _EH_prolog = _MSVCRT__EH_prolog @67
410
411 _XcptFilter = _MSVCRT__XcptFilter @73
412 __CxxFrameHandler = _MSVCRT___CxxFrameHandler @74
413
414 __isascii = CRTDLL___isascii @91
415 __iscsym = CRTDLL___iscsym @92
416 __iscsymf = CRTDLL___iscsymf @93
417
418
419 _access = CRTDLL__access @143
420
421 _amsg_exit = CRTDLL__amsg_exit @160
422 _assert = CRTDLL__assert @161
423
424; _beep @165
425 _beginthread = CRTDLL__beginthread @166
426
427 _c_exit = CRTDLL__c_exit @168
428; _cabs @169
429 _cexit = CRTDLL__cexit @171
430; _cgets @172
431 _chdir = CRTDLL__chdir @173
432 _chdrive = CRTDLL__chdrive @174
433; _chgsign @175
434
435; _chmod @177
436; _chsize @178
437; _clearfp @179
438 _close = CRTDLL__close @180
439; _commit @181
440
441 _control87 = CRTDLL__control87 @183
442 _controlfp = CRTDLL__controlfp @184
443; _copysign @185
444; _cprintf @186
445; _cputs @187
446; _creat @188
447; _cscanf @189
448; _ctype @190
449 _cwait = CRTDLL__cwait @191
450; _daylight_dll @192
451
452 _dup = CRTDLL__dup @194
453 _dup2 = CRTDLL__dup2 @195
454 _ecvt = CRTDLL__ecvt @196
455 _endthread = CRTDLL__endthread @197
456
457; _eof @200
458 _errno = CRTDLL__errno @201
459 _except_handler2 = CRTDLL__except_handler2 @202
460
461; _execl @204
462; _execle @205
463; _execlp @206
464; _execlpe @207
465; _execv @208
466; _execve @209
467; _execvp @210
468; _execvpe @211
469 _exit = CRTDLL__exit @212
470 _expand = CRTDLL__expand @213
471; _fcloseall @214
472 _fcvt = CRTDLL__fcvt @215
473 _fdopen = CRTDLL__fdopen @216
474 _fgetchar = CRTDLL__fgetchar @217
475 _fgetwchar = CRTDLL__fgetwchar @218
476; _filbuf @219
477
478; _filelength @221
479
480; _fileno @223
481 _findclose = CRTDLL__findclose @224
482 _findfirst = CRTDLL__findfirst @225
483
484 _findnext = CRTDLL__findnext @227
485
486 _finite = CRTDLL__finite @229
487; _flsbuf @230
488; _flushall @231
489
490; _fpclass @233
491; _fpieee_flt @234
492 _fpreset = CRTDLL__fpreset @235
493 _fputchar = CRTDLL__fputchar @236
494 _fputwchar = CRTDLL__fputwchar @237
495 _fsopen = CRTDLL__fsopen @238
496 _fstat = CRTDLL__fstat @239
497
498 _ftime = CRTDLL__ftime @241
499 _ftol = NTDLL__ftol @242
500 _fullpath = CRTDLL__fullpath @243
501; _futime @244
502 _gcvt = CRTDLL__gcvt @245
503 _get_osfhandle = CRTDLL__get_osfhandle @246
504
505 _getch = CRTDLL__getch @248
506 _getche = CRTDLL__getche @249
507 _getcwd = CRTDLL__getcwd @250
508 _getdcwd = CRTDLL__getdcwd @251
509 _getdiskfree = CRTDLL__getdiskfree @252
510; _getdllprocaddr @253
511 _getdrive = CRTDLL__getdrive @254
512; _getdrives @255
513
514; _getpid @258
515; _getsystime @259
516 _getw = CRTDLL__getw @260
517
518 _global_unwind2 = CRTDLL__global_unwind2 @261
519
520 _heapchk = CRTDLL__heapchk @264
521 _heapmin = CRTDLL__heapmin @265
522 _heapset = CRTDLL__heapset @266
523 _heapwalk = CRTDLL__heapwalk @268
524; _hypot @269
525
526 _initterm = _DLL_InitTerm @272
527
528 _iob = CRTDLL__iob @276
529 _isatty = CRTDLL__isatty @277
530 _isctype = CRTDLL__isctype @278
531 _ismbbalnum = CRTDLL__ismbbalnum @279
532 _ismbbalpha = CRTDLL__ismbbalpha @280
533 _ismbbgraph = CRTDLL__ismbbgraph @281
534 _ismbbkalnum = CRTDLL__ismbbkalnum @282
535 _ismbbkana = CRTDLL__ismbbkana @283
536
537 _ismbbkpunct = CRTDLL__ismbbkpunct @285
538 _ismbblead = CRTDLL__ismbblead @286
539 _ismbbprint = CRTDLL__ismbbprint @287
540 _ismbbpunct = CRTDLL__ismbbpunct @288
541 _ismbbtrail = CRTDLL__ismbbtrail @289
542
543 _ismbcalpha = CRTDLL__ismbcalpha @291
544 _ismbcdigit = CRTDLL__ismbcdigit @292
545
546 _ismbchira = CRTDLL__ismbchira @294
547 _ismbckata = CRTDLL__ismbckata @295
548 _ismbcl0 = CRTDLL__ismbcl0 @296
549 _ismbcl1 = CRTDLL__ismbcl1 @297
550 _ismbcl2 = CRTDLL__ismbcl2 @298
551 _ismbclegal = CRTDLL__ismbclegal @299
552
553
554 _ismbclower = CRTDLL__ismbclower @300
555 _ismbcprint = CRTDLL__ismbcprint @301
556
557 _ismbcspace = CRTDLL__ismbcspace @303
558 _ismbcsymbol = CRTDLL__ismbcsymbol @304
559 _ismbcupper = CRTDLL__ismbcupper @305
560; _ismbslead @306
561; _ismbstrail @307
562; _isnan @308
563 _itoa = NTDLL__itoa @309
564
565; _j0 @311
566; _j1 @312
567; _jn @313
568; _kbhit @314
569; _lfind @315
570; _loaddll @316
571 _local_unwind2 = CRTDLL__local_unwind2 @317
572
573 _locking = CRTDLL__locking @319
574; _logb @320
575
576 _lrotl = CRTDLL__lrotl @322
577 _lrotr = CRTDLL__lrotr @323
578; _lsearch @324
579 _lseek = CRTDLL__lseek @325
580
581 _ltoa = NTDLL__ltoa @327
582
583 _makepath = CRTDLL__makepath @329
584 _mbbtombc = CRTDLL__mbbtombc @330
585 _mbbtype = CRTDLL__mbbtype @331
586
587 _mbccpy = CRTDLL__mbccpy @333
588 _mbcjistojms = CRTDLL__mbcjistojms @334
589 _mbcjmstojis = CRTDLL__mbcjmstojis @335
590 _mbclen = CRTDLL__mbclen @336
591 _mbctohira = CRTDLL__mbctohira @337
592 _mbctokata = CRTDLL__mbctokata @338
593 _mbctolower = CRTDLL__mbctolower @339
594 _mbctombb = CRTDLL__mbctombb @340
595 _mbctoupper = CRTDLL__mbctoupper @341
596; _mbctype @342
597 _mbsbtype = CRTDLL__mbsbtype @343
598 _mbscat = CRTDLL__mbscat @344
599 _mbschr = CRTDLL__mbschr @345
600 _mbscmp = CRTDLL__mbscmp @346
601
602 _mbscpy = CRTDLL__mbscpy @348
603 _mbscspn = CRTDLL__mbscspn @349
604 _mbsdec = CRTDLL__mbsdec @350
605 _mbsdup = CRTDLL__mbsdup @351
606 _mbsicmp = CRTDLL__mbsicmp @352
607
608 _mbsinc = CRTDLL__mbsinc @354
609 _mbslen = CRTDLL__mbslen @355
610 _mbslwr = CRTDLL__mbslwr @356
611 _mbsnbcat = CRTDLL__mbsnbcat @357
612 _mbsnbcmp = CRTDLL__mbsnbcmp @358
613 _mbsnbcnt = CRTDLL__mbsnbcnt @359
614
615 _mbsnbcpy = CRTDLL__mbsnbcpy @361
616 _mbsnbicmp = CRTDLL__mbsnbicmp @362
617
618 _mbsnbset = CRTDLL__mbsnbset @364
619 _mbsncat = CRTDLL__mbsncat @365
620 _mbsnccnt = CRTDLL__mbsnccnt @366
621 _mbsncmp = CRTDLL__mbsncmp @367
622
623 _mbsncpy = CRTDLL__mbsncpy @369
624 _mbsnextc = CRTDLL__mbsnextc @370
625 _mbsnicmp = CRTDLL__mbsnicmp @371
626
627 _mbsninc = CRTDLL__mbsninc @373
628 _mbsnset = CRTDLL__mbsnset @374
629 _mbspbrk = CRTDLL__mbspbrk @375
630 _mbsrchr = CRTDLL__mbsrchr @376
631 _mbsrev = CRTDLL__mbsrev @377
632 _mbsset = CRTDLL__mbsset @378
633 _mbsspn = CRTDLL__mbsspn @379
634 _mbsspnp = CRTDLL__mbsspnp @380
635 _mbsstr = CRTDLL__mbsstr @381
636 _mbstok = CRTDLL__mbstok @382
637; _mbstrlen @383
638 _mbsupr = CRTDLL__mbsupr @384
639; _memccpy @385
640 _memicmp = NTDLL__memicmp @386
641 _mkdir = CRTDLL__mkdir @387
642 _mktemp = CRTDLL__mktemp @388
643 _msize = CRTDLL__msize @389
644; _nextafter @390
645; _onexit @391
646 _open = CRTDLL__open @392
647 _open_osfhandle = CRTDLL__open_osfhandle @393
648
649 _pclose = CRTDLL__pclose @398
650
651
652 _pipe = CRTDLL__pipe @401
653 _popen = CRTDLL__popen @402
654; _purecall @403
655; _putch @404
656; _putenv @405
657 _putw = CRTDLL__putw @406
658
659 _read = CRTDLL__read @409
660; _rmdir @410
661; _rmtmp @411
662 _rotl = CRTDLL__rotl @412
663 _rotr = CRTDLL__rotr @413
664
665; _scalb @418
666 _searchenv = CRTDLL__searchenv @419
667
668; _seterrormode @423
669 _setjmp = CRTDLL__setjmp @424
670
671 _setmode @428
672; _setsystime @429
673 _sleep = CRTDLL__sleep @430
674 _snprintf = NTDLL__snprintf @431
675 _snwprintf = NTDLL__snwprintf @432
676; _sopen @433
677; _spawnl @434
678; _spawnle @435
679; _spawnlp @436
680; _spawnlpe @437
681; _spawnv @438
682; _spawnve @439
683; _spawnvp @440
684; _spawnvpe @441
685 _splitpath = NTDLL__splitpath @442
686 _stat = CRTDLL__stat @443
687
688; _statusfp @445
689 _strcmpi = NTDLL__strcmpi @446
690 _strdate = CRTDLL__strdate @447
691 _strdup = CRTDLL__strdup @448
692; _strerror @449
693 _stricmp = NTDLL__stricmp @450
694 _stricoll = CRTDLL__stricoll @451
695 _strlwr = NTDLL__strlwr @452
696
697 _strnicmp = NTDLL__strnicmp @454
698
699 _strnset = CRTDLL__strnset @456
700 _strrev = CRTDLL__strrev @457
701 _strset = CRTDLL__strset @458
702 _strtime = CRTDLL__strtime @459
703 _strupr = NTDLL__strupr @460
704; _swab @461
705; _sys_errlist @462
706
707; _tell @464
708
709 _tempnam = CRTDLL__tempnam @466
710
711 _tolower = CRTDLL__tolower @468
712 _toupper = CRTDLL__toupper @469
713; _tzname @470
714; _tzset @471
715
716 _ultoa = NTDLL__ultoa @474
717
718; _umask @476
719; _ungetch @477
720 _unlink = CRTDLL__unlink @478
721; _unloaddll @479
722
723 _utime = CRTDLL__utime @481
724 _vsnprintf = NTDLL__vsnprintf @482
725 _vsnwprintf = CRTDLL__vsnwprintf @483
726
727 _wcsdup = CRTDLL__wcsdup @490
728 _wcsicmp = NTDLL__wcsicmp @491
729 _wcsicoll = CRTDLL__wcsicoll @492
730 _wcslwr = NTDLL__wcslwr @493
731
732 _wcsnicmp = NTDLL__wcsnicmp @495
733
734 _wcsnset = CRTDLL__wcsnset @497
735 _wcsrev = CRTDLL__wcsrev @498
736 _wcsset = CRTDLL__wcsset @499
737
738
739 _wcsupr = NTDLL__wcsupr @500
740
741 _write = CRTDLL__write @536
742
743 _wtoi = NTDLL__wtoi @557
744
745 _wtol = NTDLL__wtol @559
746
747; _y0 @562
748; _y1 @563
749; _yn @564
750 abort = CRTDLL_abort @565
751 abs = NTDLL_abs @566
752 acos = CRTDLL_acos @567
753 asctime = CRTDLL_asctime @568
754 asin = CRTDLL_asin @569
755 atan = NTDLL_atan @570
756 atan2 = CRTDLL_atan2 @571
757 atexit = CRTDLL_atexit @572
758 atof = CRTDLL_atof @573
759 atoi = NTDLL_atoi @574
760 atol = NTDLL_atol @575
761 bsearch = CRTDLL_bsearch @576
762 calloc = CRTDLL_calloc @577
763 ceil = NTDLL_ceil @578
764 clearerr = CRTDLL_clearerr @579
765 clock = CRTDLL_clock @580
766 cos = NTDLL_cos @581
767 cosh = CRTDLL_cosh @582
768 ctime = CRTDLL_ctime @583
769 difftime = CRTDLL_difftime @584
770 div = CRTDLL_div @585
771 exit = CRTDLL_exit @586
772 exp = CRTDLL_exp @587
773 fabs = NTDLL_fabs @588
774 fclose = CRTDLL_fclose @589
775 feof = CRTDLL_feof @590
776 ferror = CRTDLL_ferror @591
777 fflush = CRTDLL_fflush @592
778 fgetc = CRTDLL_fgetc @593
779 fgetpos = CRTDLL_fgetpos @594
780 fgets = CRTDLL_fgets @595
781 fgetwc = CRTDLL_fgetwc @596
782
783 floor = NTDLL_floor @598
784 fmod = CRTDLL_fmod @599
785
786
787 fopen = CRTDLL_fopen @600
788 fprintf = CRTDLL_fprintf @601
789 fputc = CRTDLL_fputc @602
790 fputs = CRTDLL_fputs @603
791 fputwc = CRTDLL_fputwc @604
792
793 fread = CRTDLL_fread @606
794 free = CRTDLL_free @607
795 freopen = CRTDLL_freopen @608
796 frexp = CRTDLL_frexp @609
797 fscanf = CRTDLL_fscanf @610
798 fseek = CRTDLL_fseek @611
799 fsetpos = CRTDLL_fsetpos @612
800 ftell = CRTDLL_ftell @613
801 fwprintf = CRTDLL_fwprintf @614
802 fwrite = CRTDLL_fwrite @615
803 fwscanf = CRTDLL_fwscanf @616
804 getc = CRTDLL_getc @617
805 getchar = CRTDLL_getchar @618
806 getenv = CRTDLL_getenv @619
807 gets = CRTDLL_gets @620
808
809 gmtime = CRTDLL_gmtime @623
810 is_wctype = CRTDLL_is_wctype @624
811 isalnum = CRTDLL_isalnum @625
812 isalpha = NTDLL_isalpha @626
813 iscntrl = CRTDLL_iscntrl @627
814 isdigit = NTDLL_isdigit @628
815 isgraph = CRTDLL_isgraph @629
816 isleadbyte = CRTDLL_isleadbyte @630
817 islower = NTDLL_islower @631
818 isprint = NTDLL_isprint @632
819 ispunct = CRTDLL_ispunct @633
820 isspace = NTDLL_isspace @634
821 isupper = NTDLL_isupper @635
822 iswalnum = CRTDLL_iswalnum @636
823 iswalpha = NTDLL_iswalpha @637
824 iswascii = CRTDLL_iswascii @638
825 iswcntrl = CRTDLL_iswcntrl @639
826 iswctype = NTDLL_iswctype @640
827 iswdigit = CRTDLL_iswdigit @641
828 iswgraph = CRTDLL_iswgraph @642
829 iswlower = CRTDLL_iswlower @643
830 iswprint = CRTDLL_iswprint @644
831 iswpunct = CRTDLL_iswpunct @645
832 iswspace = CRTDLL_iswspace @646
833 iswupper = CRTDLL_iswupper @647
834 iswxdigit = CRTDLL_iswxdigit @648
835 isxdigit = NTDLL_isxdigit @649
836 labs = NTDLL_labs @650
837 ldexp = CRTDLL_ldexp @651
838 ldiv = CRTDLL_ldiv @652
839 localeconv = CRTDLL_localeconv @653
840 localtime = CRTDLL_localtime @654
841 log = NTDLL_log @655
842 log10 = CRTDLL_log10 @656
843 longjmp = CRTDLL_longjmp @657
844 malloc = CRTDLL_malloc @658
845 mblen = CRTDLL_mblen @659
846 mbstowcs = NTDLL_mbstowcs @660
847 mbtowc = CRTDLL_mbtowc @661
848 memchr = NTDLL_memchr @662
849 memcmp = NTDLL_memcmp @663
850 memcpy = NTDLL_memcpy @664
851 memmove = KERNEL32_memmove @665
852 memset = NTDLL_memset @666
853 mktime = CRTDLL_mktime @667
854 modf = CRTDLL_modf @668
855 perror = CRTDLL_perror @669
856 pow = NTDLL_pow @670
857 printf = CRTDLL_printf @671
858 putc = CRTDLL_putc @672
859 putchar = CRTDLL_putchar @673
860 puts = CRTDLL_puts @674
861
862 qsort = NTDLL_qsort @677
863 raise = CRTDLL_raise @678
864 rand = CRTDLL_rand @679
865 realloc = CRTDLL_realloc @680
866 remove = CRTDLL_remove @681
867 rename = CRTDLL_rename @682
868 rewind = CRTDLL_rewind @683
869 scanf = CRTDLL_scanf @684
870 setbuf = CRTDLL_setbuf @685
871 setlocale = CRTDLL_setlocale @686
872 setvbuf = CRTDLL_setvbuf @687
873 signal = CRTDLL_signal @688
874 sin = NTDLL_sin @689
875 sinh = CRTDLL_sinh @690
876 sprintf = NTDLL_sprintf @691
877 sqrt = NTDLL_sqrt @692
878 srand = CRTDLL_srand @693
879 sscanf = NTDLL_sscanf @694
880 strcat = NTDLL_strcat @695
881 strchr = NTDLL_strchr @696
882 strcmp = NTDLL_strcmp @697
883 strcoll = CRTDLL_strcoll @698
884 strcpy = NTDLL_strcpy @699
885
886
887 strcspn = NTDLL_strcspn @700
888 strerror = CRTDLL_strerror @701
889 strftime = CRTDLL_strftime @702
890 strlen = NTDLL_strlen @703
891 strncat = NTDLL_strncat @704
892 strncmp = NTDLL_strncmp @705
893 strncpy = NTDLL_strncpy @706
894 strpbrk = NTDLL_strpbrk @707
895 strrchr = NTDLL_strrchr @708
896 strspn = NTDLL_strspn @709
897 strstr = NTDLL_strstr @710
898 strtod = CRTDLL_strtod @711
899 strtok = CRTDLL_strtok @712
900 strtol = CRTDLL_strtol @713
901 strtoul = CRTDLL_strtoul @714
902 strxfrm = CRTDLL_strxfrm @715
903 swprintf = NTDLL_swprintf @716
904 swscanf = CRTDLL_swscanf @717
905 system = CRTDLL_system @718
906 tan = NTDLL_tan @719
907 tanh = CRTDLL_tanh @720
908 time = CRTDLL_time @721
909 tmpfile = CRTDLL_tmpfile @722
910 tmpnam = CRTDLL_tmpnam @723
911 tolower = NTDLL_tolower @724
912 toupper = NTDLL_toupper @725
913 towlower = NTDLL_towlower @726
914 towupper = NTDLL_towupper @727
915 ungetc = CRTDLL_ungetc @728
916 ungetwc = CRTDLL_ungetwc @729
917 vfprintf = CRTDLL_vfprintf @730
918 vfwprintf = CRTDLL_vfwprintf @731
919 vprintf = CRTDLL_vprintf @732
920 vsprintf = NTDLL_vsprintf @733
921 vswprintf = CRTDLL_vswprintf @734
922 vwprintf = CRTDLL_vwprintf @735
923 wcscat = NTDLL_wcscat @736
924 wcschr = NTDLL_wcschr @737
925 wcscmp = NTDLL_wcscmp @738
926 wcscoll = CRTDLL_wcscoll @739
927 wcscpy = NTDLL_wcscpy @740
928 wcscspn = NTDLL_wcscspn @741
929 wcsftime = CRTDLL_wcsftime @742
930 wcslen = NTDLL_wcslen @743
931 wcsncat = NTDLL_wcsncat @744
932 wcsncmp = NTDLL_wcsncmp @745
933 wcsncpy = NTDLL_wcsncpy @746
934 wcspbrk = NTDLL_wcspbrk @747
935 wcsrchr = NTDLL_wcsrchr @748
936 wcsspn = NTDLL_wcsspn @749
937 wcsstr = NTDLL_wcsstr @750
938 wcstod = CRTDLL_wcstod @751
939 wcstok = NTDLL_wcstok @752
940 wcstol = NTDLL_wcstol @753
941 wcstombs = NTDLL_wcstombs @754
942 wcstoul = NTDLL_wcstoul @755
943 wcsxfrm = CRTDLL_wcsxfrm @756
944 wctomb = CRTDLL_wctomb @757
945 wprintf = CRTDLL_wprintf @758
946 wscanf = CRTDLL_wscanf @759
947
Note: See TracBrowser for help on using the repository browser.