|
NAMEstreql() - compares two strings for equalitySYNOPSISBOOL streql(s1,s2) char *s1, *s2; DESCRIPTIONstreql() checks two strings for equality.RETURNSReturns TRUE if the string s1 is the same length and has the same characters as s2. Otherwise, returns FALSE.NOTESWhen comparing two strings, the strings are not considered equal if one has padding (extra spaces).
Visit the GSP FreeBSD Man Page Interface. |