Skip to content

cf_string_equ

Category: string
GitHub: cute_string.h


Returns true if two strings are equal (case-sensitive). NULL-safe.

#define cf_string_equ(a, b) sequ(a, b)
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).

cf_string_iequ
cf_string_cmp
cf_string_icmp