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

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

update from Jens Weissner

File size: 20.3 KB
Line 
1; $Id: crtdll.def,v 1.4 1999-09-18 15:58:35 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 @1
104; ??3@YAXPAX@Z @2
105; ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z @3
106; _CIacos @4
107; _CIasin @5
108; _CIatan @6
109; _CIatan2 @7
110; _CIcos @8
111; _CIcosh @9
112; _CIexp @10
113; _CIfmod @11
114; _CIlog @12
115; _CIlog10 @13
116 _CIpow = NTDLL__CIpow @14
117; _CIsin @15
118; _CIsinh @16
119; _CIsqrt @17
120; _CItan @18
121; _CItanh @19
122; _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 @25
128; __doserrno @26
129; __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 @32
135 __threadhandle = _CRTDLL___threadhandle @33
136 __threadid = _CRTDLL___threadid @34
137; __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 @45
148 _beginthread = _CRTDLL__beginthread @46
149; _c_exit @47
150; _cabs @48
151; _cexit @49
152; _cgets @50
153 _chdir = _CRTDLL__chdir @51
154; _chdrive @52
155; _chgsign @53
156; _chmod @54
157; _chsize @55
158; _clearfp @56
159 _close = _CRTDLL__close @57
160; _commit @58
161 _commode_dll = CRTDLL_commode_dll @59
162 _control87 = _CRTDLL__control87 @60
163; _controlfp @61
164; _copysign @62
165; _cprintf @63
166; _cpumode_dll @64
167; _cputs @65
168; _creat @66
169; _cscanf @67
170; _ctype @68
171 _cwait = _CRTDLL__cwait @69
172; _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 @76
179 _errno = _CRTDLL__errno @77
180 _except_handler2 = _CRTDLL__except_handler2 @78
181; _execl @79
182; _execle @80
183; _execlp @81
184; _execlpe @82
185; _execv @83
186; _execve @84
187; _execvp @85
188; _execvpe @86
189 _exit = _CRTDLL__exit @87
190 _expand = _CRTDLL__expand @88
191; _fcloseall @89
192 _fcvt = _CRTDLL__fcvt @90
193 _fdopen = _CRTDLL__fdopen @91
194 _fgetchar = _CRTDLL__fgetchar @92
195 _fgetwchar = _CRTDLL__fgetwchar @93
196; _filbuf @94
197; _fileinfo_dll @95
198; _filelength @96
199; _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 @102
206; _flushall @103
207 _fmode_dll = CRTDLL_fmode_dll @104
208; _fpclass @105
209; _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 @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 @123
227 _getdrive = _CRTDLL__getdrive @124
228; _getdrives @125
229; _getpid @126
230; _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 @134
238; _initterm = _CRTDLL__initterm @135
239 _initterm = _DLL_InitTerm @135
240 _iob = CRTDLL_iob @136
241; _isatty @137
242 _isctype = _CRTDLL__isctype @138
243 _ismbbalnum = _CRTDLL__ismbbalnum @139
244 _ismbbalpha = _CRTDLL__ismbbalpha @140
245 _ismbbgraph = _CRTDLL__ismbbgraph @141
246 _ismbbkalnum = _CRTDLL__ismbbkalnum @142
247 _ismbbkana = _CRTDLL__ismbbkana @143
248 _ismbbkpunct = _CRTDLL__ismbbkpunct @144
249 _ismbblead = _CRTDLL__ismbblead @145
250 _ismbbprint = _CRTDLL__ismbbprint @146
251 _ismbbpunct = _CRTDLL__ismbbpunct @147
252 _ismbbtrail = _CRTDLL__ismbbtrail @148
253 _ismbcalpha = _CRTDLL__ismbcalpha @149
254 _ismbcdigit = _CRTDLL__ismbcdigit @150
255 _ismbchira = _CRTDLL__ismbchira @151
256 _ismbckata = _CRTDLL__ismbckata @152
257 _ismbcl0 = _CRTDLL__ismbcl0 @153
258 _ismbcl1 = _CRTDLL__ismbcl1 @154
259 _ismbcl2 = _CRTDLL__ismbcl2 @155
260 _ismbclegal = _CRTDLL__ismbclegal @156
261 _ismbclower = _CRTDLL__ismbclower @157
262 _ismbcprint = _CRTDLL__ismbcprint @158
263 _ismbcspace = _CRTDLL__ismbcspace @159
264 _ismbcsymbol = _CRTDLL__ismbcsymbol @160
265 _ismbcupper = _CRTDLL__ismbcupper @161
266; _ismbslead @162
267; _ismbstrail @163
268; _isnan @164
269 _itoa = NTDLL__itoa @165
270; _j0 @166
271; _j1 @167
272; _jn @168
273; _kbhit @169
274; _lfind @170
275; _loaddll @171
276 _local_unwind2 = _CRTDLL__local_unwind2 @172
277 _locking = _CRTDLL__locking @173
278; _logb @174
279 _lrotl = _CRTDLL__lrotl @175
280 _lrotr = _CRTDLL__lrotr @176
281; _lsearch @177
282 _lseek = _CRTDLL__lseek @178
283 _ltoa = NTDLL__ltoa @179
284 _makepath = _CRTDLL__makepath @180
285 _matherr = _CRTDLL__matherr @181
286
287 _mbscspn = _CRTDLL__mbscspn @199
288
289 _mbsdec = _CRTDLL__mbsdec @200
290 _mbsdup = _CRTDLL__mbsdup @201
291 _mbsicmp = _CRTDLL__mbsicmp @202
292 _mbsinc = _CRTDLL__mbsinc @203
293 _mbslen = _CRTDLL__mbslen @204
294 _mbslwr = _CRTDLL__mbslwr @205
295 _mbsnbcat = _CRTDLL__mbsnbcat @206
296 _mbsnbcmp = _CRTDLL__mbsnbcmp @207
297 _mbsnbcnt = _CRTDLL__mbsnbcnt @208
298 _mbsnbcpy = _CRTDLL__mbsnbcpy @209
299 _mbsnbicmp = _CRTDLL__mbsnbicmp @210
300 _mbsnbset = _CRTDLL__mbsnbset @211
301 _mbsncat = _CRTDLL__mbsncat @212
302 _mbsnccnt = _CRTDLL__mbsnccnt @213
303 _mbsncmp = _CRTDLL__mbsncmp @214
304 _mbsncpy = _CRTDLL__mbsncpy @215
305 _mbsnextc = _CRTDLL__mbsnextc @216
306 _mbsnicmp = _CRTDLL__mbsnicmp @217
307 _mbsninc = _CRTDLL__mbsninc @218
308 _mbsnset = _CRTDLL__mbsnset @219
309 _mbspbrk = _CRTDLL__mbspbrk @220
310 _mbsrchr = _CRTDLL__mbsrchr @221
311 _mbsrev = _CRTDLL__mbsrev @222
312 _mbsset = _CRTDLL__mbsset @223
313 _mbsspn = _CRTDLL__mbsspn @224
314 _mbsspnp = _CRTDLL__mbsspnp @225
315 _mbsstr = _CRTDLL__mbsstr @226
316 _mbstok = _CRTDLL__mbstok @227
317; _mbstrlen @228
318 _mbsupr = _CRTDLL__mbsupr @229
319; _memccpy @230
320 _memicmp = NTDLL__memicmp @231
321 _mkdir = _CRTDLL__mkdir @232
322 _mktemp = _CRTDLL__mktemp @233
323 _msize = _CRTDLL__msize @234
324; _nextafter @235
325; _onexit @236
326 _open = _CRTDLL__open @237
327 _open_osfhandle = _CRTDLL__open_osfhandle @238
328 _osmajor_dll = CRTDLL_osmajor_dll @239
329 _osminor_dll = CRTDLL_osminor_dll @240
330 _osmode_dll = CRTDLL_osmode_dll @241
331 _osver_dll = CRTDLL_osver_dll @242
332 _osversion_dll = CRTDLL_osversion_dll @243
333 _pclose = _CRTDLL__pclose @244
334 _pctype_dll = _CRTDLL__pctype_dll @245
335; _pgmptr_dll @246
336 _pipe = _CRTDLL__pipe @247
337 _popen = _CRTDLL__popen @248
338; _purecall @249
339; _putch @250
340; _putenv @251
341 _putw = _CRTDLL__putw @252
342; _pwctype_dll @253
343 _read = _CRTDLL__read @254
344; _rmdir @255
345; _rmtmp @256
346 _rotl = _CRTDLL__rotl @257
347 _rotr = _CRTDLL__rotr @258
348; _scalb @259
349 _searchenv = _CRTDLL__searchenv @260
350; _seterrormode @261
351 _setjmp = _CRTDLL__setjmp @262
352; _setmode @263
353; _setsystime @264
354; _sleep @265
355 _snprintf = NTDLL__snprintf @266
356 _snwprintf = NTDLL__snwprintf @267
357; _sopen @268
358; _spawnl @269
359; _spawnle @270
360; _spawnlp @271
361; _spawnlpe @272
362; _spawnv @273
363; _spawnve @274
364; _spawnvp @275
365; _spawnvpe @276
366 _splitpath = NTDLL__splitpath @277
367 _stat = _CRTDLL__stat @278
368; _statusfp @279
369 _strcmpi = NTDLL__strcmpi @280
370 _strdate = _CRTDLL__strdate @281
371 _strdec = _CRTDLL__strdec @282
372 _strdup = _CRTDLL__strdup @283
373; _strerror @284
374 _stricmp = NTDLL__stricmp @285
375 _stricoll = _CRTDLL__stricoll @286
376 _strinc = _CRTDLL__strinc @287
377 _strlwr = NTDLL__strlwr @288
378 _strncnt = _CRTDLL__strncnt @289
379 _strnextc = _CRTDLL__strnextc @290
380 _strnicmp = NTDLL__strnicmp @291
381 _strninc = _CRTDLL__strninc @292
382 _strnset = _CRTDLL__strnset @293
383 _strrev = _CRTDLL__strrev @294
384 _strset = _CRTDLL__strset @295
385 _strspnp = _CRTDLL__strspnp @296
386 _strtime = _CRTDLL__strtime @297
387 _strupr = NTDLL__strupr @298
388; _swab @299
389
390; _sys_errlist @300
391; _sys_nerr_dll @301
392; _tell @302
393 _tempnam = _CRTDLL__tempnam @303
394; _timezone_dll @304
395 _tolower = _CRTDLL__tolower @305
396 _toupper = _CRTDLL__toupper @306
397; _tzname @307
398; _tzset @308
399 _ultoa = NTDLL__ultoa @309
400; _umask @310
401; _ungetch @311
402; _unlink @312
403; _unloaddll @313
404 _utime = _CRTDLL__utime @314
405 _vsnprintf = NTDLL__vsnprintf @315
406 _vsnwprintf = _CRTDLL__vsnwprintf @316
407 _wcsdup = _CRTDLL__wcsdup @317
408 _wcsicmp = NTDLL__wcsicmp @318
409 _wcsicoll = _CRTDLL__wcsicoll @319
410 _wcslwr = NTDLL__wcslwr @320
411 _wcsnicmp = NTDLL__wcsnicmp @321
412 _wcsnset = _CRTDLL__wcsnset @322
413 _wcsrev = _CRTDLL__wcsrev @323
414 _wcsset = _CRTDLL__wcsset @324
415 _wcsupr = NTDLL__wcsupr @325
416 _winmajor_dll = CRTDLL_winmajor_dll @326
417 _winminor_dll = CRTDLL_winminor_dll @327
418 _winver_dll = CRTDLL_winver_dll @328
419; _write @329
420 _wtoi = NTDLL__wtoi @330
421 _wtol = NTDLL__wtol @331
422; _y0 @332
423; _y1 @333
424; _yn @334
425 abort = _CRTDLL_abort @335
426 abs = NTDLL_abs @336
427 acos = _CRTDLL_acos @337
428 asctime = _CRTDLL_asctime @338
429 asin = _CRTDLL_asin @339
430 atan = NTDLL_atan @340
431 atan2 = _CRTDLL_atan2 @341
432 atexit = _CRTDLL_atexit @342
433 atof = _CRTDLL_atof @343
434 atoi = NTDLL_atoi @344
435 atol = NTDLL_atol @345
436 bsearch = _CRTDLL_bsearch @346
437 calloc = _CRTDLL_calloc @347
438 ceil = NTDLL_ceil @348
439 clearerr = _CRTDLL_clearerr @349
440 clock = _CRTDLL_clock @350
441 cos = NTDLL_cos @351
442 cosh = _CRTDLL_cosh @352
443 ctime = _CRTDLL_ctime @353
444 difftime = _CRTDLL_difftime @354
445 div = _CRTDLL_div @355
446 exit = _CRTDLL_exit @356
447 exp = _CRTDLL_exp @357
448 fabs = NTDLL_fabs @358
449 fclose = _CRTDLL_fclose @359
450 feof = _CRTDLL_feof @360
451 ferror = _CRTDLL_ferror @361
452 fflush = _CRTDLL_fflush @362
453 fgetc = _CRTDLL_fgetc @363
454 fgetpos = _CRTDLL_fgetpos @364
455 fgets = _CRTDLL_fgets @365
456 fgetwc = _CRTDLL_fgetwc @366
457 floor = NTDLL_floor @367
458 fmod = _CRTDLL_fmod @368
459 fopen = _CRTDLL_fopen @369
460 fprintf = _CRTDLL_fprintf @370
461 fputc = _CRTDLL_fputc @371
462 fputs = _CRTDLL_fputs @372
463 fputwc = _CRTDLL_fputwc @373
464 fread = _CRTDLL_fread @374
465 free = _CRTDLL_free @375
466 freopen = _CRTDLL_freopen @376
467 frexp = _CRTDLL_frexp @377
468 fscanf = _CRTDLL_fscanf @378
469 fseek = _CRTDLL_fseek @379
470 fsetpos = _CRTDLL_fsetpos @380
471 ftell = _CRTDLL_ftell @381
472 fwprintf = _CRTDLL_fwprintf @382
473 fwrite = _CRTDLL_fwrite @383
474 fwscanf = _CRTDLL_fwscanf @384
475 getc = _CRTDLL_getc @385
476 getchar = _CRTDLL_getchar @386
477 getenv = _CRTDLL_getenv @387
478 gets = _CRTDLL_gets @388
479 gmtime = _CRTDLL_gmtime @389
480 is_wctype = _CRTDLL_is_wctype @390
481 isalnum = _CRTDLL_isalnum @391
482 isalpha = NTDLL_isalpha @392
483 iscntrl = _CRTDLL_iscntrl @393
484 isdigit = NTDLL_isdigit @394
485 isgraph = _CRTDLL_isgraph @395
486 isleadbyte = _CRTDLL_isleadbyte @396
487 islower = NTDLL_islower @397
488 isprint = NTDLL_isprint @398
489 ispunct = _CRTDLL_ispunct @399
490
491 isspace = NTDLL_isspace @400
492 isupper = NTDLL_isupper @401
493 iswalnum = _CRTDLL_iswalnum @402
494 iswalpha = NTDLL_iswalpha @403
495 iswascii = _CRTDLL_iswascii @404
496 iswcntrl = _CRTDLL_iswcntrl @405
497 iswctype = NTDLL_iswctype @406
498 iswdigit = _CRTDLL_iswdigit @407
499 iswgraph = _CRTDLL_iswgraph @408
500 iswlower = _CRTDLL_iswlower @409
501 iswprint = _CRTDLL_iswprint @410
502 iswpunct = _CRTDLL_iswpunct @411
503 iswspace = _CRTDLL_iswspace @412
504 iswupper = _CRTDLL_iswupper @413
505 iswxdigit = _CRTDLL_iswxdigit @414
506 isxdigit = NTDLL_isxdigit @415
507 labs = NTDLL_labs @416
508 ldexp = _CRTDLL_ldexp @417
509 ldiv = _CRTDLL_ldiv @418
510 localeconv = _CRTDLL_localeconv @419
511 localtime = _CRTDLL_localtime @420
512 log = NTDLL_log @421
513 log10 = _CRTDLL_log10 @422
514 longjmp = _CRTDLL_longjmp @423
515 malloc = _CRTDLL_malloc @424
516 mblen = _CRTDLL_mblen @425
517 mbstowcs = NTDLL_mbstowcs @426
518 mbtowc = _CRTDLL_mbtowc @427
519 memchr = NTDLL_memchr @428
520 memcmp = NTDLL_memcmp @429
521 memcpy = NTDLL_memcpy @430
522 memmove = KERNEL32_memmove @431
523 memset = NTDLL_memset @432
524 mktime = _CRTDLL_mktime @433
525 modf = _CRTDLL_modf @434
526 perror = _CRTDLL_perror @435
527 pow = NTDLL_pow @436
528 printf = _CRTDLL_printf @437
529 putc = _CRTDLL_putc @438
530 putchar = _CRTDLL_putchar @439
531 puts = _CRTDLL_puts @440
532 qsort = NTDLL_qsort @441
533 raise = _CRTDLL_raise @442
534 rand = _CRTDLL_rand @443
535 realloc = _CRTDLL_realloc @444
536 remove = _CRTDLL_remove @445
537 rename = _CRTDLL_rename @446
538 rewind = _CRTDLL_rewind @447
539 scanf = _CRTDLL_scanf @448
540 setbuf = _CRTDLL_setbuf @449
541 setlocale = _CRTDLL_setlocale @450
542 setvbuf = _CRTDLL_setvbuf @451
543 signal = _CRTDLL_signal @452
544 sin = NTDLL_sin @453
545 sinh = _CRTDLL_sinh @454
546 sprintf = NTDLL_sprintf @455
547 sqrt = NTDLL_sqrt @456
548 srand = _CRTDLL_srand @457
549 sscanf = NTDLL_sscanf @458
550 strcat = NTDLL_strcat @459
551 strchr = NTDLL_strchr @460
552 strcmp = NTDLL_strcmp @461
553 strcoll = _CRTDLL_strcoll @462
554 strcpy = NTDLL_strcpy @463
555 strcspn = NTDLL_strcspn @464
556 strerror = _CRTDLL_strerror @465
557 strftime = _CRTDLL_strftime @466
558 strlen = NTDLL_strlen @467
559 strncat = NTDLL_strncat @468
560 strncmp = NTDLL_strncmp @469
561 strncpy = NTDLL_strncpy @470
562 strpbrk = NTDLL_strpbrk @471
563 strrchr = NTDLL_strrchr @472
564 strspn = NTDLL_strspn @473
565 strstr = NTDLL_strstr @474
566 strtod = _CRTDLL_strtod @475
567 strtok = _CRTDLL_strtok @476
568 strtol = _CRTDLL_strtol @477
569 strtoul = _CRTDLL_strtoul @478
570 strxfrm = _CRTDLL_strxfrm @479
571 swprintf = NTDLL_swprintf @480
572 swscanf = _CRTDLL_swscanf @481
573 system = _CRTDLL_system @482
574 tan = NTDLL_tan @483
575 tanh = _CRTDLL_tanh @484
576 time = _CRTDLL_time @485
577 tmpfile = _CRTDLL_tmpfile @486
578 tmpnam = _CRTDLL_tmpnam @487
579 tolower = NTDLL_tolower @488
580 toupper = NTDLL_toupper @489
581 towlower = NTDLL_towlower @490
582 towupper = NTDLL_towupper @491
583 ungetc = _CRTDLL_ungetc @492
584 ungetwc = _CRTDLL_ungetwc @493
585 vfprintf = _CRTDLL_vfprintf @494
586 vfwprintf = _CRTDLL_vfwprintf @495
587 vprintf = _CRTDLL_vprintf @496
588 vsprintf = NTDLL_vsprintf @497
589 vswprintf = _CRTDLL_vswprintf @498
590 vwprintf = _CRTDLL_vwprintf @499
591
592 wcscat = NTDLL_wcscat @500
593 wcschr = NTDLL_wcschr @501
594 wcscmp = NTDLL_wcscmp @502
595 wcscoll = _CRTDLL_wcscoll @503
596 wcscpy = NTDLL_wcscpy @504
597 wcscspn = NTDLL_wcscspn @505
598 wcsftime = _CRTDLL_wcsftime @506
599 wcslen = NTDLL_wcslen @507
600 wcsncat = NTDLL_wcsncat @508
601 wcsncmp = NTDLL_wcsncmp @509
602 wcsncpy = NTDLL_wcsncpy @510
603 wcspbrk = NTDLL_wcspbrk @511
604 wcsrchr = NTDLL_wcsrchr @512
605 wcsspn = NTDLL_wcsspn @513
606 wcsstr = NTDLL_wcsstr @514
607 wcstod = _CRTDLL_wcstod @515
608 wcstok = NTDLL_wcstok @516
609 wcstol = NTDLL_wcstol @517
610 wcstombs = NTDLL_wcstombs @518
611 wcstoul = NTDLL_wcstoul @519
612 wcsxfrm = _CRTDLL_wcsxfrm @520
613 wctomb = _CRTDLL_wctomb @521
614 wprintf = _CRTDLL_wprintf @522
615 wscanf = _CRTDLL_wscanf @523
Note: See TracBrowser for help on using the repository browser.