SYNOPSIS
#include <string.h>
int strcoll(const char *s1, const char *s2);
#include <string.h>
#include <locale.h>
int strcoll_l(const char *s1, const char *s2, locale_t locale);
DESCRIPTION
The
PARAMETERS
- s1
-
Is the null-terminated string to compare.
- s2
-
Is the null-terminated string to compare.
- locale
-
Is a locale_t perhaps returned by
newlocale() or LC_GLOBAL_LOCALE or 0 for the current thread locale set withuselocale() .
RETURN VALUES
The function
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe, with exceptions.
The function
The function
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
memcmp() ,strcasecmp() ,strcasecmp_l() ,strcmp() ,strcmp_l() ,strncasecmp() ,strncasecmp_l() ,strncmp() ,strncmp_l()
PTC MKS Toolkit 10.4 Documentation Build 39.