String and Character Collating
┌─────────────────────────┬──────────────┬─────────────────────────┬───────────┐
│ Function │ Header File │ Link to Function │ Descriptio│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ strcoll │ "string.h" │ strcoll
│ Compares │
│ │ │ │ two │
│ │ │ │ strings │
│ │ │ │ based on │
│ │ │ │ the col- │
│ │ │ │ lating │
│ │ │ │ elements │
│ │ │ │ in the │
│ │ │ │ current │
│ │ │ │ locale. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ wcscoll │ "wchar.h" │ wcscoll
│ Compares │
│ │ │ │ two wide │
│ │ │ │ character │
│ │ │ │ strings │
│ │ │ │ based on │
│ │ │ │ the col- │
│ │ │ │ lating │
│ │ │ │ elements │
│ │ │ │ for the │
│ │ │ │ current │
│ │ │ │ locale. │
└─────────────────────────┴──────────────┴─────────────────────────┴───────────┘
[Back: Setting and Querying Locale]
[Next: String Operations]