os/ossrv/ossrv_pub/boost_apis/boost/compatibility/cpp_c_headers/cstring
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// This file is automatically generated. Do not edit.
sl@0
     2
// ['../../libs/compatibility/generate_cpp_c_headers.py']
sl@0
     3
// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
sl@0
     4
sl@0
     5
#ifndef __CSTRING_HEADER
sl@0
     6
#define __CSTRING_HEADER
sl@0
     7
sl@0
     8
#include <string.h>
sl@0
     9
sl@0
    10
namespace std {
sl@0
    11
  using ::size_t;
sl@0
    12
  using ::memchr;
sl@0
    13
  using ::strcat;
sl@0
    14
  using ::strcspn;
sl@0
    15
  using ::strncpy;
sl@0
    16
  using ::strtok;
sl@0
    17
  using ::memcmp;
sl@0
    18
  using ::strchr;
sl@0
    19
  using ::strerror;
sl@0
    20
  using ::strpbrk;
sl@0
    21
  using ::strxfrm;
sl@0
    22
  using ::memcpy;
sl@0
    23
  using ::strcmp;
sl@0
    24
  using ::strlen;
sl@0
    25
  using ::strrchr;
sl@0
    26
  using ::memmove;
sl@0
    27
  using ::strcoll;
sl@0
    28
  using ::strncat;
sl@0
    29
  using ::strspn;
sl@0
    30
  using ::memset;
sl@0
    31
  using ::strcpy;
sl@0
    32
  using ::strncmp;
sl@0
    33
  using ::strstr;
sl@0
    34
}
sl@0
    35
sl@0
    36
#endif // CSTRING_HEADER