cstring 701 B

123456789101112131415161718192021222324252627282930313233343536
  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. #ifndef __CSTRING_HEADER
  5. #define __CSTRING_HEADER
  6. #include <string.h>
  7. namespace std {
  8. using ::size_t;
  9. using ::memchr;
  10. using ::strcat;
  11. using ::strcspn;
  12. using ::strncpy;
  13. using ::strtok;
  14. using ::memcmp;
  15. using ::strchr;
  16. using ::strerror;
  17. using ::strpbrk;
  18. using ::strxfrm;
  19. using ::memcpy;
  20. using ::strcmp;
  21. using ::strlen;
  22. using ::strrchr;
  23. using ::memmove;
  24. using ::strcoll;
  25. using ::strncat;
  26. using ::strspn;
  27. using ::memset;
  28. using ::strcpy;
  29. using ::strncmp;
  30. using ::strstr;
  31. }
  32. #endif // CSTRING_HEADER