// -*- C++ -*- forwarding header.
// This file is part of the GNU ANSI C++ Library.

#ifndef __CP_STRING_H__
#include <cstring>

#if _G_NS
using std::memchr;   using std::memcmp;   using std::memcpy;
using std::memmove;  using std::memset;
using std::strcoll;  using std::strcat;   using std::strchr;
using std::strcmp;   using std::strcpy;   using std::strcspn;
using std::strerror; using std::strlen;   using std::strncat;
using std::strncmp;  using std::strncpy;  using std::strpbrk;
using std::strrchr;  using std::strspn;   using std::strstr;
using std::strtok;   using std::strxfrm;
#endif

#define __CP_STRING_H__
#endif
