spkg: strlib: Add RtlStrEq() function
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
@@ -29,4 +29,14 @@ USIZE RtlStrLen(const CHAR *String);
|
||||
*/
|
||||
LONG RtlMemCmp(const VOID *Buffer1, const VOID *Buffer2, USIZE Length);
|
||||
|
||||
/*
|
||||
* Check if two strings are equal
|
||||
*
|
||||
* @String1: First string to compare
|
||||
* @String2: Second string to compare
|
||||
*
|
||||
* Returns true if the two strings are equal
|
||||
*/
|
||||
BOOLEAN RtlStrEq(const CHAR *String1, const CHAR *String2);
|
||||
|
||||
#endif /* !_SPKG_STRING_H_ */
|
||||
|
||||
Reference in New Issue
Block a user