Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
strncmp | version 1.0 | no |
number strncmp(string string1, string string2, number count) |
string1 | String to compare |
string2 | String to compare |
count | Number of characters to compare |
Compare characters of two strings.The strncmp function lexicographically compares, at most, the first count characters in string1 and string2 and returns a value indicating the relationship between the substrings. strncmp is case-sensitive. Unlike strcoll, strncmp is not affected by locale. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |