streq − strings equal
gnulib − The GNU Portability Library
#include <string.h>
bool streq(const char *s1, const char *s2);
streq() determines whether the strings s1 and s2 are equal.
streq() returns true if and only if the strings s1 and s2 are equal.
|
For an explanation of the terms used in this section, see attributes(7). |
GNU.
gnulib 202601.
memeq(3), strcmp(3), string(3)