cstdlib 796 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 __CSTDLIB_HEADER
  5. #define __CSTDLIB_HEADER
  6. #include <stdlib.h>
  7. namespace std {
  8. using ::abort;
  9. using ::atexit;
  10. using ::exit;
  11. using ::getenv;
  12. using ::system;
  13. using ::calloc;
  14. using ::malloc;
  15. using ::free;
  16. using ::realloc;
  17. using ::atol;
  18. using ::mblen;
  19. using ::strtod;
  20. using ::wctomb;
  21. using ::atof;
  22. using ::mbstowcs;
  23. using ::strtol;
  24. using ::wcstombs;
  25. using ::atoi;
  26. using ::mbtowc;
  27. using ::strtoul;
  28. using ::bsearch;
  29. using ::qsort;
  30. using ::div_t;
  31. using ::ldiv_t;
  32. using ::abs;
  33. using ::labs;
  34. using ::srand;
  35. using ::div;
  36. using ::ldiv;
  37. using ::rand;
  38. }
  39. #endif // CSTDLIB_HEADER