ss_string_strcmp(3) - Linux man page

Name

ss_string_strcmp - compare two strings

Synopsis

#include <sstrings2.h>

Linking with -lsstrings2

int ss_string_strcmp(const ss_string *s1, const ss_string *s2);

Description

The ss_string_strcmp function compares to strings saved in s1 and s2. It returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2.

Bugs

Please send your bug reports to yanezp@informatik.uni-freiburg.de

See Also

ss_string_new(3)

Referenced By

sstrings2(5)