source: trunk/src/crtdll/crtdll.def@ 1567

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

Jens Weissner's changes (all functions included)

File size: 22.9 KB
Line 
1; $Id: crtdll.def,v 1.8 1999-10-07 09:28:48 sandervl Exp $
2
3;Created by BLAST for IBM's compiler
4LIBRARY CRTDLL INITINSTANCE TERMINSTANCE
5DATA MULTIPLE NONSHARED
6
7IMPORTS
8 _RtlUnwind@16 = NTDLL.RtlUnwind
9
10; Forwarded APIs
11 KERNEL32_memmove = KERNEL32.memmove
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
102EXPORTS
103 ??2@YAPAXI@Z = _CRTDLL_new @1
104 ??3@YAXPAX@Z = _CRTDLL_delete @2
105 ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = _CRTDLL_set_new_handler @3
106 _CIacos = _CRTDLL__CIacos @4
107 _CIasin = _CRTDLL__CIasin @5
108 _CIatan = _CRTDLL__CIatan @6
109 _CIatan2 = _CRTDLL__CIatan2 @7
110 _CIcos = _CRTDLL__CIcos @8
111 _CIcosh = _CRTDLL__CIcosh @9
112 _CIexp = _CRTDLL__CIexp @10
113 _CIfmod = _CRTDLL__CIfmod @11
114 _CIlog = _CRTDLL__CIlog @12
115 _CIlog10 = _CRTDLL__CIlog10 @13
116 _CIpow = NTDLL__CIpow @14
117 _CIsin = _CRTDLL__CIsin @15
118 _CIsinh = _CRTDLL__CIsinh @16
119 _CIsqrt = _CRTDLL__CIsqrt @17
120 _CItan = _CRTDLL__CItan @18
121 _CItanh = _CRTDLL__CItanh @19
122 _HUGE_dll = CRTDLL_HUGE_dll @20
123 _XcptFilter = _CRTDLL__XcptFilter @21
124 __GetMainArgs = _CRTDLL__GetMainArgs @22
125 __argc_dll = CRTDLL_argc_dll @23
126 __argv_dll = CRTDLL_argv_dll @24
127 __dllonexit = _CRTDLL___dllonexit @25
128 __doserrno = _CRTDLL___doserrno @26
129 __fpecode = _CRTDLL___fpecode @27
130 __isascii = _CRTDLL___isascii @28
131 __iscsym = _CRTDLL___iscsym @29
132 __iscsymf = _CRTDLL___iscsymf @30
133 __mb_cur_max_dll = CRTDLL_mb_cur_max_dll @31
134 __pxcptinfoptrs = _CRTDLL___pxcptinfoptrs @32
135 __threadhandle = _CRTDLL___threadhandle @33
136 __threadid = _CRTDLL___threadid @34
137 __toascii = _CRTDLL___toascii @35
138 _abnormal_termination = _CRTDLL__abnormal_termination @36
139 _access = _CRTDLL__access @37
140 _acmdln_dll = CRTDLL_acmdln_dll @38
141 _aexit_rtn_dll = _CRTDLL__aexit_rtn_dll @39
142 _amsg_exit = _CRTDLL__amsg_exit @40
143 _assert = _CRTDLL__assert @41
144 _basemajor_dll = CRTDLL_basemajor_dll @42
145 _baseminor_dll = CRTDLL_baseminor_dll @43
146 _baseversion_dll = CRTDLL_baseversion_dll @44
147 _beep = _CRTDLL__beep @45
148 _beginthread = _CRTDLL__beginthread @46
149 _c_exit = _CRTDLL__c_exit @47
150 _cabs = _CRTDLL__cabs @48
151 _cexit = _CRTDLL__cexit @49
152 _cgets = _CRTDLL__cgets @50
153 _chdir = _CRTDLL__chdir @51
154 _chdrive = _CRTDLL__chdrive @52
155 _chgsign = _CRTDLL__chgsign @53
156 _chmod = _CRTDLL__chmod @54
157 _chsize = _CRTDLL__chsize @55
158 _clearfp = _CRTDLL__clearfp @56
159 _close = _CRTDLL__close @57
160 _commit = _CRTDLL__commit @58
161 _commode_dll = CRTDLL_commode_dll @59
162 _control87 = _CRTDLL__control87 @60
163 _controlfp = _CRTDLL__controlfp @61
164 _copysign = _CRTDLL__copysign @62
165 _cprintf = _CRTDLL__cprintf @63
166 _cpumode_dll = CRTDLL_cpumode_dll @64
167 _cputs = _CRTDLL__cputs @65
168 _creat = _CRTDLL__creat @66
169 _cscanf = _CRTDLL__cscanf @67
170 _ctype = CRTDLL_ctype @68
171 _cwait = _CRTDLL__cwait @69
172 _daylight_dll = CRTDLL_daylight_dll @70
173 _dup = _CRTDLL__dup @71
174 _dup2 = _CRTDLL__dup2 @72
175 _ecvt = _CRTDLL__ecvt @73
176 _endthread = _CRTDLL__endthread @74
177 _environ_dll = CRTDLL_environ_dll @75
178 _eof = _CRTDLL__eof @76
179 _errno = _CRTDLL__errno @77
180 _except_handler2 = _CRTDLL__except_handler2 @78
181 _execl = _CRTDLL__execl @79
182 _execle = _CRTDLL__execle @80
183 _execlp = _CRTDLL__execlp @81
184 _execlpe = _CRTDLL__execlpe @82
185 _execv = _CRTDLL__execv @83
186 _execve = _CRTDLL__execve @84
187 _execvp = _CRTDLL__execvp @85
188 _execvpe = _CRTDLL__execvpe @86
189 _exit = _CRTDLL__exit @87
190 _expand = _CRTDLL__expand @88
191 _fcloseall = _CRTDLL__fcloseall @89
192 _fcvt = _CRTDLL__fcvt @90
193 _fdopen = _CRTDLL__fdopen @91
194 _fgetchar = _CRTDLL__fgetchar @92
195 _fgetwchar = _CRTDLL__fgetwchar @93
196 _filbuf = _CRTDLL__filbuf @94
197 _fileinfo_dll = CRTDLL_fileinfo_dll @95
198 _filelength = _CRTDLL__filelength @96
199 _fileno = _CRTDLL__fileno @97
200 _findclose = _CRTDLL__findclose @98
201 _findfirst = _CRTDLL__findfirst @99
202 _findnext = _CRTDLL__findnext @100
203
204 _finite = _CRTDLL__finite @101
205 _flsbuf = _CRTDLL__flsbuf @102
206 _flushall = _CRTDLL__flushall @103
207 _fmode_dll = CRTDLL_fmode_dll @104
208 _fpclass = _CRTDLL__fpclass @105
209 _fpieee_flt = _CRTDLL__fpieee_flt @106
210 _fpreset = _CRTDLL__fpreset @107
211 _fputchar = _CRTDLL__fputchar @108
212 _fputwchar = _CRTDLL__fputwchar @109
213 _fsopen = _CRTDLL__fsopen @110
214 _fstat = _CRTDLL__fstat @111
215 _ftime = _CRTDLL__ftime @112
216 _ftol = NTDLL__ftol @113
217 _fullpath = _CRTDLL__fullpath @114
218 _futime = _CRTDLL__futime @115
219 _gcvt = _CRTDLL__gcvt @116
220 _get_osfhandle = _CRTDLL__get_osfhandle @117
221 _getch = _CRTDLL__getch @118
222 _getche = _CRTDLL__getche @119
223 _getcwd = _CRTDLL__getcwd @120
224 _getdcwd = _CRTDLL__getdcwd @121
225 _getdiskfree = _CRTDLL__getdiskfree @122
226 _getdllprocaddr = _CRTDLL__getdllprocaddr @123
227 _getdrive = _CRTDLL__getdrive @124
228 _getdrives = _CRTDLL__getdrives @125
229 _getpid = _CRTDLL__getpid @126
230 _getsystime = _CRTDLL__getsystime @127
231 _getw = _CRTDLL__getw @128
232 _global_unwind2 = _CRTDLL__global_unwind2 @129
233 _heapchk = _CRTDLL__heapchk @130
234 _heapmin = _CRTDLL__heapmin @131
235 _heapset = _CRTDLL__heapset @132
236 _heapwalk = _CRTDLL__heapwalk @133
237 _hypot = _CRTDLL__hypot @134
238 _initterm = _DLL_InitTerm @135
239 _iob = CRTDLL_iob @136
240 _isatty = _CRTDLL__isatty @137
241 _isctype = _CRTDLL__isctype @138
242 _ismbbalnum = _CRTDLL__ismbbalnum @139
243 _ismbbalpha = _CRTDLL__ismbbalpha @140
244 _ismbbgraph = _CRTDLL__ismbbgraph @141
245 _ismbbkalnum = _CRTDLL__ismbbkalnum @142
246 _ismbbkana = _CRTDLL__ismbbkana @143
247 _ismbbkpunct = _CRTDLL__ismbbkpunct @144
248 _ismbblead = _CRTDLL__ismbblead @145
249 _ismbbprint = _CRTDLL__ismbbprint @146
250 _ismbbpunct = _CRTDLL__ismbbpunct @147
251 _ismbbtrail = _CRTDLL__ismbbtrail @148
252 _ismbcalpha = _CRTDLL__ismbcalpha @149
253 _ismbcdigit = _CRTDLL__ismbcdigit @150
254 _ismbchira = _CRTDLL__ismbchira @151
255 _ismbckata = _CRTDLL__ismbckata @152
256 _ismbcl0 = _CRTDLL__ismbcl0 @153
257 _ismbcl1 = _CRTDLL__ismbcl1 @154
258 _ismbcl2 = _CRTDLL__ismbcl2 @155
259 _ismbclegal = _CRTDLL__ismbclegal @156
260 _ismbclower = _CRTDLL__ismbclower @157
261 _ismbcprint = _CRTDLL__ismbcprint @158
262 _ismbcspace = _CRTDLL__ismbcspace @159
263 _ismbcsymbol = _CRTDLL__ismbcsymbol @160
264 _ismbcupper = _CRTDLL__ismbcupper @161
265 _ismbslead = _CRTDLL__ismbslead @162
266 _ismbstrail = _CRTDLL__ismbstrail @163
267 _isnan = _CRTDLL__isnan @164
268 _itoa = NTDLL__itoa @165
269 _j0 = _CRTDLL__j0 @166
270 _j1 = _CRTDLL__j1 @167
271 _jn = _CRTDLL__jn @168
272 _kbhit = _CRTDLL__kbhit @169
273 _lfind = _CRTDLL__lfind @170
274 _loaddll = _CRTDLL__loaddll @171
275 _local_unwind2 = _CRTDLL__local_unwind2 @172
276 _locking = _CRTDLL__locking @173
277 _logb = _CRTDLL__logb @174
278 _lrotl = _CRTDLL__lrotl @175
279 _lrotr = _CRTDLL__lrotr @176
280 _lsearch = _CRTDLL__lsearch @177
281 _lseek = _CRTDLL__lseek @178
282 _ltoa = NTDLL__ltoa @179
283 _makepath = _CRTDLL__makepath @180
284 _matherr = _CRTDLL__matherr @181
285 _mbbtombc = _CRTDLL__mbbtombc @182
286 _mbbtype = _CRTDLL__mbbtype @183
287 _mbccpy = _CRTDLL__mbccpy @184
288 _mbcjistojms = _CRTDLL__mbcjistojms @185
289 _mbcjmstojis = _CRTDLL__mbcjmstojis @186
290 _mbclen = _CRTDLL__mbclen @187
291 _mbctohira = _CRTDLL__mbctohira @188
292 _mbctokata = _CRTDLL__mbctokata @189
293 _mbctolower = _CRTDLL__mbctolower @190
294 _mbctombb = _CRTDLL__mbctombb @191
295 _mbctoupper = _CRTDLL__mbctoupper @192
296 _mbctype = CRTDLL_mbctype @193
297 _mbsbtype = _CRTDLL__mbsbtype @194
298 _mbscat = _CRTDLL__mbscat @195
299 _mbschr = _CRTDLL__mbschr @196
300 _mbscmp = _CRTDLL__mbscmp @197
301 _mbscpy = _CRTDLL__mbscpy @198
302 _mbscspn = _CRTDLL__mbscspn @199
303
304 _mbsdec = _CRTDLL__mbsdec @200
305 _mbsdup = _CRTDLL__mbsdup @201
306 _mbsicmp = _CRTDLL__mbsicmp @202
307 _mbsinc = _CRTDLL__mbsinc @203
308 _mbslen = _CRTDLL__mbslen @204
309 _mbslwr = _CRTDLL__mbslwr @205
310 _mbsnbcat = _CRTDLL__mbsnbcat @206
311 _mbsnbcmp = _CRTDLL__mbsnbcmp @207
312 _mbsnbcnt = _CRTDLL__mbsnbcnt @208
313 _mbsnbcpy = _CRTDLL__mbsnbcpy @209
314 _mbsnbicmp = _CRTDLL__mbsnbicmp @210
315 _mbsnbset = _CRTDLL__mbsnbset @211
316 _mbsncat = _CRTDLL__mbsncat @212
317 _mbsnccnt = _CRTDLL__mbsnccnt @213
318 _mbsncmp = _CRTDLL__mbsncmp @214
319 _mbsncpy = _CRTDLL__mbsncpy @215
320 _mbsnextc = _CRTDLL__mbsnextc @216
321 _mbsnicmp = _CRTDLL__mbsnicmp @217
322 _mbsninc = _CRTDLL__mbsninc @218
323 _mbsnset = _CRTDLL__mbsnset @219
324 _mbspbrk = _CRTDLL__mbspbrk @220
325 _mbsrchr = _CRTDLL__mbsrchr @221
326 _mbsrev = _CRTDLL__mbsrev @222
327 _mbsset = _CRTDLL__mbsset @223
328 _mbsspn = _CRTDLL__mbsspn @224
329 _mbsspnp = _CRTDLL__mbsspnp @225
330 _mbsstr = _CRTDLL__mbsstr @226
331 _mbstok = _CRTDLL__mbstok @227
332 _mbstrlen = _CRTDLL__mbstrlen @228
333 _mbsupr = _CRTDLL__mbsupr @229
334 _memccpy = _CRTDLL__memccpy @230
335 _memicmp = NTDLL__memicmp @231
336 _mkdir = _CRTDLL__mkdir @232
337 _mktemp = _CRTDLL__mktemp @233
338 _msize = _CRTDLL__msize @234
339 _nextafter = _CRTDLL__nextafter @235
340 _onexit = _CRTDLL__onexit @236
341 _open = _CRTDLL__open @237
342 _open_osfhandle = _CRTDLL__open_osfhandle @238
343 _osmajor_dll = CRTDLL_osmajor_dll @239
344 _osminor_dll = CRTDLL_osminor_dll @240
345 _osmode_dll = CRTDLL_osmode_dll @241
346 _osver_dll = CRTDLL_osver_dll @242
347 _osversion_dll = CRTDLL_osversion_dll @243
348 _pclose = _CRTDLL__pclose @244
349 _pctype_dll = CRTDLL_pctype_dll @245
350 _pgmptr_dll = CRTDLL_pgmptr_dll @246
351 _pipe = _CRTDLL__pipe @247
352 _popen = _CRTDLL__popen @248
353 _purecall = _CRTDLL__purecall @249
354 _putch = _CRTDLL__putch @250
355 _putenv = _CRTDLL__putenv @251
356 _putw = _CRTDLL__putw @252
357 _pwctype_dll = CRTDLL_pwctype_dll @253
358 _read = _CRTDLL__read @254
359 _rmdir = _CRTDLL__rmdir @255
360 _rmtmp = _CRTDLL__rmtmp @256
361 _rotl = _CRTDLL__rotl @257
362 _rotr = _CRTDLL__rotr @258
363 _scalb = _CRTDLL__scalb @259
364 _searchenv = _CRTDLL__searchenv @260
365 _seterrormode = _CRTDLL__seterrormode @261
366 _setjmp = _CRTDLL__setjmp @262
367 _setmode = _CRTDLL__setmode @263
368 _setsystime = _CRTDLL__setsystime @264
369 _sleep = _CRTDLL__sleep @265
370 _snprintf = NTDLL__snprintf @266
371 _snwprintf = NTDLL__snwprintf @267
372 _sopen = _CRTDLL__sopen @268
373 _spawnl = _CRTDLL__spawnl @269
374 _spawnle = _CRTDLL__spawnle @270
375 _spawnlp = _CRTDLL__spawnlp @271
376 _spawnlpe = _CRTDLL__spawnlpe @272
377 _spawnv = _CRTDLL__spawnv @273
378 _spawnve = _CRTDLL__spawnve @274
379 _spawnvp = _CRTDLL__spawnvp @275
380 _spawnvpe = _CRTDLL__spawnvpe @276
381 _splitpath = NTDLL__splitpath @277
382 _stat = _CRTDLL__stat @278
383 _statusfp = _CRTDLL__statusfp @279
384 _strcmpi = NTDLL__strcmpi @280
385 _strdate = _CRTDLL__strdate @281
386 _strdec = _CRTDLL__strdec @282
387 _strdup = _CRTDLL__strdup @283
388 _strerror = _CRTDLL__strerror @284
389 _stricmp = NTDLL__stricmp @285
390 _stricoll = _CRTDLL__stricoll @286
391 _strinc = _CRTDLL__strinc @287
392 _strlwr = NTDLL__strlwr @288
393 _strncnt = _CRTDLL__strncnt @289
394 _strnextc = _CRTDLL__strnextc @290
395 _strnicmp = NTDLL__strnicmp @291
396 _strninc = _CRTDLL__strninc @292
397 _strnset = _CRTDLL__strnset @293
398 _strrev = _CRTDLL__strrev @294
399 _strset = _CRTDLL__strset @295
400 _strspnp = _CRTDLL__strspnp @296
401 _strtime = _CRTDLL__strtime @297
402 _strupr = NTDLL__strupr @298
403 _swab = _CRTDLL__swab @299
404
405 _sys_errlist = CRTDLL_sys_errlist @300
406 _sys_nerr_dll = CRTDLL_sys_nerr_dll @301
407 _tell = _CRTDLL__tell @302
408 _tempnam = _CRTDLL__tempnam @303
409 _timezone_dll = CRTDLL_timezone_dll @304
410 _tolower = _CRTDLL__tolower @305
411 _toupper = _CRTDLL__toupper @306
412 _tzname = CRTDLL_tzname @307
413 _tzset = _CRTDLL__tzset @308
414 _ultoa = NTDLL__ultoa @309
415 _umask = _CRTDLL__umask @310
416 _ungetch = _CRTDLL__ungetch @311
417 _unlink = _CRTDLL__unlink @312
418 _unloaddll = _CRTDLL__unloaddll @313
419 _utime = _CRTDLL__utime @314
420 _vsnprintf = NTDLL__vsnprintf @315
421 _vsnwprintf = _CRTDLL__vsnwprintf @316
422 _wcsdup = _CRTDLL__wcsdup @317
423 _wcsicmp = _NTDLL__wcsicmp @318
424 _wcsicoll = _CRTDLL__wcsicoll @319
425 _wcslwr = NTDLL__wcslwr @320
426 _wcsnicmp = NTDLL__wcsnicmp @321
427 _wcsnset = _CRTDLL__wcsnset @322
428 _wcsrev = _CRTDLL__wcsrev @323
429 _wcsset = _CRTDLL__wcsset @324
430 _wcsupr = NTDLL__wcsupr @325
431 _winmajor_dll = CRTDLL_winmajor_dll @326
432 _winminor_dll = CRTDLL_winminor_dll @327
433 _winver_dll = CRTDLL_winver_dll @328
434 _write = _CRTDLL__write @329
435 _wtoi = NTDLL__wtoi @330
436 _wtol = NTDLL__wtol @331
437 _y0 = _CRTDLL__y0 @332
438 _y1 = _CRTDLL__y1 @333
439 _yn = _CRTDLL__yn @334
440 abort = _CRTDLL_abort @335
441 abs = NTDLL_abs @336
442 acos = _CRTDLL_acos @337
443 asctime = _CRTDLL_asctime @338
444 asin = _CRTDLL_asin @339
445 atan = NTDLL_atan @340
446 atan2 = _CRTDLL_atan2 @341
447 atexit = _CRTDLL_atexit @342
448 atof = _CRTDLL_atof @343
449 atoi = NTDLL_atoi @344
450 atol = NTDLL_atol @345
451 bsearch = _CRTDLL_bsearch @346
452 calloc = _CRTDLL_calloc @347
453 ceil = NTDLL_ceil @348
454 clearerr = _CRTDLL_clearerr @349
455 clock = _CRTDLL_clock @350
456 cos = NTDLL_cos @351
457 cosh = _CRTDLL_cosh @352
458 ctime = _CRTDLL_ctime @353
459 difftime = _CRTDLL_difftime @354
460 div = _CRTDLL_div @355
461 exit = _CRTDLL_exit @356
462 exp = _CRTDLL_exp @357
463 fabs = NTDLL_fabs @358
464 fclose = _CRTDLL_fclose @359
465 feof = _CRTDLL_feof @360
466 ferror = _CRTDLL_ferror @361
467 fflush = _CRTDLL_fflush @362
468 fgetc = _CRTDLL_fgetc @363
469 fgetpos = _CRTDLL_fgetpos @364
470 fgets = _CRTDLL_fgets @365
471 fgetwc = _CRTDLL_fgetwc @366
472 floor = NTDLL_floor @367
473 fmod = _CRTDLL_fmod @368
474 fopen = _CRTDLL_fopen @369
475 fprintf = _CRTDLL_fprintf @370
476 fputc = _CRTDLL_fputc @371
477 fputs = _CRTDLL_fputs @372
478 fputwc = _CRTDLL_fputwc @373
479 fread = _CRTDLL_fread @374
480 free = _CRTDLL_free @375
481 freopen = _CRTDLL_freopen @376
482 frexp = _CRTDLL_frexp @377
483 fscanf = _CRTDLL_fscanf @378
484 fseek = _CRTDLL_fseek @379
485 fsetpos = _CRTDLL_fsetpos @380
486 ftell = _CRTDLL_ftell @381
487 fwprintf = _CRTDLL_fwprintf @382
488 fwrite = _CRTDLL_fwrite @383
489 fwscanf = _CRTDLL_fwscanf @384
490 getc = _CRTDLL_getc @385
491 getchar = _CRTDLL_getchar @386
492 getenv = _CRTDLL_getenv @387
493 gets = _CRTDLL_gets @388
494 gmtime = _CRTDLL_gmtime @389
495 is_wctype = _CRTDLL_is_wctype @390
496 isalnum = _CRTDLL_isalnum @391
497 isalpha = NTDLL_isalpha @392
498 iscntrl = _CRTDLL_iscntrl @393
499 isdigit = NTDLL_isdigit @394
500 isgraph = _CRTDLL_isgraph @395
501 isleadbyte = _CRTDLL_isleadbyte @396
502 islower = NTDLL_islower @397
503 isprint = NTDLL_isprint @398
504 ispunct = _CRTDLL_ispunct @399
505
506 isspace = NTDLL_isspace @400
507 isupper = NTDLL_isupper @401
508 iswalnum = _CRTDLL_iswalnum @402
509 iswalpha = NTDLL_iswalpha @403
510 iswascii = _CRTDLL_iswascii @404
511 iswcntrl = _CRTDLL_iswcntrl @405
512 iswctype = NTDLL_iswctype @406
513 iswdigit = _CRTDLL_iswdigit @407
514 iswgraph = _CRTDLL_iswgraph @408
515 iswlower = _CRTDLL_iswlower @409
516 iswprint = _CRTDLL_iswprint @410
517 iswpunct = _CRTDLL_iswpunct @411
518 iswspace = _CRTDLL_iswspace @412
519 iswupper = _CRTDLL_iswupper @413
520 iswxdigit = _CRTDLL_iswxdigit @414
521 isxdigit = NTDLL_isxdigit @415
522 labs = NTDLL_labs @416
523 ldexp = _CRTDLL_ldexp @417
524 ldiv = _CRTDLL_ldiv @418
525 localeconv = _CRTDLL_localeconv @419
526 localtime = _CRTDLL_localtime @420
527 log = NTDLL_log @421
528 log10 = _CRTDLL_log10 @422
529 longjmp = _CRTDLL_longjmp @423
530 malloc = _CRTDLL_malloc @424
531 mblen = _CRTDLL_mblen @425
532 mbstowcs = NTDLL_mbstowcs @426
533 mbtowc = _CRTDLL_mbtowc @427
534 memchr = NTDLL_memchr @428
535 memcmp = NTDLL_memcmp @429
536 memcpy = NTDLL_memcpy @430
537 memmove = KERNEL32_memmove @431
538 memset = NTDLL_memset @432
539 mktime = _CRTDLL_mktime @433
540 modf = _CRTDLL_modf @434
541 perror = _CRTDLL_perror @435
542 pow = NTDLL_pow @436
543 printf = _CRTDLL_printf @437
544 putc = _CRTDLL_putc @438
545 putchar = _CRTDLL_putchar @439
546 puts = _CRTDLL_puts @440
547 qsort = NTDLL_qsort @441
548 raise = _CRTDLL_raise @442
549 rand = _CRTDLL_rand @443
550 realloc = _CRTDLL_realloc @444
551 remove = _CRTDLL_remove @445
552 rename = _CRTDLL_rename @446
553 rewind = _CRTDLL_rewind @447
554 scanf = _CRTDLL_scanf @448
555 setbuf = _CRTDLL_setbuf @449
556 setlocale = _CRTDLL_setlocale @450
557 setvbuf = _CRTDLL_setvbuf @451
558 signal = _CRTDLL_signal @452
559 sin = NTDLL_sin @453
560 sinh = _CRTDLL_sinh @454
561 sprintf = NTDLL_sprintf @455
562 sqrt = NTDLL_sqrt @456
563 srand = _CRTDLL_srand @457
564 sscanf = NTDLL_sscanf @458
565 strcat = NTDLL_strcat @459
566 strchr = NTDLL_strchr @460
567 strcmp = NTDLL_strcmp @461
568 strcoll = _CRTDLL_strcoll @462
569 strcpy = NTDLL_strcpy @463
570 strcspn = NTDLL_strcspn @464
571 strerror = _CRTDLL_strerror @465
572 strftime = _CRTDLL_strftime @466
573 strlen = NTDLL_strlen @467
574 strncat = NTDLL_strncat @468
575 strncmp = NTDLL_strncmp @469
576 strncpy = NTDLL_strncpy @470
577 strpbrk = NTDLL_strpbrk @471
578 strrchr = NTDLL_strrchr @472
579 strspn = NTDLL_strspn @473
580 strstr = NTDLL_strstr @474
581 strtod = _CRTDLL_strtod @475
582 strtok = _CRTDLL_strtok @476
583 strtol = _CRTDLL_strtol @477
584 strtoul = _CRTDLL_strtoul @478
585 strxfrm = _CRTDLL_strxfrm @479
586 swprintf = NTDLL_swprintf @480
587 swscanf = _CRTDLL_swscanf @481
588 system = _CRTDLL_system @482
589 tan = NTDLL_tan @483
590 tanh = _CRTDLL_tanh @484
591 time = _CRTDLL_time @485
592 tmpfile = _CRTDLL_tmpfile @486
593 tmpnam = _CRTDLL_tmpnam @487
594 tolower = NTDLL_tolower @488
595 toupper = NTDLL_toupper @489
596 towlower = NTDLL_towlower @490
597 towupper = NTDLL_towupper @491
598 ungetc = _CRTDLL_ungetc @492
599 ungetwc = _CRTDLL_ungetwc @493
600 vfprintf = _CRTDLL_vfprintf @494
601 vfwprintf = _CRTDLL_vfwprintf @495
602 vprintf = _CRTDLL_vprintf @496
603 vsprintf = NTDLL_vsprintf @497
604 vswprintf = _CRTDLL_vswprintf @498
605 vwprintf = _CRTDLL_vwprintf @499
606
607 wcscat = NTDLL_wcscat @500
608 wcschr = NTDLL_wcschr @501
609 wcscmp = NTDLL_wcscmp @502
610 wcscoll = _CRTDLL_wcscoll @503
611 wcscpy = NTDLL_wcscpy @504
612 wcscspn = NTDLL_wcscspn @505
613 wcsftime = _CRTDLL_wcsftime @506
614 wcslen = NTDLL_wcslen @507
615 wcsncat = NTDLL_wcsncat @508
616 wcsncmp = NTDLL_wcsncmp @509
617 wcsncpy = NTDLL_wcsncpy @510
618 wcspbrk = NTDLL_wcspbrk @511
619 wcsrchr = NTDLL_wcsrchr @512
620 wcsspn = NTDLL_wcsspn @513
621 wcsstr = NTDLL_wcsstr @514
622 wcstod = _CRTDLL_wcstod @515
623 wcstok = NTDLL_wcstok @516
624 wcstol = NTDLL_wcstol @517
625 wcstombs = NTDLL_wcstombs @518
626 wcstoul = NTDLL_wcstoul @519
627 wcsxfrm = _CRTDLL_wcsxfrm @520
628 wctomb = _CRTDLL_wctomb @521
629 wprintf = _CRTDLL_wprintf @522
630 wscanf = _CRTDLL_wscanf @523
Note: See TracBrowser for help on using the repository browser.