Add missing routine documentation
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-12-27 22:13:48 +01:00
parent bffb93b58c
commit 5c5f0a6df9
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -11,6 +11,19 @@
STATIC PUINT16 HexTable = L"0123456789abcdef";
/**
* Compares two strings without sensitivity to case.
*
* @param String1
* First string to be compared.
*
* @param String2
* Second string to be compared.
*
* @return This routine returns a value indicating the relationship between the two strings.
*
* @since XT 1.0
*/
XTCDECL
INT
BlStringCompareInsensitive(IN PUCHAR String1,