mirror of
https://github.com/labwc/labwc.git
synced 2026-02-06 04:06:33 -05:00
string-helpers: update comments for str_equal()
This commit is contained in:
parent
55a256f2fa
commit
7fabc6afe3
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ bool str_starts_with(const char *s, char needle, const char *ignore_chars);
|
|||
|
||||
/**
|
||||
* str_equal - indicate whether two strings are identical
|
||||
* @a: first string to compare
|
||||
* @b: second string to compare
|
||||
* @a: first string to compare (can be NULL)
|
||||
* @b: second string to compare (can be NULL)
|
||||
*
|
||||
* If both strings are NULL, returns true.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue