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.
     1 // This file is automatically generated. Do not edit.
     2 // ['../../libs/compatibility/generate_cpp_c_headers.py']
     3 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
     4 
     5 #ifndef __CSTRING_HEADER
     6 #define __CSTRING_HEADER
     7 
     8 #include <string.h>
     9 
    10 namespace std {
    11   using ::size_t;
    12   using ::memchr;
    13   using ::strcat;
    14   using ::strcspn;
    15   using ::strncpy;
    16   using ::strtok;
    17   using ::memcmp;
    18   using ::strchr;
    19   using ::strerror;
    20   using ::strpbrk;
    21   using ::strxfrm;
    22   using ::memcpy;
    23   using ::strcmp;
    24   using ::strlen;
    25   using ::strrchr;
    26   using ::memmove;
    27   using ::strcoll;
    28   using ::strncat;
    29   using ::strspn;
    30   using ::memset;
    31   using ::strcpy;
    32   using ::strncmp;
    33   using ::strstr;
    34 }
    35 
    36 #endif // CSTRING_HEADER