cf_string_equ¶
Category: string
GitHub: cute_string.h
Returns true if two strings are equal (case-sensitive). NULL-safe.
| Parameters | Description |
|---|---|
a |
First string. Can be NULL. |
b |
Second string. Can be NULL. |
Return Value¶
Returns true if the strings are equal.
Remarks¶
Shortform: sequ(a, b).