|
NAMEal_ustr_compare - Allegro 5 APISYNOPSIS
DESCRIPTIONThis function compares us1 and us2 by code point values. Returns zero if the strings are equal, a positive number if us1 comes after us2, else a negative number.This does not take into account locale-specific sorting rules. For that you will need to use another library. SEE ALSOal_ustr_ncompare(3), al_ustr_equal(3)
Visit the GSP FreeBSD Man Page Interface. |