1 | LIBRARY MSVCRT INITINSTANCE TERMINSTANCE
|
---|
2 | DESCRIPTION 'Odin32 System DLL - MSVCrt'
|
---|
3 | DATA MULTIPLE NONSHARED
|
---|
4 |
|
---|
5 | IMPORTS
|
---|
6 | KERNEL32_threadhandle = KERNEL32.308
|
---|
7 | KERNEL32_threadid = KERNEL32.309
|
---|
8 | KERNEL32_GetCurrentProcessId = KERNEL32.307
|
---|
9 | KERNEL32_GetProcAddress = KERNEL32.372
|
---|
10 | KERNEL32_GetLogicalDrives = KERNEL32.346
|
---|
11 | NTDLL_memicmp = NTDLL.956
|
---|
12 | NTDLL_wcsicmp = NTDLL._wcsicmp
|
---|
13 | NTDLL_wcsupr = NTDLL._wcsupr
|
---|
14 | WriteLog = KERNEL32.1202
|
---|
15 | GetCurrentThreadId = KERNEL32.309
|
---|
16 | ; Due to problem with _stdcall convention here is a large import table
|
---|
17 | ; This is a temporary measure and soon it will be fixed (GCC-3.2)
|
---|
18 | ; KERNEL32 imports
|
---|
19 | Beep = KERNEL32.110
|
---|
20 | CloseHandle = KERNEL32.137
|
---|
21 | CreateDirectoryA = KERNEL32.152
|
---|
22 | CreateDirectoryW = KERNEL32.155
|
---|
23 | CreateFileA = KERNEL32.158
|
---|
24 | CreateProcessA = KERNEL32.171
|
---|
25 | CreateThread = KERNEL32.178
|
---|
26 | DeleteCriticalSection = KERNEL32.185
|
---|
27 | DeleteFileA = KERNEL32.186
|
---|
28 | DeleteFileW = KERNEL32.187
|
---|
29 | DuplicateHandle = KERNEL32.192
|
---|
30 | EnterCriticalSection = KERNEL32.195
|
---|
31 | EnumResourceLanguagesA = KERNEL32.200
|
---|
32 | ExitProcess = KERNEL32.214
|
---|
33 | ExitThread = KERNEL32.215
|
---|
34 | FindClose = KERNEL32.246
|
---|
35 | FindFirstFileA = KERNEL32.250
|
---|
36 | FindFirstFileW = KERNEL32.251
|
---|
37 | FindNextFileA = KERNEL32.253
|
---|
38 | FindNextFileW = KERNEL32.254
|
---|
39 | FlushFileBuffers = KERNEL32.260
|
---|
40 | FreeEnvironmentStringsA = KERNEL32.268
|
---|
41 | FreeEnvironmentStringsW = KERNEL32.269
|
---|
42 | FreeLibrary = KERNEL32.271
|
---|
43 | GetACP = KERNEL32.276
|
---|
44 | GetCPInfo = KERNEL32.282
|
---|
45 | GetCommandLineA = KERNEL32.289
|
---|
46 | GetConsoleMode = KERNEL32.297
|
---|
47 | GetCurrentDirectoryA = KERNEL32.304
|
---|
48 | GetCurrentDirectoryW = KERNEL32.305
|
---|
49 | GetCurrentProcess = KERNEL32.306
|
---|
50 | GetCurrentProcessId = KERNEL32.307
|
---|
51 | GetDiskFreeSpaceA = KERNEL32.315
|
---|
52 | GetDriveTypeA = KERNEL32.317
|
---|
53 | GetDriveTypeW = KERNEL32.318
|
---|
54 | GetEnvironmentStringsA = KERNEL32.320
|
---|
55 | GetEnvironmentStringsW = KERNEL32.321
|
---|
56 | GetExitCodeProcess = KERNEL32.325
|
---|
57 | GetFileAttributesA = KERNEL32.327
|
---|
58 | GetFileAttributesExA = KERNEL32.874
|
---|
59 | GetFileAttributesExW = KERNEL32.875
|
---|
60 | GetFileAttributesW = KERNEL32.328
|
---|
61 | GetFileInformationByHandle = KERNEL32.329
|
---|
62 | GetFileType = KERNEL32.332
|
---|
63 | GetFullPathNameA = KERNEL32.333
|
---|
64 | GetFullPathNameW = KERNEL32.334
|
---|
65 | GetLastError = KERNEL32.340
|
---|
66 | GetLocaleInfoA = KERNEL32.342
|
---|
67 | GetModuleFileNameA = KERNEL32.348
|
---|
68 | GetModuleHandleA = KERNEL32.350
|
---|
69 | GetNumberOfConsoleInputEvents = KERNEL32.357
|
---|
70 | GetProcessHeap = KERNEL32.375
|
---|
71 | GetStdHandle = KERNEL32.395
|
---|
72 | GetStringTypeA = KERNEL32.396
|
---|
73 | GetStringTypeW = KERNEL32.399
|
---|
74 | GetStringTypeExA = KERNEL32.397
|
---|
75 | GetTempFileNameA = KERNEL32.412
|
---|
76 | GetTempFileNameW = KERNEL32.413
|
---|
77 | GetTempPathA = KERNEL32.414
|
---|
78 | GetThreadTEB = KERNEL32.1234
|
---|
79 | GetVersion = KERNEL32.427
|
---|
80 | HeapAlloc = KERNEL32.459
|
---|
81 | HeapCompact = KERNEL32.460
|
---|
82 | HeapFree = KERNEL32.463
|
---|
83 | HeapReAlloc = KERNEL32.465
|
---|
84 | "HeapSize" = KERNEL32.467
|
---|
85 | HeapValidate = KERNEL32.469
|
---|
86 | HeapWalk = KERNEL32.470
|
---|
87 | InitializeCriticalSection = KERNEL32.472
|
---|
88 | IsBadReadPtr = KERNEL32.480
|
---|
89 | IsValidCodePage = KERNEL32.488
|
---|
90 | LeaveCriticalSection = KERNEL32.494
|
---|
91 | LoadLibraryA = KERNEL32.495
|
---|
92 | LockFile = KERNEL32.512
|
---|
93 | MoveFileExA = KERNEL32.530
|
---|
94 | MoveFileExW = KERNEL32.531
|
---|
95 | MultiByteToWideChar = KERNEL32.534
|
---|
96 | PeekConsoleInputA = KERNEL32.550
|
---|
97 | RaiseException = KERNEL32.567
|
---|
98 | ReadConsoleInputA = KERNEL32.569
|
---|
99 | ReadFile = KERNEL32.577
|
---|
100 | RegisterLxDll = KERNEL32.1238
|
---|
101 | RemoveDirectoryA = KERNEL32.584
|
---|
102 | RemoveDirectoryW = KERNEL32.585
|
---|
103 | SetConsoleMode = KERNEL32.628
|
---|
104 | SetCurrentDirectoryA = KERNEL32.635
|
---|
105 | SetCurrentDirectoryW = KERNEL32.636
|
---|
106 | SetEnvironmentVariableA = KERNEL32.641
|
---|
107 | SetEnvironmentVariableW = KERNEL32.642
|
---|
108 | SetFileAttributesA = KERNEL32.647
|
---|
109 | SetFileAttributesW = KERNEL32.648
|
---|
110 | SetFilePointer = KERNEL32.649
|
---|
111 | SetFileTime = KERNEL32.650
|
---|
112 | SetLastError = KERNEL32.654
|
---|
113 | SetStdHandle = KERNEL32.663
|
---|
114 | Sleep = KERNEL32.679
|
---|
115 | TlsAlloc = KERNEL32.689
|
---|
116 | TlsFree = KERNEL32.691
|
---|
117 | TlsGetValue = KERNEL32.693
|
---|
118 | TlsSetValue = KERNEL32.694
|
---|
119 | UnhandledExceptionFilter = KERNEL32.702
|
---|
120 | UnlockFile = KERNEL32.704
|
---|
121 | UnregisterLxDll = KERNEL32.1239
|
---|
122 | WaitForSingleObject = KERNEL32.723
|
---|
123 | WideCharToMultiByte = KERNEL32.727
|
---|
124 | WriteConsoleA = KERNEL32.729
|
---|
125 | WriteFile = KERNEL32.738
|
---|
126 | casemap_lower = KERNEL32.2008
|
---|
127 | casemap_upper = KERNEL32.2007
|
---|
128 | lstrcmpiA = KERNEL32.770
|
---|
129 | lstrcpy = KERNEL32.772
|
---|
130 | lstrlenW = KERNEL32.780
|
---|
131 | lstrncmpiA = KERNEL32.887
|
---|
132 | lstrncmpiW = KERNEL32.888
|
---|
133 | strcmpiW = KERNEL32.2020
|
---|
134 | strncmpiW = KERNEL32.2022
|
---|
135 | wctype_table = KERNEL32.2006
|
---|
136 |
|
---|
137 | ; Other exports
|
---|
138 | CRTDLL_ecvt = ODINCRT.274
|
---|
139 | ODINCRT_fcvt = ODINCRT.277
|
---|
140 | RtlTimeToSecondsSince1970 = NTDLL.559
|
---|
141 | RtlSecondsSince1970ToTime = NTDLL.526
|
---|
142 | RtlUnwind = NTDLL.575
|
---|
143 | _wtoi = NTDLL.974
|
---|
144 | _wtol = NTDLL.976
|
---|
145 | wcscat = NTDLL.1034
|
---|
146 | wcschr = NTDLL.1035
|
---|
147 | wcscmp = NTDLL.1036
|
---|
148 | wcscpy = NTDLL.1037
|
---|
149 | wcscspn = NTDLL.1038
|
---|
150 | wcslen = NTDLL.1039
|
---|
151 | wcsncat = NTDLL.1040
|
---|
152 | wcsncmp = NTDLL.1041
|
---|
153 | wcsncpy = NTDLL.1042
|
---|
154 | wcspbrk = NTDLL.1043
|
---|
155 | wcsrchr = NTDLL.1044
|
---|
156 | wcsspn = NTDLL.1045
|
---|
157 | wcsstr = NTDLL.1046
|
---|
158 | wcstok = NTDLL.1050
|
---|
159 | wcstol = NTDLL.1047
|
---|
160 | wcstombs = NTDLL.1048
|
---|
161 | wcstoul = NTDLL.1049
|
---|
162 | _ultow = NTDLL.968
|
---|
163 | _wcslwr = NTDLL.971
|
---|
164 | iswalpha = NTDLL.995
|
---|
165 | towupper = NTDLL.1032
|
---|
166 | towlower = NTDLL.1031
|
---|
167 | swprintf = NTDLL.1027
|
---|
168 | _wcsnicmp = NTDLL.972
|
---|
169 | iswctype = NTDLL.996
|
---|
170 | is_wctype = NTDLL.996
|
---|
171 | _snwprintf = NTDLL.958
|
---|
172 |
|
---|
173 | EXPORTS
|
---|
174 | $I10_OUTPUT() = MSVCRT_I10_OUTPUT @1
|
---|
175 | ??0__non_rtti_object@@QAE@ABV0@@Z = MSVCRT___non_rtti_object_copy_ctor @2
|
---|
176 | ??0bad_cast@@QAE@ABQBD@Z = MSVCRT___non_rtti_object_ctor @3
|
---|
177 | ??0bad_cast@@QAE@ABV0@@Z = MSVCRT_bad_cast_copy_ctor @4
|
---|
178 | ??0bad_typeid@@QAE@PBD@Z = MSVCRT_bad_typeid_ctor @5
|
---|
179 | ??0bad_typeid@@QAE@ABV0@@Z = MSVCRT_bad_typeid_copy_ctor @6
|
---|
180 | ??0exception@@QAE@ABQBD@Z = MSVCRT_exception_ctor @7
|
---|
181 | ??0exception@@QAE@ABV0@@Z = MSVCRT_exception_copy_ctor @8
|
---|
182 | ??0exception@@QAE@XZ = MSVCRT_exception_default_ctor @9
|
---|
183 | ??1__non_rtti_object@@UAE@XZ = MSVCRT___non_rtti_object_dtor @10
|
---|
184 | ??1bad_cast@@UAE@XZ = MSVCRT_bad_cast_dtor @11
|
---|
185 | ??1bad_typeid@@UAE@XZ = MSVCRT_bad_typeid_dtor @12
|
---|
186 | ??1exception@@UAE@XZ = MSVCRT_exception_dtor @13
|
---|
187 | ??1type_info@@UAE@XZ = MSVCRT_type_info_dtor @14
|
---|
188 | ??2@YAPAXI@Z = MSVCRT_operator_new @15
|
---|
189 | ??_U@YAPAXI@Z = MSVCRT_operator_new @16
|
---|
190 | ??3@YAXPAX@Z = MSVCRT_operator_delete @17
|
---|
191 | ??_V@YAXPAX@Z = MSVCRT_operator_delete @18
|
---|
192 | ??4__non_rtti_object@@QAEAAV0@ABV0@@Z = MSVCRT___non_rtti_object_opequals @19
|
---|
193 | ??4bad_cast@@QAEAAV0@ABV0@@Z = MSVCRT_bad_cast_opequals @20
|
---|
194 | ??4bad_typeid@@QAEAAV0@ABV0@@Z = MSVCRT_bad_typeid_opequals @21
|
---|
195 | ??4exception@@QAEAAV0@ABV0@@Z = MSVCRT_exception_opequals @22
|
---|
196 | ??8type_info@@QBEHABV0@@Z = MSVCRT_type_info_opequals_equals @23
|
---|
197 | ??9type_info@@QBEHABV0@@Z = MSVCRT_type_info_opnot_equals @24
|
---|
198 |
|
---|
199 | ??_E__non_rtti_object@@UAEPAXI@Z = MSVCRT___non_rtti_object__unknown_E @26
|
---|
200 | ??_Eexception@@UAEPAXI@Z = MSVCRT_exception__unknown_E @27
|
---|
201 |
|
---|
202 | ??_G__non_rtti_object@@UAEPAXI@Z = MSVCRT___non_rtti_object__unknown_G @29
|
---|
203 | ??_Gexception@@UAEPAXI@Z = MSVCRT_exception__unknown_G @30
|
---|
204 | ?_query_new_handler@@YAP6AHI@ZXZ = MSVCRT__query_new_handler @31
|
---|
205 | ?_query_new_mode@@YAHXZ = MSVCRT__query_new_mode @32
|
---|
206 | ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z = MSVCRT__set_new_handler @33
|
---|
207 | ?_set_new_mode@@YAHH@Z = MSVCRT__set_new_mode @34
|
---|
208 | ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = MSVCRT__set_se_translator @35
|
---|
209 | ?name@type_info@@QBEPBDXZ = MSVCRT_type_info_name @36
|
---|
210 | ?raw_name@type_info@@QBEPBDXZ = MSVCRT_type_info_raw_name @37
|
---|
211 | ?set_new_handler@@YAP6AXXZP6AXXZ@Z = MSVCRT__set_new_handler @38
|
---|
212 | ?set_terminate@@YAP6AXXZP6AXXZ@Z = MSVCRT_set_terminate @39
|
---|
213 | ?set_unexpected@@YAP6AXXZP6AXXZ@Z = MSVCRT_set_unexpected @40
|
---|
214 | ?terminate@@YAXXZ = MSVCRT_terminate @41
|
---|
215 | ?unexpected@@YAXXZ = MSVCRT_unexpected @42
|
---|
216 | ?what@exception@@UBEPBDXZ = MSVCRT_what_exception @43
|
---|
217 |
|
---|
218 | _CIacos @45
|
---|
219 | _CIasin @46
|
---|
220 | _CIatan @47
|
---|
221 | _CIatan2 @48
|
---|
222 | _CIcos @49
|
---|
223 | _CIcosh @50
|
---|
224 | _CIexp @51
|
---|
225 | _CIfmod @52
|
---|
226 | _CIlog @53
|
---|
227 | _CIlog10 @54
|
---|
228 | _CIpow @55
|
---|
229 | _CIsin @56
|
---|
230 | _CIsinh @57
|
---|
231 | _CIsqrt @58
|
---|
232 | _CItan @59
|
---|
233 | _CItanh @60
|
---|
234 |
|
---|
235 | _EH_prolog @62
|
---|
236 | _CxxThrowException @63
|
---|
237 |
|
---|
238 | _Getdays @65
|
---|
239 | _Getmonths @66
|
---|
240 | _Getnames @67
|
---|
241 | _HUGE = MSVCRT__HUGE @68
|
---|
242 | _Strftime @69
|
---|
243 | _XcptFilter @70
|
---|
244 |
|
---|
245 | ; Relay call
|
---|
246 | __CxxFrameHandler @73
|
---|
247 | __RTCastToVoid = MSVCRT___RTCastToVoid @74
|
---|
248 | __RTDynamicCast = MSVCRT___RTDynamicCast @75
|
---|
249 | __RTtypeid = MSVCRT___RTtypeid @76
|
---|
250 |
|
---|
251 | __argc = MSVCRT___argc @78
|
---|
252 | __argv = MSVCRT___argv @79
|
---|
253 | __dllonexit = __dllonexit @80
|
---|
254 | __doserrno = __doserrno @81
|
---|
255 | __getmainargs = __getmainargs @82
|
---|
256 | __initenv = MSVCRT___initenv @83
|
---|
257 | __isascii = MSVCRT___isascii @84
|
---|
258 | __iscsym = MSVCRT___iscsym @85
|
---|
259 | __iscsymf = MSVCRT___iscsymf @86
|
---|
260 | __lconv_init = __lconv_init @87
|
---|
261 | __mb_cur_max = MSVCRT___mb_cur_max @88
|
---|
262 |
|
---|
263 | __p___argc = __p___argc @90
|
---|
264 | __p___argv = __p___argv @91
|
---|
265 | __p___initenv = __p___initenv @92
|
---|
266 | __p___mb_cur_max = __p___mb_cur_max @93
|
---|
267 | __p___wargv = __p___wargv @94
|
---|
268 | __p___winitenv = __p___winitenv @95
|
---|
269 | __p__acmdln = __p__acmdln @96
|
---|
270 | __p__commode = __p__commode @97
|
---|
271 | __p__environ = __p__environ @98
|
---|
272 | __p__fmode = __p__fmode @99
|
---|
273 | __p__iob = __p__iob @100
|
---|
274 | __p__mbctype = __p__mbctype @101
|
---|
275 | __p__osver = __p__osver @102
|
---|
276 | __p__pctype = __p__pctype @103
|
---|
277 | __p__timezone = __p__timezone @104
|
---|
278 | __p__wcmdln = __p__wcmdln @105
|
---|
279 | __p__wenviron = __p__wenviron @106
|
---|
280 | __p__winmajor = __p__winmajor @107
|
---|
281 | __p__winminor = __p__winminor @108
|
---|
282 | __p__winver = __p__winver @109
|
---|
283 |
|
---|
284 | __set_app_type = MSVCRT___set_app_type @111
|
---|
285 | __setlc_active = MSVCRT___setlc_active @112
|
---|
286 | __setusermatherr = MSVCRT___setusermatherr @113
|
---|
287 |
|
---|
288 | __threadhandle = KERNEL32_threadhandle @115
|
---|
289 | __threadid = KERNEL32_threadid @116
|
---|
290 | __toascii = MSVCRT___toascii @117
|
---|
291 | __unDName = MSVCRT___unDName @118
|
---|
292 | __unDNameEx = MSVCRT___unDNameEx @119
|
---|
293 | __unguarded_readlc_active = MSVCRT___unguarded_readlc_active @120
|
---|
294 | __wargv = MSVCRT___wargv @121
|
---|
295 | __wgetmainargs =__wgetmainargs @122
|
---|
296 | __winitenv = MSVCRT___winitenv @123
|
---|
297 | _abnormal_termination = _abnormal_termination @124
|
---|
298 | _access = _access @125
|
---|
299 | _acmdln = MSVCRT__acmdln @126
|
---|
300 | _adj_fdiv_m16i @127
|
---|
301 | _adj_fdiv_m32 @128
|
---|
302 | _adj_fdiv_m32i @129
|
---|
303 | _adj_fdiv_m64 @130
|
---|
304 | _adj_fdiv_r @131
|
---|
305 | _adj_fdivr_m16i @132
|
---|
306 | _adj_fdivr_m32 @133
|
---|
307 | _adj_fdivr_m32i @134
|
---|
308 | _adj_fdivr_m64 @135
|
---|
309 | _adj_fpatan @136
|
---|
310 | _adj_fprem @137
|
---|
311 | _adj_fprem1 @138
|
---|
312 | _adj_fptan @139
|
---|
313 | _adjust_fdiv @140
|
---|
314 | _amsg_exit = MSVCRT__amsg_exit @141
|
---|
315 | _assert = MSVCRT__assert @142
|
---|
316 | _beep @143
|
---|
317 | ; We want not EMX one but our own @144
|
---|
318 | _beginthread = MSVCRT_beginthread @145
|
---|
319 | _beginthreadex @146
|
---|
320 | _c_exit = MSVCRT__c_exit @147
|
---|
321 | _cabs @148
|
---|
322 | _callnewh @149
|
---|
323 | _cexit = MSVCRT__cexit @150
|
---|
324 | _cgets @151
|
---|
325 | _chdir @152
|
---|
326 | _chdrive @153
|
---|
327 | _chgsign @154
|
---|
328 | _chkesp @155
|
---|
329 | _chmod @156
|
---|
330 | _clearfp @157
|
---|
331 | _close @158
|
---|
332 | _commit @159
|
---|
333 | _commode = MSVCRT__commode @160
|
---|
334 | _control87 @161
|
---|
335 | _controlfp @162
|
---|
336 | _copysign @163
|
---|
337 | _cprintf @164
|
---|
338 | _cputs @165
|
---|
339 | _creat @166
|
---|
340 | _cscanf @167
|
---|
341 | _ctype = MSVCRT__ctype @168
|
---|
342 | _cwait @169
|
---|
343 | _ecvt = CRTDLL_ecvt @170
|
---|
344 | _endthread = MSVCRT_endthread @171
|
---|
345 | _endthreadex @172
|
---|
346 | _environ = MSVCRT__environ @173
|
---|
347 | _eof @174
|
---|
348 | _errno = MSVCRT__errno @175
|
---|
349 | _except_handler2 @176
|
---|
350 | _except_handler3 @177
|
---|
351 | _execl @178
|
---|
352 | ; @ stub _execle #(str str) varargs @179
|
---|
353 | _execlp @180
|
---|
354 | ;# stub _execlpe #(str str) varargs @181
|
---|
355 | _execv @182
|
---|
356 | _execve @183
|
---|
357 | _execvp @184
|
---|
358 | _execvpe @185
|
---|
359 | _exit = MSVCRT__exit @186
|
---|
360 | _expand @187
|
---|
361 | _fcloseall @188
|
---|
362 | _fcvt = ODINCRT_fcvt @189
|
---|
363 | _fdopen @190
|
---|
364 | _fgetchar @191
|
---|
365 | _fgetwchar @192
|
---|
366 | _filbuf @193
|
---|
367 | ;# stub _fileinfo @194
|
---|
368 | _filelength @195
|
---|
369 | ;# stub _filelengthi64 #(long) @196
|
---|
370 | _fileno @197
|
---|
371 | _findclose @198
|
---|
372 | _findfirst @199
|
---|
373 | ;# stub _findfirsti64 #(str ptr) @200
|
---|
374 | _findnext @201
|
---|
375 | ;# stub _findnexti64 #(long ptr) @202
|
---|
376 | _finite @203
|
---|
377 | _flsbuf @204
|
---|
378 | _flushall @205
|
---|
379 | _fmode = MSVCRT__fmode @206
|
---|
380 | _fpclass @207
|
---|
381 | ;# stub _fpieee_flt @208
|
---|
382 | _fpreset @209
|
---|
383 | _fputchar @210
|
---|
384 | _fputwchar @211
|
---|
385 | _fsopen @212
|
---|
386 | _fstat = MSVCRT__fstat @213
|
---|
387 | _fstati64 @214
|
---|
388 | _ftime = MSVCRT_ftime @215
|
---|
389 | _ftol @216
|
---|
390 | _fullpath @217
|
---|
391 | _futime @218
|
---|
392 | _gcvt @219
|
---|
393 | _get_osfhandle @220
|
---|
394 | ;# stub _get_sbh_threshold #() @221
|
---|
395 | _getch @222
|
---|
396 | _getche @223
|
---|
397 | _getcwd @224
|
---|
398 | _getdcwd @225
|
---|
399 | _getdiskfree @226
|
---|
400 | _getdllprocaddr = KERNEL32_GetProcAddress @227
|
---|
401 | _getdrive @228
|
---|
402 | _getdrives = KERNEL32_GetLogicalDrives @229
|
---|
403 | ;# stub _getmaxstdio #() @230
|
---|
404 | _getmbcp @231
|
---|
405 | _getpid = KERNEL32_GetCurrentProcessId @232
|
---|
406 | ;# stub _getsystime #(ptr) @233
|
---|
407 | _getw @234
|
---|
408 | _getws = MSVCRT__getws @235
|
---|
409 | _global_unwind2 @236
|
---|
410 | _heapadd @237
|
---|
411 | _heapchk @238
|
---|
412 | _heapmin @239
|
---|
413 | _heapset @240
|
---|
414 | ;# stub _heapused #(ptr ptr) @241
|
---|
415 | _heapwalk @242
|
---|
416 | _hypot @243
|
---|
417 | ;# stub _i64toa #(long str long) @244
|
---|
418 | ;# stub _i64tow #(long wstr long) @245
|
---|
419 | _initterm @246
|
---|
420 | ;# stub _inp #(long) -i386 @247
|
---|
421 | ;# stub _inpd #(long) -i386 @248
|
---|
422 | ;# stub _inpw #(long) -i386 @249
|
---|
423 | _iob = MSVCRT__iob @250
|
---|
424 |
|
---|
425 | _isatty @252
|
---|
426 | _isctype @253
|
---|
427 | ;# stub _ismbbalnum #(long) @254
|
---|
428 | ;# stub _ismbbalpha #(long) @255
|
---|
429 | ;# stub _ismbbgraph #(long) @256
|
---|
430 | ;# stub _ismbbkalnum #(long) @257
|
---|
431 | _ismbbkana @258
|
---|
432 | ;# stub _ismbbkprint #(long) @259
|
---|
433 | ;# stub _ismbbkpunct #(long) @260
|
---|
434 | _ismbblead @261
|
---|
435 | ;# stub _ismbbprint #(long) @262
|
---|
436 | ;# stub _ismbbpunct #(long) @263
|
---|
437 | _ismbbtrail @264
|
---|
438 | _ismbcalnum @265
|
---|
439 | _ismbcalpha @266
|
---|
440 | _ismbcdigit @267
|
---|
441 | _ismbcgraph @268
|
---|
442 | _ismbchira @269
|
---|
443 | _ismbckata @270
|
---|
444 | ;# stub _ismbcl0 #(long) @271
|
---|
445 | ;# stub _ismbcl1 #(long) @272
|
---|
446 | ;# stub _ismbcl2 #(long) @273
|
---|
447 | ;# stub _ismbclegal #(long) @274
|
---|
448 | _ismbclower @275
|
---|
449 | _ismbcprint @276
|
---|
450 | _ismbcpunct @277
|
---|
451 | _ismbcspace @278
|
---|
452 | _ismbcsymbol @279
|
---|
453 | _ismbcupper @280
|
---|
454 | _ismbslead @281
|
---|
455 | _ismbstrail @282
|
---|
456 | _isnan @283
|
---|
457 | _itoa @284
|
---|
458 | _itow @285
|
---|
459 | _j0 = j0 @286
|
---|
460 | _j1 = j1 @287
|
---|
461 | _jn = jn @288
|
---|
462 | _kbhit @289
|
---|
463 | _lfind @290
|
---|
464 | _loaddll @291
|
---|
465 | _local_unwind2 @292
|
---|
466 | _lock @293
|
---|
467 | _locking @294
|
---|
468 | _logb @295
|
---|
469 | ;# stub _longjmpex @296
|
---|
470 | _lrotl @297
|
---|
471 | _lrotr @298
|
---|
472 | _lsearch @299
|
---|
473 | _lseek @300
|
---|
474 | _lseeki64 @301
|
---|
475 | _ltoa @302
|
---|
476 | _ltow @303
|
---|
477 | _makepath @304
|
---|
478 | _matherr @305
|
---|
479 | _mbbtombc @306
|
---|
480 | ;# stub _mbbtype #(long long) @307
|
---|
481 | ;# stub _mbcasemap @308
|
---|
482 | _mbccpy = strcpy @309
|
---|
483 | ;# stub _mbcjistojms #(long) @310
|
---|
484 | ;# stub _mbcjmstojis #(long) @311
|
---|
485 | _mbclen @312
|
---|
486 | ;# stub _mbctohira #(long) @313
|
---|
487 | ;# stub _mbctokata #(long) @314
|
---|
488 | _mbctolower @315
|
---|
489 | ;# stub _mbctombb #(long) @316
|
---|
490 | _mbctoupper @317
|
---|
491 | ;# stub _mbctype @318
|
---|
492 | ;# stub _mbsbtype #(ptr long) @319
|
---|
493 | _mbscat = strcat @320
|
---|
494 | _mbschr @321
|
---|
495 | _mbscmp @322
|
---|
496 | ;# stub _mbscoll #(str str) @323
|
---|
497 | _mbscpy = strcpy @324
|
---|
498 | _mbscspn @325
|
---|
499 | _mbsdec @326
|
---|
500 | _mbsdup = _strdup @327
|
---|
501 | _mbsicmp @328
|
---|
502 | ;# stub _mbsicoll #(str str) @329
|
---|
503 | _mbsinc @330
|
---|
504 | _mbslen @331
|
---|
505 | _mbslwr @332
|
---|
506 | ;# stub _mbsnbcat #(str str long) @333
|
---|
507 | _mbsnbcmp @334
|
---|
508 | _mbsnbcnt @335
|
---|
509 | ;# stub _mbsnbcoll #(str str long) @336
|
---|
510 | _mbsnbcpy @337
|
---|
511 | _mbsnbicmp @338
|
---|
512 | ;# stub _mbsnbicoll #(str str long) @339
|
---|
513 | ;# stub _mbsnbset #(str long long) @340
|
---|
514 | _mbsncat @341
|
---|
515 | _mbsnccnt @342
|
---|
516 | _mbsncmp @343
|
---|
517 | ;# stub _mbsncoll #(ptr str long) @344
|
---|
518 | _mbsncpy @345
|
---|
519 | _mbsnextc @346
|
---|
520 | _mbsnicmp @347
|
---|
521 | ;# stub _mbsnicoll #(str str long) @348
|
---|
522 | _mbsninc @349
|
---|
523 | _mbsnset @350
|
---|
524 | _mbspbrk @351
|
---|
525 | _mbsrchr @352
|
---|
526 | _mbsrev @353
|
---|
527 | _mbsset @354
|
---|
528 | _mbsspn @355
|
---|
529 | ;# stub _mbsspnp #(str str) @356
|
---|
530 | _mbsstr = strstr @357
|
---|
531 | ;# stub _mbstok #(str str) @358
|
---|
532 | _mbstrlen @359
|
---|
533 | _mbsupr @360
|
---|
534 | _memccpy = _memccpy @361
|
---|
535 | _memicmp = NTDLL_memicmp @362
|
---|
536 | _mkdir @363
|
---|
537 | _mktemp @364
|
---|
538 | _msize @365
|
---|
539 | _nextafter @366
|
---|
540 | _onexit @367
|
---|
541 | _open @368
|
---|
542 | _open_osfhandle @369
|
---|
543 | ;# stub _osver @370
|
---|
544 | ;# stub _outp #(long long) @371
|
---|
545 | ;# stub _outpd #(long long) @372
|
---|
546 | ;# stub _outpw #(long long) @373
|
---|
547 | ;# stub _pclose #(ptr) @374
|
---|
548 | _pctype = MSVCRT__pctype @375
|
---|
549 | ;# stub _pgmptr @376
|
---|
550 | ;# stub _pipe #(ptr long long) @377
|
---|
551 | ;# stub _popen #(str str) @378
|
---|
552 | _purecall @379
|
---|
553 | _putch @380
|
---|
554 | _putenv @381
|
---|
555 | _putw @382
|
---|
556 | _putws @383
|
---|
557 | ;# stub _pwctype @384
|
---|
558 | _read @385
|
---|
559 | _rmdir @386
|
---|
560 | _rmtmp @387
|
---|
561 | _rotl @388
|
---|
562 | _rotr @389
|
---|
563 | _safe_fdiv @390
|
---|
564 | _safe_fdivr @391
|
---|
565 | _safe_fprem @392
|
---|
566 | _safe_fprem1 @393
|
---|
567 | _scalb @394
|
---|
568 | _searchenv @395
|
---|
569 | _seh_longjmp_unwind @396
|
---|
570 | ;# stub _set_error_mode #(long) @397
|
---|
571 | ;# stub _set_sbh_threshold #(long) @398
|
---|
572 | ;# stub _seterrormode #(long) @399
|
---|
573 | _setjmp = _MSVCRT__setjmp @400
|
---|
574 | _setjmp3 = _MSVCRT__setjmp3 @401
|
---|
575 | ;# stub _setmaxstdio #(long) @402
|
---|
576 | _setmbcp @403
|
---|
577 | _setmode @404
|
---|
578 | ;# stub _setsystime #(ptr long) @405
|
---|
579 | _sleep @406
|
---|
580 | _snprintf = _snprintf @407
|
---|
581 | _snwprintf @408
|
---|
582 | _sopen = MSVCRT__sopen @409
|
---|
583 | _spawnl = _spawnl @410
|
---|
584 | ;# stub _spawnle #(str str) varargs @411
|
---|
585 | _spawnlp @412
|
---|
586 | ;# stub _spawnlpe #(str str) varargs @413
|
---|
587 | _spawnv @414
|
---|
588 | _spawnve @415
|
---|
589 | _spawnvp @416
|
---|
590 | _spawnvpe @417
|
---|
591 | _splitpath @418
|
---|
592 | _stat @419
|
---|
593 | ;# stub _stati64 #(str ptr) @420
|
---|
594 | _statusfp @421
|
---|
595 | _strcmpi = strcasecmp @422
|
---|
596 | _strdate @423
|
---|
597 | _strdup @424
|
---|
598 | _strerror @425
|
---|
599 | _stricmp = strcasecmp @426
|
---|
600 | ;# stub _stricoll #(str str) @427
|
---|
601 | _strlwr @428
|
---|
602 | ;# stub _strncoll #(str str long) @429
|
---|
603 | _strnicmp = strncasecmp @430
|
---|
604 | ;# stub _strnicoll #(str str long) @431
|
---|
605 | _strnset @432
|
---|
606 | _strrev @433
|
---|
607 | _strset @434
|
---|
608 | _strtime @435
|
---|
609 | _strupr @436
|
---|
610 | _swab @437
|
---|
611 | _sys_errlist = MSVCRT__sys_errlist @438
|
---|
612 | _sys_nerr = MSVCRT__sys_nerr @439
|
---|
613 | _tell @440
|
---|
614 | ;# stub _telli64 #(long) @441
|
---|
615 | _tempnam @442
|
---|
616 | ;# stub _timezone #() @443
|
---|
617 | _tolower = MSVCRT__tolower @444
|
---|
618 | _toupper = MSVCRT__toupper @445
|
---|
619 | ;# stub _tzname @446
|
---|
620 | _tzset @447
|
---|
621 | ;# stub _ui64toa #(long str long) @448
|
---|
622 | ;# stub _ui64tow #(long wstr long) @449
|
---|
623 | _ultoa @450
|
---|
624 | _ultow @451
|
---|
625 | _umask @452
|
---|
626 | _ungetch @453
|
---|
627 | _unlink @454
|
---|
628 | _unloaddll @455
|
---|
629 | _unlock @456
|
---|
630 | _utime @457
|
---|
631 | _vsnprintf = _vsnprintf @458
|
---|
632 | _vsnwprintf @459
|
---|
633 | _waccess @460
|
---|
634 | ;# stub _wasctime #(ptr) @461
|
---|
635 | _wchdir @462
|
---|
636 | _wchmod @463
|
---|
637 | _wcmdln = MSVCRT__wcmdln @464
|
---|
638 | _wcreat @465
|
---|
639 | _wcsdup @466
|
---|
640 | _wcsicmp = NTDLL_wcsicmp @467
|
---|
641 | _wcsicoll @468
|
---|
642 | _wcslwr = _wcslwr @469
|
---|
643 | ;# stub _wcsncoll #(wstr wstr long) @470
|
---|
644 | _wcsnicmp = _wcsnicmp @471
|
---|
645 | ;# stub _wcsnicoll #(wstr wstr long) @472
|
---|
646 | _wcsnset @473
|
---|
647 | _wcsrev @474
|
---|
648 | _wcsset @475
|
---|
649 | _wcsupr = NTDLL_wcsupr @476
|
---|
650 | ;# stub _wctime #(ptr) @477
|
---|
651 | _wenviron = MSVCRT__wenviron @478
|
---|
652 | ;# stub _wexecl #(wstr wstr) varargs @479
|
---|
653 | ;# stub _wexecle #(wstr wstr) varargs @480
|
---|
654 | ;# stub _wexeclp #(wstr wstr) varargs @481
|
---|
655 | ;# stub _wexeclpe #(wstr wstr) varargs @482
|
---|
656 | ;# stub _wexecv #(wstr wstr) @483
|
---|
657 | ;# stub _wexecve #(wstr wstr wstr) @484
|
---|
658 | ;# stub _wexecvp #(wstr wstr) @485
|
---|
659 | ;# stub _wexecvpe #(wstr wstr wstr) @486
|
---|
660 | _wfdopen @487
|
---|
661 | _wfindfirst @488
|
---|
662 | ;# stub _wfindfirsti64 #(wstr ptr) @489
|
---|
663 | _wfindnext @490
|
---|
664 | ;# stub _wfindnexti64 #(long ptr) @491
|
---|
665 | _wfopen @492
|
---|
666 | ;# stub _wfreopen #(wstr wstr ptr) @493
|
---|
667 | _wfsopen @494
|
---|
668 | ;# stub _wfullpath #(wstr wstr long) @495
|
---|
669 | _wgetcwd @496
|
---|
670 | _wgetdcwd @497
|
---|
671 | _wgetenv @498
|
---|
672 | _winmajor = MSVCRT__winmajor @499
|
---|
673 | _winminor = MSVCRT__winminor @500
|
---|
674 | _winver = MSVCRT__winver @501
|
---|
675 | _wmakepath @502
|
---|
676 | _wmkdir @503
|
---|
677 | _wmktemp @504
|
---|
678 | _wopen @505
|
---|
679 | ;# stub _wperror #(wstr) @506
|
---|
680 | ;# stub _wpgmptr @507
|
---|
681 | ;# stub _wpopen #(wstr wstr) @508
|
---|
682 | _wputenv @509
|
---|
683 | _wremove @510
|
---|
684 | _wrename @511
|
---|
685 | _write @512
|
---|
686 | _wrmdir @513
|
---|
687 | ;# stub _wsearchenv #(wstr wstr wstr) @514
|
---|
688 | ;# stub _wsetlocale #(long wstr) @515
|
---|
689 | _wsopen = MSVCRT__wsopen @516
|
---|
690 | ;# stub _wspawnl #(long wstr wstr) varargs @517
|
---|
691 | ;# stub _wspawnle #(long wstr wstr) varargs @518
|
---|
692 | ;# stub _wspawnlp #(long wstr wstr) varargs @519
|
---|
693 | ;# stub _wspawnlpe #(long wstr wstr) varargs @520
|
---|
694 | ;# stub _wspawnv #(long wstr wstr) @521
|
---|
695 | ;# stub _wspawnve #(long wstr wstr wstr) @522
|
---|
696 | ;# stub _wspawnvp #(long wstr wstr) @523
|
---|
697 | ;# stub _wspawnvpe #(long wstr wstr wstr) @524
|
---|
698 | _wsplitpath @525
|
---|
699 | _wstat @526
|
---|
700 | ;# stub _wstati64 #(wstr ptr) @527
|
---|
701 | ;# stub _wstrdate #(wstr) @528
|
---|
702 | ;# stub _wstrtime #(wstr) @529
|
---|
703 | ;# stub _wsystem #(wstr) @530
|
---|
704 | _wtempnam @531
|
---|
705 | ;# stub _wtmpnam #(wstr) @532
|
---|
706 | _wtoi @533
|
---|
707 | ;# stub _wtoi64 #(wstr) @534
|
---|
708 | _wtol @535
|
---|
709 | _wunlink @536
|
---|
710 | _wutime @537
|
---|
711 | _y0 @538
|
---|
712 | _y1 @539
|
---|
713 | _yn @540
|
---|
714 | abort = MSVCRT_abort @541
|
---|
715 | abs @542
|
---|
716 | acos @543
|
---|
717 | asctime @544
|
---|
718 | asin @545
|
---|
719 | atan @546
|
---|
720 | atan2 @547
|
---|
721 | atexit = MSVCRT_atexit @548
|
---|
722 | atof @549
|
---|
723 | atoi @550
|
---|
724 | atol @551
|
---|
725 | bsearch @552
|
---|
726 | calloc = MSVCRT_calloc @553
|
---|
727 | ceil @554
|
---|
728 | clearerr = MSVCRT_clearerr @555
|
---|
729 | clock = MSVCRT_clock @556
|
---|
730 | cos @557
|
---|
731 | cosh @558
|
---|
732 | ctime @559
|
---|
733 | difftime = MSVCRT_difftime @560
|
---|
734 | div = MSVCRT_div @561
|
---|
735 | exit = MSVCRT_exit @562
|
---|
736 | exp @563
|
---|
737 | fabs @564
|
---|
738 | fclose = MSVCRT_fclose @565
|
---|
739 | feof = MSVCRT_feof @566
|
---|
740 | ferror = MSVCRT_ferror @567
|
---|
741 | fflush = MSVCRT_fflush @568
|
---|
742 | fgetc = MSVCRT_fgetc @569
|
---|
743 | fgetpos = MSVCRT_fgetpos @570
|
---|
744 | fgets = MSVCRT_fgets @571
|
---|
745 | fgetwc = MSVCRT_fgetwc @572
|
---|
746 | fgetws = MSVCRT_fgetws @573
|
---|
747 | floor @574
|
---|
748 | fmod @575
|
---|
749 | fopen = MSVCRT_fopen @576
|
---|
750 | fprintf = MSVCRT_fprintf @577
|
---|
751 | fputc = MSVCRT_fputc @578
|
---|
752 | fputs = MSVCRT_fputs @579
|
---|
753 | fputwc = MSVCRT_fputwc @580
|
---|
754 | fputws = MSVCRT_fputws @581
|
---|
755 | fread = MSVCRT_fread @582
|
---|
756 | free = MSVCRT_free @583
|
---|
757 | freopen = MSVCRT_freopen @584
|
---|
758 | frexp = frexp @585
|
---|
759 | fscanf = MSVCRT_fscanf @586
|
---|
760 | fseek = MSVCRT_fseek @587
|
---|
761 | fsetpos = MSVCRT_fsetpos @588
|
---|
762 | ftell = MSVCRT_ftell @589
|
---|
763 | fwprintf = MSVCRT_fwprintf @590
|
---|
764 | fwrite = MSVCRT_fwrite @591
|
---|
765 | fwscanf = MSVCRT_fwscanf @592
|
---|
766 | getc = MSVCRT_getc @593
|
---|
767 | getchar = MSVCRT_getchar @594
|
---|
768 | getenv = MSVCRT_getenv @595
|
---|
769 | gets = MSVCRT_gets @596
|
---|
770 | getwc = MSVCRT_getwc @597
|
---|
771 | getwchar = MSVCRT_getwchar @598
|
---|
772 | gmtime = gmtime @599
|
---|
773 | is_wctype = iswctype @600
|
---|
774 | isalnum = MSVCRT_isalnum @601
|
---|
775 | isalpha = MSVCRT_isalpha @602
|
---|
776 | iscntrl = MSVCRT_iscntrl @603
|
---|
777 | isdigit = MSVCRT_isdigit @604
|
---|
778 | isgraph = MSVCRT_isgraph @605
|
---|
779 | isleadbyte = MSVCRT_isleadbyte @606
|
---|
780 | islower = MSVCRT_islower @607
|
---|
781 | isprint = MSVCRT_isprint @608
|
---|
782 | ispunct = MSVCRT_ispunct @609
|
---|
783 | isspace = MSVCRT_isspace @610
|
---|
784 | isupper = MSVCRT_isupper @611
|
---|
785 | iswalnum = MSVCRT_iswalnum @612
|
---|
786 | iswalpha @613
|
---|
787 | iswascii = MSVCRT_iswascii @614
|
---|
788 | iswcntrl = MSVCRT_iswcntrl @615
|
---|
789 | iswctype @616
|
---|
790 | iswdigit = MSVCRT_iswdigit @617
|
---|
791 | iswgraph = MSVCRT_iswgraph @618
|
---|
792 | iswlower = MSVCRT_iswlower @619
|
---|
793 | iswprint = MSVCRT_iswprint @620
|
---|
794 | iswpunct = MSVCRT_iswpunct @621
|
---|
795 | iswspace = MSVCRT_iswspace @622
|
---|
796 | iswupper = MSVCRT_iswupper @623
|
---|
797 | iswxdigit = MSVCRT_iswxdigit @624
|
---|
798 | isxdigit = MSVCRT_isxdigit @625
|
---|
799 | labs @626
|
---|
800 | ldexp = MSVCRT_ldexp @627
|
---|
801 | ldiv = MSVCRT_ldiv @628
|
---|
802 | ;# stub localeconv #() @629
|
---|
803 | localtime @630
|
---|
804 | log @631
|
---|
805 | log10 @632
|
---|
806 | longjmp = _MSVCRT_longjmp @633
|
---|
807 | malloc = MSVCRT_malloc @634
|
---|
808 | mblen = MSVCRT_mblen @635
|
---|
809 | mbstowcs @636
|
---|
810 | mbtowc = MSVCRT_mbtowc @637
|
---|
811 | memchr @638
|
---|
812 | memcmp @639
|
---|
813 | memcpy = MSVCRT_memcpy @640
|
---|
814 | memmove @641
|
---|
815 | memset = MSVCRT_memset @642
|
---|
816 | mktime = MSVCRT_mktime @643
|
---|
817 | modf @644
|
---|
818 | perror = MSVCRT_perror @645
|
---|
819 | pow @646
|
---|
820 | printf = MSVCRT_printf @647
|
---|
821 | putc = MSVCRT_putc @648
|
---|
822 | putchar = MSVCRT_putchar @649
|
---|
823 | puts = MSVCRT_puts @650
|
---|
824 | putwc = MSVCRT_fputwc @651
|
---|
825 | putwchar =_fputwchar @652
|
---|
826 | qsort @653
|
---|
827 | ;# stub raise #(long) @654
|
---|
828 | rand = MSVCRT_rand @655
|
---|
829 | realloc = MSVCRT_realloc @656
|
---|
830 | remove = MSVCRT_remove @657
|
---|
831 | rename = MSVCRT_rename @658
|
---|
832 | rewind = MSVCRT_rewind @659
|
---|
833 | scanf = MSVCRT_scanf @660
|
---|
834 | setbuf = MSVCRT_setbuf @661
|
---|
835 | setlocale = MSVCRT_setlocale @662
|
---|
836 | setvbuf = MSVCRT_setvbuf @663
|
---|
837 | signal = MSVCRT_signal @664
|
---|
838 | sin @665
|
---|
839 | sinh @666
|
---|
840 | sprintf @667
|
---|
841 | sqrt @668
|
---|
842 | srand @669
|
---|
843 | sscanf @670
|
---|
844 | strcat @671
|
---|
845 | strchr @672
|
---|
846 | strcmp @673
|
---|
847 | strcoll @674
|
---|
848 | strcpy @675
|
---|
849 | strcspn @676
|
---|
850 | strerror = MSVCRT_strerror @677
|
---|
851 | strftime @678
|
---|
852 | strlen @679
|
---|
853 | strncat @680
|
---|
854 | strncmp @681
|
---|
855 | strncpy @682
|
---|
856 | strpbrk @683
|
---|
857 | strrchr @684
|
---|
858 | strspn @685
|
---|
859 | strstr @686
|
---|
860 | strtod @687
|
---|
861 | strtok @688
|
---|
862 | strtol @689
|
---|
863 | strtoul @690
|
---|
864 | strxfrm @691
|
---|
865 | swprintf @692
|
---|
866 | swscanf = MSVCRT_swscanf @693
|
---|
867 | system = MSVCRT_system @694
|
---|
868 | tan @695
|
---|
869 | tanh @696
|
---|
870 | time = MSVCRT_time @697
|
---|
871 | tmpfile = MSVCRT_tmpfile @698
|
---|
872 | tmpnam = MSVCRT_tmpnam @699
|
---|
873 | tolower @700
|
---|
874 | toupper @701
|
---|
875 | towlower @702
|
---|
876 | towupper @703
|
---|
877 | ungetc = MSVCRT_ungetc @704
|
---|
878 | ungetwc = MSVCRT_ungetwc @705
|
---|
879 | vfprintf = MSVCRT_vfprintf @706
|
---|
880 | vfwprintf = MSVCRT_vfwprintf @707
|
---|
881 | vprintf = MSVCRT_vprintf @708
|
---|
882 | vsprintf = vsprintf @709
|
---|
883 | vswprintf = MSVCRT_vswprintf @710
|
---|
884 | vwprintf = MSVCRT_vwprintf @711
|
---|
885 | wcscat @712
|
---|
886 | wcschr @713
|
---|
887 | wcscmp @714
|
---|
888 | wcscoll = MSVCRT_wcscoll @715
|
---|
889 | wcscpy @716
|
---|
890 | wcscspn @717
|
---|
891 | ;# stub wcsftime #(wstr long wstr ptr) @718
|
---|
892 | wcslen @719
|
---|
893 | wcsncat @720
|
---|
894 | wcsncmp @721
|
---|
895 | wcsncpy @722
|
---|
896 | wcspbrk = MSVCRT_wcspbrk @723
|
---|
897 | wcsrchr @724
|
---|
898 | wcsspn @725
|
---|
899 | wcsstr @726
|
---|
900 | ;# stub wcstod #(wstr ptr) @727
|
---|
901 | wcstok @728
|
---|
902 | wcstol @729
|
---|
903 | wcstombs @730
|
---|
904 | wcstoul @731
|
---|
905 | ;# stub wcsxfrm #(wstr wstr long) @732
|
---|
906 | wctomb = MSVCRT_wctomb @733
|
---|
907 | wprintf = MSVCRT_wprintf @734
|
---|
908 | wscanf = MSVCRT_wscanf @735
|
---|
909 | ;# stub _Gettnames @736
|
---|
910 | ;# stub __lc_collate_cp @737
|
---|
911 | ;# stub __lc_collate_c @738
|
---|
912 | MSVCRT_Init @739
|
---|