Implement RtlTrimLeftString(), RtlTrimRightString() and RtlTrimString() routines

This commit is contained in:
2023-12-09 20:17:08 +01:00
parent d7fbe531fd
commit 579b4dc970
3 changed files with 95 additions and 0 deletions

View File

@@ -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)