Compare simple text
Compare two character sequences.
- Compare raw text
- Code insertion
- Simple text comparision.
- Notes
-
Is this locale correct?
Does memcmp behave correctly if the locale is changed?
- Segment Source
- 1152: else
1153: diff = memcmp (texta, textb, min (lena, lenb));
1154: