mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
Fixed xmlStrEqual() doc, Daniel
This commit is contained in:
parent
77b92ff6a8
commit
d95ecf0b8d
@ -147,7 +147,7 @@ xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
|
||||
* @str1: the first xmlChar *
|
||||
* @str2: the second xmlChar *
|
||||
*
|
||||
* Check if both string are equal of have same content
|
||||
* Check if both strings are equal of have same content.
|
||||
* Should be a bit more readable and faster than xmlStrcmp()
|
||||
*
|
||||
* Returns 1 if they are equal, 0 if they are different
|
||||
|
Loading…
x
Reference in New Issue
Block a user