Standard library header <cstring>
From cppreference.com
This header was originally in the C standard library as <string.h>.
This header is for C-style null-terminated byte strings.
Macros | |
| implementation-defined null pointer constant (macro constant) | |
Types | |
| unsigned integer type returned by the sizeof operator (typedef) | |
Functions | |
String manipulation | |
| copies one string to another (function) | |