libstdc++
cstring File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define __glibcxx_want_freestanding_cstring
 
#define _GLIBCXX_CSTRING
 

Functions

void * std::memchr (void *__s, int __c, size_t __n)
 
char * std::strchr (char *__s, int __n)
 
char * std::strpbrk (char *__s1, const char *__s2)
 
char * std::strrchr (char *__s, int __n)
 
char * std::strstr (char *__s1, const char *__s2)
 

Detailed Description

This is a Standard C++ Library file. You should #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 (except for names which are defined as macros in C).

Definition in file cstring.

Macro Definition Documentation

◆ __glibcxx_want_freestanding_cstring

#define __glibcxx_want_freestanding_cstring

Definition at line 41 of file cstring.

◆ _GLIBCXX_CSTRING

#define _GLIBCXX_CSTRING

Definition at line 46 of file cstring.