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

Last change on this file since 1036 was 927, checked in by phaller, 26 years ago

Add: more CRT functions

File size: 24.5 KB
Line 
1; $Id: ntdll.def,v 1.18 1999-09-13 19:45:34 phaller 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
8IMPORTS
9 fwd_RtlUnwind = KERNEL32.RtlUnwind
10 fwd_memmove = KERNEL32.memmove
11 fwd_RtlFillMemory = KERNEL32.RtlFillMemory
12 fwd_RtlMoveMemory = KERNEL32.RtlMoveMemory
13 fwd_RtlZeroMemory = KERNEL32.RtlZeroMemory
14 fwd_RtlInitializeCriticalSection = KERNEL32.InitializeCriticalSection
15 fwd_RtlLeaveCriticalSection = KERNEL32.LeaveCriticalSection
16 fwd_RtlEnterCriticalSection = KERNEL32.EnterCriticalSection
17 fwd_RtlDeleteCriticalSection = KERNEL32.DeleteCriticalSection
18 _lstrncmpW@12 = KERNEL32.lstrncmpW
19 HEAP_strdupW = KERNEL32.HEAP_strdupW
20 HEAP_strdupWtoA = KERNEL32.HEAP_strdupWtoA
21
22EXPORTS
23
24; unknown
25 _alldiv = _OS2_alldiv
26 _allmul = _OS2_allmul
27
28 RtlLargeIntegerToChar = _RtlLargeIntegerToChar@16 @425
29
30; forwarders
31 RtlUnwind = fwd_RtlUnwind
32 RtlFillMemory = fwd_RtlFillMemory
33 RtlMoveMemory = fwd_RtlMoveMemory
34 RtlZeroMemory = fwd_RtlZeroMemory
35 RtlInitializeCriticalSection = fwd_RtlInitializeCriticalSection
36 RtlLeaveCriticalSection = fwd_RtlLeaveCriticalSection
37 RtlEnterCriticalSection = fwd_RtlEnterCriticalSection
38 RtlDeleteCriticalSection = fwd_RtlDeleteCriticalSection
39
40; real functions
41 NtAlertThread = _NtAlertThread@8 @57
42 ZwAlertThread = _NtAlertThread@8
43 NtAllocateUuids = _NtAllocateUuids@16 @59
44 ZwAllocateUuids = _NtAllocateUuids@16
45 NtTestAlert = _NtTestAlert@8 @232
46 ZwTestAlert = _NtTestAlert@8
47 NtWriteRequestData = _NtWriteRequestData@20 @246
48 ZwWriteRequestData = _NtWriteRequestData@20
49 NtImpersonateClientOfPort = _NtImpersonateClientOfPort@16 @112
50 ZwImpersonateClientOfPort = _NtImpersonateClientOfPort@16
51 NtQuerySystemTime = _NtQuerySystemTime@4 @169
52 ZwQuerySystemTime = _NtQuerySystemTime@4
53 NtReadRequestData = _NtReadRequestData@20 @178
54 ZwReadRequestData = _NtReadRequestData@20
55
56 NtReplyPort = _NtReplyPort@16 @187
57 ZwReplyPort = _NtReplyPort@16
58 NtReplyWaitReplyPort = _NtReplyWaitReplyPort@16 @189
59 ZwReplyWaitReplyPort = _NtReplyWaitReplyPort@16
60 NtRequestPort = _NtRequestPort@16 @190
61 ZwRequestPort = _NtRequestPort@16
62
63
64 NtOpenFile = _NtOpenFile@24 @127
65 ZwOpenFile = _NtOpenFile@24
66 NtCreateFile = _NtCreateFile@44 @73
67 ZwCreateFile = _NtCreateFile@44
68 NtReadFile = _NtReadFile@36
69 ZwReadFile = _NtReadFile@36
70 NtDeviceIoControlFile = _NtDeviceIoControlFile@40 @94
71 ZwDeviceIoControlFile = _NtDeviceIoControlFile@40
72 NtFsControlFile = _NtFsControlFile@40 @108
73 ZwFsControlFile = _NtFsControlFile@40
74 NtSetVolumeInformationFile = _NtSetVolumeInformationFile@16
75 ZwSetVolumeInformationFile = _NtSetVolumeInformationFile@16
76 NtQueryInformationFile = _NtQueryInformationFile@20
77 ZwQueryInformationFile = _NtQueryInformationFile@20
78 NtSetInformationFile = _NtSetInformationFile@20
79 ZwSetInformationFile = _NtSetInformationFile@20
80 NtQueryDirectoryFile = _NtQueryDirectoryFile@44
81 ZwQueryDirectoryFile = _NtQueryDirectoryFile@44
82 NtClose = _NtClose@4 @65
83 ZwClose = _NtClose@4
84 NtCreateTimer = _NtCreateTimer@16 @87
85 ZwCreateTimer = _NtCreateTimer@16
86 NtSetTimer = _NtSetTimer@28 @221
87 ZwSetTimer = _NtSetTimer@28
88 NtQueryTimerResolution = _NtQueryTimerResolution@12
89 ZwQueryTimerResolution = _NtQueryTimerResolution@12
90 NtTerminateProcess = _NtTerminateProcess@8
91 ZwTerminateProcess = _NtTerminateProcess@8
92 NtQueryInformationProcess = _NtQueryInformationProcess@20
93 ZwQueryInformationProcess = _NtQueryInformationProcess@20
94 NtSetInformationProcess = _NtSetInformationProcess@16 @207
95 ZwSetInformationProcess = _NtSetInformationProcess@16
96 NtResumeThread = _NtResumeThread@8
97 ZwResumeThread = _NtResumeThread@8
98 NtTerminateThread = _NtTerminateThread@8
99 ZwTerminateThread = _NtTerminateThread@8
100 NtQueryInformationThread = _NtQueryInformationThread@20
101 ZwQueryInformationThread = _NtQueryInformationThread@20
102 NtSetInformationThread = _NtSetInformationThread@16
103 ZwSetInformationThread = _NtSetInformationThread@16
104 NtDuplicateToken = _NtDuplicateToken@24
105 ZwDuplicateToken = _NtDuplicateToken@24
106 NtOpenProcessToken = _NtOpenProcessToken@12
107 ZwOpenProcessToken = _NtOpenProcessToken@12
108 NtOpenThreadToken = _NtOpenThreadToken@16
109 ZwOpenThreadToken = _NtOpenThreadToken@16
110 NtAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24
111 ZwAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24
112 NtQueryInformationToken = _NtQueryInformationToken@20 @156
113 ZwQueryInformationToken = _NtQueryInformationToken@20
114 NtCreateSection = _NtCreateSection@28
115 ZwCreateSection = _NtCreateSection@28
116 NtOpenSection = _NtOpenSection@12
117 ZwOpenSection = _NtOpenSection@12
118 NtQuerySection = _NtQuerySection@20
119 ZwQuerySection = _NtQuerySection@20
120 NtMapViewOfSection = _NtMapViewOfSection@40
121 ZwMapViewOfSection = _NtMapViewOfSection@40
122 NtCreatePort = _NtCreatePort@20
123 ZwCreatePort = _NtCreatePort@20
124 NtConnectPort = _NtConnectPort@32
125 ZwConnectPort = _NtConnectPort@32
126 NtListenPort = _NtListenPort@8
127 ZwListenPort = _NtListenPort@8
128 NtAcceptConnectPort = _NtAcceptConnectPort@24
129 ZwAcceptConnectPort = _NtAcceptConnectPort@24
130 NtCompleteConnectPort = _NtCompleteConnectPort@4
131 ZwCompleteConnectPort = _NtCompleteConnectPort@4
132 NtRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4
133 ZwRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4
134 NtRequestWaitReplyPort = _NtRequestWaitReplyPort@12
135 ZwRequestWaitReplyPort = _NtRequestWaitReplyPort@12
136 NtReplyWaitReceivePort = _NtReplyWaitReceivePort@16
137 ZwReplyWaitReceivePort = _NtReplyWaitReceivePort@16
138 NtSetIntervalProfile = _NtSetIntervalProfile@8
139 ZwSetIntervalProfile = _NtSetIntervalProfile@8
140 NtQueryPerformanceCounter = _NtQueryPerformanceCounter@8
141 ZwQueryPerformanceCounter = _NtQueryPerformanceCounter@8
142 NtCreateMailslotFile = _NtCreateMailslotFile@32
143 ZwCreateMailslotFile = _NtCreateMailslotFile@32
144 NtQuerySystemInformation = _NtQuerySystemInformation@16 @95
145 ZwQuerySystemInformation = _NtQuerySystemInformation@16
146 NtCreatePagingFile = _NtCreatePagingFile@16
147 ZwCreatePagingFile = _NtCreatePagingFile@16
148 NtDisplayString = _NtDisplayString@4
149 ZwDisplayString = _NtDisplayString@4
150
151 NtCreateSemaphore = _NtCreateSemaphore@20
152 ZwCreateSemaphore = _NtCreateSemaphore@20
153 NtOpenSemaphore = _NtOpenSemaphore@12
154 ZwOpenSemaphore = _NtOpenSemaphore@12
155 NtQuerySemaphore = _NtQuerySemaphore@20
156 ZwQuerySemaphore = _NtQuerySemaphore@20
157 NtReleaseSemaphore = _NtReleaseSemaphore@12
158 ZwReleaseSemaphore = _NtReleaseSemaphore@12
159 NtCreateEvent = _NtCreateEvent@20
160 ZwCreateEvent = _NtCreateEvent@20
161 NtOpenEvent = _NtOpenEvent@12
162 ZwOpenEvent = _NtOpenEvent@12
163 NtSetEvent = _NtSetEvent@8
164 ZwSetEvent = _NtSetEvent@8
165 NtResetEvent = _NtResetEvent@4 @192
166 ZwResetEvent = _NtResetEvent@4
167
168 NtQueryObject = _NtQueryObject@20 @161
169 ZwQueryObject = _NtQueryObject@20
170 NtQuerySecurityObject = _NtQuerySecurityObject@20
171 ZwQuerySecurityObject = _NtQuerySecurityObject@20
172 NtDuplicateObject = _NtDuplicateObject@28
173 ZwDuplicateObject = _NtDuplicateObject@28
174 NtWaitForSingleObject = _NtWaitForSingleObject@12
175 ZwWaitForSingleObject = _NtWaitForSingleObject@12
176 NtOpenDirectoryObject = _NtOpenDirectoryObject@12 @124
177 ZwOpenDirectoryObject = _NtOpenDirectoryObject@12
178 NtCreateDirectoryObject = _NtCreateDirectoryObject@12
179 ZwCreateDirectoryObject = _NtCreateDirectoryObject@12
180 NtQueryDirectoryObject = _NtQueryDirectoryObject@28 @149
181 ZwQueryDirectoryObject = _NtQueryDirectoryObject@28
182 NtOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12
183 ZwOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12
184 NtCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16
185 ZwCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16
186 NtQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12
187 ZwQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12
188
189 NtCreateKey = _NtCreateKey@28
190 ZwCreateKey = _NtCreateKey@28
191 NtDeleteKey = _NtDeleteKey@4
192 ZwDeleteKey = _NtDeleteKey@4
193 NtDeleteValueKey = _NtDeleteValueKey@8
194 ZwDeleteValueKey = _NtDeleteValueKey@8
195 NtEnumerateKey = _NtEnumerateKey@24
196 ZwEnumerateKey = _NtEnumerateKey@24
197 NtEnumerateValueKey = _NtEnumerateValueKey@24
198 ZwEnumerateValueKey = _NtEnumerateValueKey@24
199 NtFlushKey = _NtFlushKey@4
200 ZwFlushKey = _NtFlushKey@4
201 NtLoadKey = _NtLoadKey@8
202 ZwLoadKey = _NtLoadKey@8
203 NtNotifyChangeKey = _NtNotifyChangeKey@40
204 ZwNotifyChangeKey = _NtNotifyChangeKey@40
205 NtOpenKey = _NtOpenKey@12 @129
206 ZwOpenKey = _NtOpenKey@12
207 NtQueryKey = _NtQueryKey@20
208 ZwQueryKey = _NtQueryKey@20
209 NtQueryMultipleValueKey = _NtQueryMultipleValueKey@24
210 ZwQueryMultipleValueKey = _NtQueryMultipleValueKey@24
211 NtQueryValueKey = _NtQueryValueKey@24
212 ZwQueryValueKey = _NtQueryValueKey@24
213 NtReplaceKey = _NtReplaceKey@12
214 ZwReplaceKey = _NtReplaceKey@12
215 NtRestoreKey = _NtRestoreKey@12
216 ZwRestoreKey = _NtRestoreKey@12
217 NtSaveKey = _NtSaveKey@8
218 ZwSaveKey = _NtSaveKey@8
219 NtSetInformationKey = _NtSetInformationKey@16
220 ZwSetInformationKey = _NtSetInformationKey@16
221 NtSetValueKey = _NtSetValueKey@24
222 ZwSetValueKey = _NtSetValueKey@24
223 NtUnloadKey = _NtUnloadKey@4
224 ZwUnloadKey = _NtUnloadKey@4
225
226 RtlAllocateAndInitializeSid = _RtlAllocateAndInitializeSid@44 @265
227 RtlConvertSidToUnicodeString = _RtlConvertSidToUnicodeString@12 @296
228 RtlEqualSid = _RtlEqualSid@8 @352
229 RtlFreeSid = _RtlFreeSid@4 @376
230 RtlLengthRequiredSid = _RtlLengthRequiredSid@4 @427
231 RtlLengthSid = _RtlLengthSid@4 @429
232 RtlInitializeSid = _RtlInitializeSid@12 @410
233 RtlSubAuthoritySid = _RtlSubAuthoritySid@8 @497
234 RtlSubAuthorityCountSid = _RtlSubAuthorityCountSid@4 @496
235 RtlCopySid = _RtlCopySid@12 @302
236 RtlCreateSecurityDescriptor = _RtlCreateSecurityDescriptor@8 @313
237 RtlValidSecurityDescriptor = _RtlValidSecurityDescriptor@4
238 RtlLengthSecurityDescriptor = _RtlLengthSecurityDescriptor@4
239 RtlGetDaclSecurityDescriptor = _RtlGetDaclSecurityDescriptor@16
240 RtlSetDaclSecurityDescriptor = _RtlSetDaclSecurityDescriptor@16 @483
241 RtlGetSaclSecurityDescriptor = _RtlGetSaclSecurityDescriptor@16
242 RtlSetSaclSecurityDescriptor = _RtlSetSaclSecurityDescriptor@16
243 RtlGetOwnerSecurityDescriptor = _RtlGetOwnerSecurityDescriptor@12 @488
244 RtlSetOwnerSecurityDescriptor = _RtlSetOwnerSecurityDescriptor@12 @487
245 RtlSetGroupSecurityDescriptor = _RtlSetGroupSecurityDescriptor@12 @485
246 RtlGetGroupSecurityDescriptor = _RtlGetGroupSecurityDescriptor@12
247 RtlCreateAcl = _RtlCreateAcl@12 @306
248 RtlFirstFreeAce = _RtlFirstFreeAce@8 @370
249 RtlAddAce = _RtlAddAce@20 @260
250 RtlAddAccessAllowedAce = _RtlAddAccessAllowedAce@16
251 RtlGetAce = _RtlGetAce@12
252 RtlAdjustPrivilege = _RtlAdjustPrivilege@16
253
254 RtlAnsiStringToUnicodeString = _RtlAnsiStringToUnicodeString@12 @269
255 RtlOemStringToUnicodeString = _RtlOemStringToUnicodeString@12 @447
256 RtlMultiByteToUnicodeN = _RtlMultiByteToUnicodeN@20 @446
257 RtlOemToUnicodeN = _RtlOemToUnicodeN@20 @448
258 RtlInitAnsiString = _RtlInitAnsiString@8 @399
259 RtlInitOemString = _RtlInitOemString@8
260 RtlInitString = _RtlInitString@8 @402
261 RtlInitUnicodeString = _RtlInitUnicodeString@8 @403
262 RtlFreeUnicodeString = _RtlFreeUnicodeString@4 @377
263 RtlFreeAnsiString = _RtlFreeAnsiString@4 @373
264 RtlFreeOemString = _RtlFreeOemString@4
265 RtlUnicodeStringToOemString = _RtlUnicodeStringToOemString@12 @511
266 RtlUnicodeToMultiByteN = _RtlUnicodeToMultiByteN@20 @513
267 RtlUnicodeToOemN = _RtlUnicodeToOemN@20 @515
268 RtlUnicodeStringToAnsiString = _RtlUnicodeStringToAnsiString@12 @507
269 RtlEqualUnicodeString = _RtlEqualUnicodeString@12
270 RtlUpcaseUnicodeString = _RtlUpcaseUnicodeString@12 @520
271 RtlxOemStringToUnicodeSize = _RtlxOemStringToUnicodeSize@4 @549
272 RtlxAnsiStringToUnicodeSize = _RtlxAnsiStringToUnicodeSize@4 @548
273 RtlIsTextUnicode = _RtlIsTextUnicode@12 @417
274 RtlCompareUnicodeString = _RtlCompareUnicodeString@12
275 RtlUpcaseUnicodeStringToOemString = _RtlUpcaseUnicodeStringToOemString@12
276
277
278 RtlInitializeResource = _RtlInitializeResource@4 @409
279 RtlDeleteResource = _RtlDeleteResource@4 @330
280 RtlAcquireResourceExclusive = _RtlAcquireResourceExclusive@8 @256
281 RtlAcquireResourceShared = _RtlAcquireResourceShared@8 @257
282 RtlReleaseResource = _RtlReleaseResource@4 @471
283 RtlDumpResource = _RtlDumpResource@4 @340
284 RtlCreateHeap = _RtlCreateHeap@24 @309
285 RtlAllocateHeap = _RtlAllocateHeap@12 @266
286 RtlFreeHeap = _RtlFreeHeap@12 @374
287 RtlDestroyHeap = _RtlDestroyHeap@4 @333
288 RtlSizeHeap = _RtlSizeHeap@12 @493
289; DbgPrint = _DbgPrint@8
290
291 NtRaiseException = ___regs_NtRaiseException@16
292 ZwRaiseException = ___regs_NtRaiseException@16
293 RtlRaiseException = ___regs_RtlRaiseException@8
294 DebugBreak = ___regs_DebugBreak@4
295 RtlRaiseStatus = _RtlRaiseStatus@4
296 RtlRandom = _RtlRandom@4 @466
297
298 RtlAcquirePebLock = _RtlAcquirePebLock@0
299 RtlReleasePebLock = _RtlReleasePebLock@0
300 RtlIntegerToChar = _RtlIntegerToChar@16
301 RtlSetEnvironmentVariable = _RtlSetEnvironmentVariable@12
302 RtlNewSecurityObject = _RtlNewSecurityObject@24
303 RtlDeleteSecurityObject = _RtlDeleteSecurityObject@4
304 RtlNormalizeProcessParams = _RtlNormalizeProcessParams@4 @441
305 RtlNtStatusToDosError = _RtlNtStatusToDosError@4 @442
306 RtlGetNtProductType = _RtlGetNtProductType@4 @390
307 RtlEnlargedIntegerMultiply = _RtlEnlargedIntegerMultiply@8 @341
308 RtlExtendedIntegerMultiply = _RtlExtendedIntegerMultiply@12 @358
309 RtlExtendedLargeIntegerDivide = _RtlExtendedLargeIntegerDivide@16 @359
310 RtlFormatCurrentUserKeyPath = _RtlFormatCurrentUserKeyPath@4 @371
311 RtlOpenCurrentUser = _RtlOpenCurrentUser@8
312 RtlDosPathNameToNtPathName_U = _RtlDosPathNameToNtPathName_U@16 @338
313 RtlCreateEnvironment = _RtlCreateEnvironment@8
314 RtlDestroyEnvironment = _RtlDestroyEnvironment@4
315 RtlQueryEnvironmentVariable_U = _RtlQueryEnvironmentVariable_U@12
316
317 RtlSystemTimeToLocalTime = _RtlSystemTimeToLocalTime@8 @500
318 RtlTimeToSecondsSince1970 = _RtlTimeToSecondsSince1970@8 @503
319 RtlTimeToSecondsSince1980 = _RtlTimeToSecondsSince1980@8 @504
320 RtlSecondsSince1970ToTime = _RtlSecondsSince1970ToTime@8 @476
321 RtlSecondsSince1980ToTime = _RtlSecondsSince1980ToTime@8 @477
322 RtlQueryTimeZoneInformation = _RtlQueryTimeZoneInformation@12 @463
323
324 RtlTimeToElapsedTimeFields = _RtlTimeToElapsedTimeFields@8
325
326 _alloca_probe = _OS2_alloca_probe @861
327 _chkstk = _OS2_chkstk @862
328
329; NTDLL's C runtime
330; Note: CDECL does not decorate the function names with parameter bytes!
331 _CIpow = _NTDLL__CIpow @749
332 _ftol = _NTDLL__ftol @864
333 _ltoa = _NTDLL__ltoa @866
334 _memicmp = _NTDLL__memicmp @868
335 _snprintf = _NTDLL__snprintf @869
336 _snwprintf = _NTDLL__snwprintf @870
337 _splitpath = _NTDLL__splitpath @871
338 _strcmpi = _NTDLL__strcmpi @872
339 _strlwr = _NTDLL__strlwr @874
340 _strnicmp = _NTDLL__strnicmp @875
341 _strupr = _NTDLL__strupr @876
342 _ultoa = _NTDLL__ultoa @877
343 _vsnprintf = _NTDLL__vsnprintf @878
344 _wcsicmp = _OS2_wcsicmp @879
345 _wcslwr = _OS2_wcslwr @880
346 _wcsnicmp = _OS2_wcsnicmp @881
347 _wcsupr = _OS2_wcsupr @882
348 abs = _OS2abs @883
349 atan = _OS2atan @884
350 atoi = _OS2atoi @885
351 atol = _OS2atol @886
352 ceil = _OS2ceil @887
353 cos = _OS2cos @888
354 fabs = _OS2fabs @889
355 floor = _OS2floor @890
356 isalpha = _OS2isalpha @891
357 isdigit = _OS2isdigit @892
358 islower = _OS2islower @893
359 isprint = _OS2isprint @894
360 isspace = _OS2isspace @895
361 isupper = _OS2isupper @896
362 iswalpha = _NTDLL_iswalpha @897
363 iswctype = _NTDLL_iswctype @898
364 isxdigit = _NTDLL_isxdigit @899
365
366 labs = _NTDLL_labs @900
367 log = _NTDLL_log @901
368 mbstowcs = _NTDLL_mbstowcs @902
369 memchr = _NTDLL_memchr @903
370 memcmp = _NTDLL_memcmp @904
371 memcpy = _NTDLL_memcpy @905
372 memmove = fwd_memmove @906
373 memset = _NTDLL_memset @907
374 pow = _NTDLL_pow @908
375 qsort = _NTDLL_qsort @909
376 sin = _NTDLL_sin @910
377 sprintf = _OS2sprintf @911
378 sqrt = _NTDLL_sqrt @912
379 sscanf = _NTDLL_sscanf @913
380 strcat = _OS2strcat @914
381 strchr = _OS2strchr @915
382 strcmp = _OS2strcmp @916
383 strcpy = _OS2strcpy @917
384 strcspn = _OS2strcspn @918
385 strlen = _OS2strlen @919
386 strncat = _OS2strcat @920
387 strncmp = _OS2strncmp @921
388 strncpy = _OS2strncpy @922
389 strpbrk = _OS2strpbrk @923
390 strrchr = _OS2strrchr @924
391 strspn = _OS2strspn @925
392 strstr = _OS2strstr @926
393 swprintf = _OS2swprintf @927
394 tan = _OS2tan @928
395 toupper = _OS2toupper @929
396 tolower = _OS2tolower @930
397 towlower = _OS2towlower @931
398 towupper = _OS2towupper @932
399 vsprintf = _NTDLL_vsprintf @933
400 wcscat = _OS2wcscat @934
401 wcschr = _OS2wcschr @935
402 wcscmp = _OS2wcscmp @936
403 wcscpy = _OS2wcscpy @937
404 wcscspn = _OS2wcscspn @938
405 wcslen = _OS2wcslen @939
406 wcsncat = _OS2wcscat @940
407 wcsncmp = _OS2wcsncmp @941
408 wcsncpy = _OS2wcsncpy @942
409 wcspbrk = _OS2wcspbrk @943
410 wcsrchr = _OS2wcsrchr @944
411 wcsspn = _OS2wcsspn @945
412 wcsstr = _OS2wcsstr @946
413 wcstok = _NTDLL_wcstok @947
414 wcstol = _NTDLL_wcstol @948
415 wcstombs = _NTDLL_wcstombs @949
416 wcstoul = _NTDLL_wcstoul @950
417
418 _wtoi = _NTDLL__wtoi @983
419 _wtol = _NTDLL__wtol @984
420
421 _stricmp = _OS2_stricmp
422 _itoa = _OS2_itoa
423 _itow = _OS2_itow
424
Note: See TracBrowser for help on using the repository browser.