#include <cstddef>#include <string.h>Include dependency graph for cstring:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Defines | |
| #define | GLIBCXXCSTRING |
Functions | |
| void * | std::memchr (void *__p, int c, size_t n) |
| char * | std::strchr (char *s1, int n) |
| char * | std::strpbrk (char *s1, const char *s2) |
| char * | std::strrchr (char *s1, int n) |
| char * | std::strstr (char *s1, const char *s2) |
include this file in your programs, rather than any of the "*.h" implementation files.
This is the C++ version of the Standard C Library header string.h, and its contents are (mostly) the same as that header, but are all contained in the namespace std.
Definition in file cstring.
1.5.1