cppreference.com
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
strcoll
From cppreference.com
<
c
|
string
|
byte
C
Compiler support
Language
Headers
Type support
Program utilities
Variadic function support
Error handling
Dynamic memory management
Strings library
Algorithms
Numerics
Date and time utilities
Input/output support
Localization support
Concurrency support
(C11)
Technical Specifications
Symbol index
[edit]
Strings library
Null-terminated byte strings
Null-terminated multibyte strings
Null-terminated wide strings
[edit]
Null-terminated byte strings
Functions
Character manipulation
isalnum
isalpha
islower
isupper
isdigit
isxdigit
isblank
(C99)
iscntrl
isgraph
isspace
isprint
ispunct
tolower
toupper
Conversions to and from numeric formats
atoi
atol
atoll
(C99)
atof
strtol
strtoll
(C99)
strtoul
strtoull
(C99)
strtoimax
strtoumax
(C99)
(C99)
strtof
strtod
strtold
(C99)
(C99)