Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/cstring @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
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 |