cstring File Reference

#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 CPPCSTRING

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)


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.

Definition in file cstring.


Generated on Sun Jul 29 20:39:34 2007 for libstdc++-v3 Source by  doxygen 1.5.2