1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/compatibility/cpp_c_headers/cstring Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,36 @@
1.4 +// This file is automatically generated. Do not edit.
1.5 +// ['../../libs/compatibility/generate_cpp_c_headers.py']
1.6 +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
1.7 +
1.8 +#ifndef __CSTRING_HEADER
1.9 +#define __CSTRING_HEADER
1.10 +
1.11 +#include <string.h>
1.12 +
1.13 +namespace std {
1.14 + using ::size_t;
1.15 + using ::memchr;
1.16 + using ::strcat;
1.17 + using ::strcspn;
1.18 + using ::strncpy;
1.19 + using ::strtok;
1.20 + using ::memcmp;
1.21 + using ::strchr;
1.22 + using ::strerror;
1.23 + using ::strpbrk;
1.24 + using ::strxfrm;
1.25 + using ::memcpy;
1.26 + using ::strcmp;
1.27 + using ::strlen;
1.28 + using ::strrchr;
1.29 + using ::memmove;
1.30 + using ::strcoll;
1.31 + using ::strncat;
1.32 + using ::strspn;
1.33 + using ::memset;
1.34 + using ::strcpy;
1.35 + using ::strncmp;
1.36 + using ::strstr;
1.37 +}
1.38 +
1.39 +#endif // CSTRING_HEADER