|
Cet article a fait l'objet d'une traduction automatique. Déplacez votre pointeur sur les phrases de l'article pour voir la version originale de ce texte. Informations supplémentaires.
|
Traduction
Source
|
strcoll, wcscoll, _mbscoll, _strcoll_l, _wcscoll_l, _mbscoll_l
Important
|
|---|
|
|
int strcoll( const char *string1, const char *string2 ); int wcscoll( const wchar_t *string1, const wchar_t *string2 ); int _mbscoll( const unsigned char *string1, const unsigned char *string2 ); int _strcoll_l( const char *string1, const char *string2, _locale_t locale ); int wcscoll_l( const wchar_t *string1, const wchar_t *string2, _locale_t locale ); int _mbscoll_l( const unsigned char *string1, const unsigned char *string2, _locale_t locale );
|
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|---|---|---|---|
|
_tcscoll |
strcoll |
_mbscoll |
wcscoll |
|
|
|
|---|---|
|
strcoll |
|
|
wcscoll |
|
|
|
|
|
_strcoll_l |
|
|
_wcscoll_l |
|
Important