cppreference.com
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
memmove, memmove_s
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)
strfromf
strfromd
strfroml
(C23)
(C23)
(C23)
String manipulation
strcpy
strcpy_s
(C11)
strncpy
strncpy_s
(C11)
strcat
strcat_s
(C11)
strncat
strncat_s
(C11)
strxfrm
strdup
(C23)
strndup
(C23)
String examination
strlen
strnlen_s
(C11)
strcmp
strncmp
strcoll
strchr
strrchr
strspn