Warning, /include/boost/compatibility/cpp_c_headers/cstring is written in an unsupported language. File is not indexed.
0001 // This file is automatically generated. Do not edit.
0002 // ['../../libs/compatibility/generate_cpp_c_headers.py']
0003 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
0004
0005 #ifndef __CSTRING_HEADER
0006 #define __CSTRING_HEADER
0007
0008 #include <string.h>
0009
0010 namespace std {
0011 using ::size_t;
0012 using ::memchr;
0013 using ::strcat;
0014 using ::strcspn;
0015 using ::strncpy;
0016 using ::strtok;
0017 using ::memcmp;
0018 using ::strchr;
0019 using ::strerror;
0020 using ::strpbrk;
0021 using ::strxfrm;
0022 using ::memcpy;
0023 using ::strcmp;
0024 using ::strlen;
0025 using ::strrchr;
0026 using ::memmove;
0027 using ::strcoll;
0028 using ::strncat;
0029 using ::strspn;
0030 using ::memset;
0031 using ::strcpy;
0032 using ::strncmp;
0033 using ::strstr;
0034 }
0035
0036 #endif // CSTRING_HEADER