source: trunk/src/NTDLL/ntdll.def@ 2537

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

all crt functions moved to crtdll

File size: 28.3 KB
Line 
1; $Id: ntdll.def,v 1.31 1999-12-21 12:24:22 sandervl Exp $
2
3;Created by BLAST for IBM's compiler
4;Basis is NT4.0's NTDLL.DLL
5LIBRARY NTDLL INITINSTANCE TERMINSTANCE
6DATA MULTIPLE NONSHARED
7
8EXPORTS
9
10; -------------------
11; Forwarder Functions
12; -------------------
13
14 RtlFillMemory = _RtlFillMemory@12 @588
15 RtlMoveMemory = _RtlMoveMemory@12 @589
16 RtlUnwind = RtlUnwindAsm @590
17 RtlZeroMemory = _RtlZeroMemory@8 @591
18
19; unknown
20 _alldiv = _OS2_alldiv
21 _allmul = _OS2_allmul
22
23 RtlLargeIntegerToChar = _RtlLargeIntegerToChar@16 @425
24
25; real functions
26 NtAlertThread = _NtAlertThread@8 @57
27 ZwAlertThread = _NtAlertThread@8 @700
28 NtAllocateUuids = _NtAllocateUuids@16 @59
29 ZwAllocateUuids = _NtAllocateUuids@16 @701
30 NtTestAlert = _NtTestAlert@8 @232
31 ZwTestAlert = _NtTestAlert@8 @702
32 NtWriteRequestData = _NtWriteRequestData@20 @246
33 ZwWriteRequestData = _NtWriteRequestData@20 @703
34 NtImpersonateClientOfPort = _NtImpersonateClientOfPort@16 @112
35 ZwImpersonateClientOfPort = _NtImpersonateClientOfPort@16 @704
36 NtQuerySystemTime = _NtQuerySystemTime@4 @169
37 ZwQuerySystemTime = _NtQuerySystemTime@4 @705
38 NtReadRequestData = _NtReadRequestData@20 @178
39 ZwReadRequestData = _NtReadRequestData@20 @706
40
41 NtReplyPort = _NtReplyPort@16 @187
42 ZwReplyPort = _NtReplyPort@16 @707
43 NtReplyWaitReplyPort = _NtReplyWaitReplyPort@16 @189
44 ZwReplyWaitReplyPort = _NtReplyWaitReplyPort@16 @708
45 NtRequestPort = _NtRequestPort@16 @190
46 ZwRequestPort = _NtRequestPort@16 @709
47
48
49 NtOpenFile = _NtOpenFile@24 @127
50 ZwOpenFile = _NtOpenFile@24 @710
51 NtCreateFile = _NtCreateFile@44 @73
52 ZwCreateFile = _NtCreateFile@44 @711
53 NtReadFile = _NtReadFile@36 @712
54 ZwReadFile = _NtReadFile@36 @713
55 NtDeviceIoControlFile = _NtDeviceIoControlFile@40 @94
56 ZwDeviceIoControlFile = _NtDeviceIoControlFile@40 @714
57 NtFsControlFile = _NtFsControlFile@40 @108
58 ZwFsControlFile = _NtFsControlFile@40 @715
59 NtSetVolumeInformationFile = _NtSetVolumeInformationFile@16 @716
60 ZwSetVolumeInformationFile = _NtSetVolumeInformationFile@16 @717
61 NtQueryInformationFile = _NtQueryInformationFile@20 @718
62 ZwQueryInformationFile = _NtQueryInformationFile@20 @719
63 NtSetInformationFile = _NtSetInformationFile@20 @720
64 ZwSetInformationFile = _NtSetInformationFile@20 @721
65 NtQueryDirectoryFile = _NtQueryDirectoryFile@44 @722
66 ZwQueryDirectoryFile = _NtQueryDirectoryFile@44 @723
67 NtClose = _NtClose@4 @65
68 ZwClose = _NtClose@4 @724
69 NtCreateTimer = _NtCreateTimer@16 @87
70 ZwCreateTimer = _NtCreateTimer@16 @725
71 NtSetTimer = _NtSetTimer@28 @221
72 ZwSetTimer = _NtSetTimer@28 @726
73 NtQueryTimerResolution = _NtQueryTimerResolution@12 @727
74 ZwQueryTimerResolution = _NtQueryTimerResolution@12 @728
75 NtTerminateProcess = _NtTerminateProcess@8 @729
76 ZwTerminateProcess = _NtTerminateProcess@8 @730
77 NtQueryInformationProcess = _NtQueryInformationProcess@20 @731
78 ZwQueryInformationProcess = _NtQueryInformationProcess@20 @732
79 NtSetInformationProcess = _NtSetInformationProcess@16 @207
80 ZwSetInformationProcess = _NtSetInformationProcess@16 @733
81 NtResumeThread = _NtResumeThread@8 @734
82 ZwResumeThread = _NtResumeThread@8 @735
83 NtTerminateThread = _NtTerminateThread@8 @736
84 ZwTerminateThread = _NtTerminateThread@8 @737
85 NtQueryInformationThread = _NtQueryInformationThread@20 @738
86 ZwQueryInformationThread = _NtQueryInformationThread@20 @739
87 NtSetInformationThread = _NtSetInformationThread@16 @740
88 ZwSetInformationThread = _NtSetInformationThread@16 @741
89 NtDuplicateToken = _NtDuplicateToken@24 @742
90 ZwDuplicateToken = _NtDuplicateToken@24 @743
91 NtOpenProcessToken = _NtOpenProcessToken@12 @744
92 ZwOpenProcessToken = _NtOpenProcessToken@12 @745
93 NtOpenThreadToken = _NtOpenThreadToken@16 @746
94 ZwOpenThreadToken = _NtOpenThreadToken@16 @747
95 NtAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24 @748
96 ZwAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24 @749
97 NtQueryInformationToken = _NtQueryInformationToken@20 @156
98 ZwQueryInformationToken = _NtQueryInformationToken@20 @750
99 NtCreateSection = _NtCreateSection@28 @751
100 ZwCreateSection = _NtCreateSection@28 @752
101 NtOpenSection = _NtOpenSection@12 @753
102 ZwOpenSection = _NtOpenSection@12 @754
103 NtQuerySection = _NtQuerySection@20 @755
104 ZwQuerySection = _NtQuerySection@20 @756
105 NtMapViewOfSection = _NtMapViewOfSection@40 @757
106 ZwMapViewOfSection = _NtMapViewOfSection@40 @758
107 NtCreatePort = _NtCreatePort@20 @759
108 ZwCreatePort = _NtCreatePort@20 @760
109 NtConnectPort = _NtConnectPort@32 @761
110 ZwConnectPort = _NtConnectPort@32 @762
111 NtListenPort = _NtListenPort@8 @763
112 ZwListenPort = _NtListenPort@8 @764
113 NtAcceptConnectPort = _NtAcceptConnectPort@24 @765
114 ZwAcceptConnectPort = _NtAcceptConnectPort@24 @766
115 NtCompleteConnectPort = _NtCompleteConnectPort@4 @767
116 ZwCompleteConnectPort = _NtCompleteConnectPort@4 @768
117 NtRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4 @769
118 ZwRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4 @770
119 NtRequestWaitReplyPort = _NtRequestWaitReplyPort@12 @771
120 ZwRequestWaitReplyPort = _NtRequestWaitReplyPort@12 @772
121 NtReplyWaitReceivePort = _NtReplyWaitReceivePort@16 @773
122 ZwReplyWaitReceivePort = _NtReplyWaitReceivePort@16 @774
123 NtSetIntervalProfile = _NtSetIntervalProfile@8 @775
124 ZwSetIntervalProfile = _NtSetIntervalProfile@8 @776
125 NtQueryPerformanceCounter = _NtQueryPerformanceCounter@8 @777
126 ZwQueryPerformanceCounter = _NtQueryPerformanceCounter@8 @778
127 NtCreateMailslotFile = _NtCreateMailslotFile@32 @779
128 ZwCreateMailslotFile = _NtCreateMailslotFile@32 @780
129 NtQuerySystemInformation = _NtQuerySystemInformation@16 @95
130 ZwQuerySystemInformation = _NtQuerySystemInformation@16 @781
131 NtCreatePagingFile = _NtCreatePagingFile@16 @782
132 ZwCreatePagingFile = _NtCreatePagingFile@16 @783
133 NtDisplayString = _NtDisplayString@4 @784
134 ZwDisplayString = _NtDisplayString@4 @785
135
136 NtCreateSemaphore = _NtCreateSemaphore@20 @786
137 ZwCreateSemaphore = _NtCreateSemaphore@20 @787
138 NtOpenSemaphore = _NtOpenSemaphore@12 @788
139 ZwOpenSemaphore = _NtOpenSemaphore@12 @789
140 NtQuerySemaphore = _NtQuerySemaphore@20 @790
141 ZwQuerySemaphore = _NtQuerySemaphore@20 @791
142 NtReleaseSemaphore = _NtReleaseSemaphore@12 @792
143 ZwReleaseSemaphore = _NtReleaseSemaphore@12 @793
144 NtCreateEvent = _NtCreateEvent@20 @794
145 ZwCreateEvent = _NtCreateEvent@20 @795
146 NtOpenEvent = _NtOpenEvent@12 @796
147 ZwOpenEvent = _NtOpenEvent@12 @797
148 NtSetEvent = _NtSetEvent@8 @798
149 ZwSetEvent = _NtSetEvent@8 @799
150 NtResetEvent = _NtResetEvent@4 @192
151 ZwResetEvent = _NtResetEvent@4 @800
152
153 NtQueryObject = _NtQueryObject@20 @161
154 ZwQueryObject = _NtQueryObject@20 @801
155 NtQuerySecurityObject = _NtQuerySecurityObject@20 @802
156 ZwQuerySecurityObject = _NtQuerySecurityObject@20 @803
157 NtDuplicateObject = _NtDuplicateObject@28 @804
158 ZwDuplicateObject = _NtDuplicateObject@28 @805
159 NtWaitForSingleObject = _NtWaitForSingleObject@12 @806
160 ZwWaitForSingleObject = _NtWaitForSingleObject@12 @807
161 NtOpenDirectoryObject = _NtOpenDirectoryObject@12 @124
162 ZwOpenDirectoryObject = _NtOpenDirectoryObject@12 @808
163 NtCreateDirectoryObject = _NtCreateDirectoryObject@12 @809
164 ZwCreateDirectoryObject = _NtCreateDirectoryObject@12 @810
165 NtQueryDirectoryObject = _NtQueryDirectoryObject@28 @149
166 ZwQueryDirectoryObject = _NtQueryDirectoryObject@28 @811
167 NtOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @812
168 ZwOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @813
169 NtCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16 @814
170 ZwCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16 @815
171 NtQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @816
172 ZwQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12 @817
173
174 NtCreateKey = _NtCreateKey@28
175 ZwCreateKey = _NtCreateKey@28
176 NtDeleteKey = _NtDeleteKey@4
177 ZwDeleteKey = _NtDeleteKey@4
178 NtDeleteValueKey = _NtDeleteValueKey@8
179 ZwDeleteValueKey = _NtDeleteValueKey@8
180 NtEnumerateKey = _NtEnumerateKey@24
181 ZwEnumerateKey = _NtEnumerateKey@24
182 NtEnumerateValueKey = _NtEnumerateValueKey@24
183 ZwEnumerateValueKey = _NtEnumerateValueKey@24
184 NtFlushKey = _NtFlushKey@4
185 ZwFlushKey = _NtFlushKey@4
186 NtLoadKey = _NtLoadKey@8
187 ZwLoadKey = _NtLoadKey@8
188 NtNotifyChangeKey = _NtNotifyChangeKey@40
189 ZwNotifyChangeKey = _NtNotifyChangeKey@40
190 NtOpenKey = _NtOpenKey@12 @129
191 ZwOpenKey = _NtOpenKey@12
192 NtQueryKey = _NtQueryKey@20
193 ZwQueryKey = _NtQueryKey@20
194 NtQueryMultipleValueKey = _NtQueryMultipleValueKey@24
195 ZwQueryMultipleValueKey = _NtQueryMultipleValueKey@24
196 NtQueryValueKey = _NtQueryValueKey@24
197 ZwQueryValueKey = _NtQueryValueKey@24
198 NtReplaceKey = _NtReplaceKey@12
199 ZwReplaceKey = _NtReplaceKey@12
200 NtRestoreKey = _NtRestoreKey@12
201 ZwRestoreKey = _NtRestoreKey@12
202 NtSaveKey = _NtSaveKey@8
203 ZwSaveKey = _NtSaveKey@8
204 NtSetInformationKey = _NtSetInformationKey@16
205 ZwSetInformationKey = _NtSetInformationKey@16
206 NtSetValueKey = _NtSetValueKey@24
207 ZwSetValueKey = _NtSetValueKey@24
208 NtUnloadKey = _NtUnloadKey@4
209 ZwUnloadKey = _NtUnloadKey@4
210
211 RtlAllocateAndInitializeSid = _RtlAllocateAndInitializeSid@44 @265
212 RtlConvertSidToUnicodeString = _RtlConvertSidToUnicodeString@12 @296
213 RtlEqualSid = _RtlEqualSid@8 @352
214 RtlEqualPrefixSid = _RtlEqualPrefixSid@8 @351
215 RtlFreeSid = _RtlFreeSid@4 @376
216 RtlValidSid = _RtlValidSid@4 @523
217 RtlLengthRequiredSid = _RtlLengthRequiredSid@4 @427
218 RtlLengthSid = _RtlLengthSid@4 @429
219 RtlInitializeSid = _RtlInitializeSid@12 @410
220 RtlSubAuthoritySid = _RtlSubAuthoritySid@8 @497
221 RtlSubAuthorityCountSid = _RtlSubAuthorityCountSid@4 @496
222 RtlIdentifierAuthoritySid = _RtlIdentifierAuthoritySid@4 @395
223 RtlCopySid = _RtlCopySid@12 @302
224 RtlCreateSecurityDescriptor = _RtlCreateSecurityDescriptor@8 @313
225 RtlValidSecurityDescriptor = _RtlValidSecurityDescriptor@4 @600
226 RtlLengthSecurityDescriptor = _RtlLengthSecurityDescriptor@4 @601
227 RtlGetDaclSecurityDescriptor = _RtlGetDaclSecurityDescriptor@16 @602
228 RtlSetDaclSecurityDescriptor = _RtlSetDaclSecurityDescriptor@16 @483
229 RtlGetSaclSecurityDescriptor = _RtlGetSaclSecurityDescriptor@16 @603
230 RtlSetSaclSecurityDescriptor = _RtlSetSaclSecurityDescriptor@16 @604
231 RtlGetOwnerSecurityDescriptor = _RtlGetOwnerSecurityDescriptor@12 @488
232 RtlSetOwnerSecurityDescriptor = _RtlSetOwnerSecurityDescriptor@12 @487
233 RtlSetGroupSecurityDescriptor = _RtlSetGroupSecurityDescriptor@12 @485
234 RtlGetGroupSecurityDescriptor = _RtlGetGroupSecurityDescriptor@12 @605
235 RtlCreateAcl = _RtlCreateAcl@12 @306
236 RtlFirstFreeAce = _RtlFirstFreeAce@8 @370
237 RtlAddAce = _RtlAddAce@20 @260
238 RtlAddAccessAllowedAce = _RtlAddAccessAllowedAce@16 @606
239 RtlGetAce = _RtlGetAce@12 @607
240 RtlAdjustPrivilege = _RtlAdjustPrivilege@16 @608
241
242 RtlAnsiStringToUnicodeString = _RtlAnsiStringToUnicodeString@12 @269
243 RtlOemStringToUnicodeString = _RtlOemStringToUnicodeString@12 @447
244 RtlMultiByteToUnicodeN = _RtlMultiByteToUnicodeN@20 @446
245 RtlOemToUnicodeN = _RtlOemToUnicodeN@20 @448
246 RtlInitAnsiString = _RtlInitAnsiString@8 @399
247 RtlInitOemString = _RtlInitOemString@8
248 RtlInitString = _RtlInitString@8 @402
249 RtlInitUnicodeString = _RtlInitUnicodeString@8 @403
250 RtlFreeUnicodeString = _RtlFreeUnicodeString@4 @377
251 RtlFreeAnsiString = _RtlFreeAnsiString@4
252 RtlFreeOemString = _RtlFreeOemString@4
253 RtlUnicodeStringToOemString = _RtlUnicodeStringToOemString@12 @511
254 RtlUnicodeToMultiByteN = _RtlUnicodeToMultiByteN@20 @513
255 RtlUnicodeToOemN = _RtlUnicodeToOemN@20 @515
256 RtlUnicodeStringToAnsiString = _RtlUnicodeStringToAnsiString@12 @507
257 RtlEqualUnicodeString = _RtlEqualUnicodeString@12
258 RtlUpcaseUnicodeString = _RtlUpcaseUnicodeString@12 @520
259 RtlxOemStringToUnicodeSize = _RtlxOemStringToUnicodeSize@4 @549
260 RtlxAnsiStringToUnicodeSize = _RtlxAnsiStringToUnicodeSize@4 @548
261 RtlIsTextUnicode = _RtlIsTextUnicode@12 @417
262 RtlCompareUnicodeString = _RtlCompareUnicodeString@12
263 RtlUpcaseUnicodeStringToOemString = _RtlUpcaseUnicodeStringToOemString@12
264
265
266 RtlInitializeResource = _RtlInitializeResource@4 @409
267 RtlDeleteResource = _RtlDeleteResource@4 @330
268 RtlAcquireResourceExclusive = _RtlAcquireResourceExclusive@8 @256
269 RtlAcquireResourceShared = _RtlAcquireResourceShared@8 @257
270 RtlReleaseResource = _RtlReleaseResource@4 @471
271 RtlDumpResource = _RtlDumpResource@4 @340
272 RtlCreateHeap = _RtlCreateHeap@24 @309
273 RtlAllocateHeap = _RtlAllocateHeap@12 @266
274 RtlFreeHeap = _RtlFreeHeap@12 @374
275 RtlDestroyHeap = _RtlDestroyHeap@4 @333
276 RtlSizeHeap = _RtlSizeHeap@12 @493
277
278 NtRaiseException = ___regs_NtRaiseException@16
279 ZwRaiseException = ___regs_NtRaiseException@16
280 RtlRaiseException = ___regs_RtlRaiseException@8
281 DebugBreak = ___regs_DebugBreak@4
282 RtlRaiseStatus = _RtlRaiseStatus@4
283 RtlRandom = _RtlRandom@4
284
285 RtlAcquirePebLock = _RtlAcquirePebLock@0
286 RtlReleasePebLock = _RtlReleasePebLock@0
287 RtlIntegerToChar = _RtlIntegerToChar@16
288 RtlSetEnvironmentVariable = _RtlSetEnvironmentVariable@12
289 RtlNewSecurityObject = _RtlNewSecurityObject@24
290 RtlDeleteSecurityObject = _RtlDeleteSecurityObject@4
291 RtlNormalizeProcessParams = _RtlNormalizeProcessParams@4 @441
292 RtlNtStatusToDosError = _RtlNtStatusToDosError@4 @442
293 RtlGetNtProductType = _RtlGetNtProductType@4
294
295 RtlFormatCurrentUserKeyPath = _RtlFormatCurrentUserKeyPath@4
296 RtlOpenCurrentUser = _RtlOpenCurrentUser@8
297 RtlDosPathNameToNtPathName_U = _RtlDosPathNameToNtPathName_U@16 @338
298 RtlCreateEnvironment = _RtlCreateEnvironment@8
299 RtlDestroyEnvironment = _RtlDestroyEnvironment@4
300 RtlQueryEnvironmentVariable_U = _RtlQueryEnvironmentVariable_U@12
301
302 RtlSystemTimeToLocalTime = _RtlSystemTimeToLocalTime@8 @500
303 RtlTimeToSecondsSince1970 = _RtlTimeToSecondsSince1970@8 @503
304 RtlTimeToSecondsSince1980 = _RtlTimeToSecondsSince1980@8 @504
305 RtlSecondsSince1970ToTime = _RtlSecondsSince1970ToTime@8 @476
306 RtlSecondsSince1980ToTime = _RtlSecondsSince1980ToTime@8 @477
307 RtlQueryTimeZoneInformation = _RtlQueryTimeZoneInformation@12
308
309 RtlTimeToElapsedTimeFields = _RtlTimeToElapsedTimeFields@8
310
311; ------------------
312; Verified Functions
313; ------------------
314
315 RtlCopyLuid = _RtlCopyLuid@8 @321
316
317; ------------------
318; Integer Arithmetic
319; ------------------
320
321 RtlLargeIntegerDivide = _RtlLargeIntegerDivide@20 @462
322 RtlLargeIntegerAdd = _RtlLargeIntegerAdd@16 @460
323 RtlEnlargedIntegerMultiply = _RtlEnlargedIntegerMultiply@8 @371
324 RtlEnlargedUnsignedMultiply = _RtlEnlargedUnsignedMultiply@8 @373
325 RtlEnlargedUnsignedDivide = _RtlEnlargedUnsignedDivide@16 @372
326 RtlExtendedLargeIntegerDivide = _RtlExtendedLargeIntegerDivide@16 @390
327 RtlExtendedMagicDivide = _RtlExtendedMagicDivide@20 @391
328 RtlExtendedIntegerMultiply = _RtlExtendedIntegerMultiply@12 @389
329 RtlLargeIntegerShiftLeft = _RtlLargeIntegerShiftLeft@12 @464
330 RtlLargeIntegerShiftRight = _RtlLargeIntegerShiftRight@12 @465
331 RtlLargeIntegerArithmeticShift = _RtlLargeIntegerArithmeticShift@12 @461
332 RtlLargeIntegerNegate = _RtlLargeIntegerNegate@8 @463
333 RtlLargeIntegerSubtract = _RtlLargeIntegerSubtract@16 @466
334 RtlConvertLongToLargeInteger = _RtlConvertLongToLargeInteger@4 @316
335 RtlConvertUlongToLargeInteger = _RtlConvertUlongToLargeInteger@4 @320
336
337 RtlDeleteCriticalSection = _DeleteCriticalSection@4 @327
338 RtlLeaveCriticalSection = _LeaveCriticalSection@4 @426
339 RtlEnterCriticalSection = _EnterCriticalSection@4 @344
340 RtlInitializeCriticalSection = _InitializeCriticalSection@4 @406
341
342; ------------------
343; Register Functions
344; ------------------
345
346 _alloca_probe = _chkstk @938 ; same export
347 _chkstk = _chkstk @946
348
349; ------------------
350; Debugger Functions
351; ------------------
352
353 DbgBreakPoint = DbgBreakPoint @20
354 DbgUserBreakPoint = DbgUserBreakPoint @28
355 DbgPrint = _DbgPrint @21
356
357; -----------------
358; NTDLL's C runtime
359; -----------------
360; Note: CDECL does not decorate the function names with parameter bytes!
361
362 _CIpow = _CRTDLL__CIpow @349
363 _ftol = _CRTDLL__ftol @864
364 _ltoa = _CRTDLL__ltoa @866
365 _memicmp = _CRTDLL__memicmp @868
366 _snprintf = _CRTDLL__snprintf @869
367 _snwprintf = _CRTDLL__snwprintf @870
368 _splitpath = _CRTDLL__splitpath @871
369 _strcmpi = _CRTDLL__strcmpi @872
370 _strlwr = _CRTDLL__strlwr @874
371 _strnicmp = _CRTDLL__strnicmp @875
372 _strupr = _CRTDLL__strupr @876
373 _ultoa = _CRTDLL__ultoa @877
374 _vsnprintf = _CRTDLL__vsnprintf @878
375 _wcsicmp = _CRTDLL__wcsicmp @879
376 _wcslwr = _CRTDLL__wcslwr @880
377 _wcsnicmp = _CRTDLL__wcsnicmp @881
378 _wcsupr = _CRTDLL__wcsupr @882
379 abs = _CRTDLL_abs @883
380 atan = _CRTDLL_atan @884
381 atoi = _CRTDLL_atoi @885
382 atol = _CRTDLL_atol @886
383 ceil = _CRTDLL_ceil @887
384 cos = _CRTDLL_cos @888
385 fabs = _CRTDLL_fabs @889
386 floor = _CRTDLL_floor @890
387 isalpha = _CRTDLL_isalpha @891
388 isdigit = _CRTDLL_isdigit @892
389 islower = _CRTDLL_islower @893
390 isprint = _CRTDLL_isprint @894
391 isspace = _CRTDLL_isspace @895
392 isupper = _CRTDLL_isupper @896
393 iswalpha = _CRTDLL_iswalpha @897
394 iswctype = _CRTDLL_iswctype @898
395 isxdigit = _CRTDLL_isxdigit @899
396
397 labs = _CRTDLL_labs @900
398 log = _CRTDLL_log @901
399 mbstowcs = _CRTDLL_mbstowcs @902
400 memchr = _CRTDLL_memchr @903
401 memcmp = _CRTDLL_memcmp @904
402 memcpy = _CRTDLL_memcpy @905
403 memmove = _CRTDLL_memmove @906
404 memset = _CRTDLL_memset @907
405 pow = _CRTDLL_pow @908
406 qsort = _CRTDLL_qsort @909
407 sin = _CRTDLL_sin @910
408 sprintf = _CRTDLL_sprintf @911
409 sqrt = _CRTDLL_sqrt @912
410 sscanf = _CRTDLL_sscanf @913
411 strcat = _CRTDLL_strcat @914
412 strchr = _CRTDLL_strchr @915
413 strcmp = _CRTDLL_strcmp @916
414 strcpy = _CRTDLL_strcpy @917
415 strcspn = _CRTDLL_strcspn @918
416 strlen = _CRTDLL_strlen @919
417 strncat = _CRTDLL_strcat @920
418 strncmp = _CRTDLL_strncmp @921
419 strncpy = _CRTDLL_strncpy @922
420 strpbrk = _CRTDLL_strpbrk @923
421 strrchr = _CRTDLL_strrchr @924
422 strspn = _CRTDLL_strspn @925
423 strstr = _CRTDLL_strstr @926
424 swprintf = _CRTDLL_swprintf @927
425 tan = _CRTDLL_tan @928
426 toupper = _CRTDLL_toupper @929
427 tolower = _CRTDLL_tolower @930
428 towlower = _CRTDLL_towlower @931
429 towupper = _CRTDLL_towupper @932
430 vsprintf = _CRTDLL_vsprintf @933
431 wcscat = _CRTDLL_wcscat @934
432 wcschr = _CRTDLL_wcschr @935
433 wcscmp = _CRTDLL_wcscmp @936
434 wcscpy = _CRTDLL_wcscpy @937
435 wcscspn = _CRTDLL_wcscspn
436 wcslen = _CRTDLL_wcslen @939
437 wcsncat = _CRTDLL_wcscat @940
438 wcsncmp = _CRTDLL_wcsncmp @941
439 wcsncpy = _CRTDLL_wcsncpy @942
440 wcspbrk = _CRTDLL_wcspbrk @943
441 wcsrchr = _CRTDLL_wcsrchr @944
442 wcsspn = _CRTDLL_wcsspn @945
443 wcsstr = _CRTDLL_wcsstr
444 wcstok = _CRTDLL_wcstok @947
445 wcstol = _CRTDLL_wcstol @948
446 wcstombs = _CRTDLL_wcstombs @949
447 wcstoul = _CRTDLL_wcstoul @950
448
449 _wtoi = _CRTDLL__wtoi @983
450 _wtol = _CRTDLL__wtol @984
451
452 _stricmp = _CRTDLL__stricmp
453 _itoa = _CRTDLL__itoa
454 _itow = _CRTDLL__itow
455
Note: See TracBrowser for help on using the repository browser.