forked from xt-sys/exectos
Implement RtlTrimLeftString(), RtlTrimRightString() and RtlTrimString() routines
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
@ cdecl RtlCompareWideStringInsensitive(wstr wstr long)
|
||||
@ cdecl RtlConcatenateWideString(wstr wstr long)
|
||||
@ cdecl RtlTokenizeWideString(wstr wstr wstr)
|
||||
@ cdecl RtlTrimLeftString(str)
|
||||
@ cdecl RtlTrimRightString(str)
|
||||
@ cdecl RtlTrimString(str)
|
||||
@ cdecl RtlWideStringLength(wstr long)
|
||||
@ stdcall RtlWriteRegisterByte(ptr long)
|
||||
@ stdcall RtlWriteRegisterLong(ptr long)
|
||||
|
Reference in New Issue
Block a user