cstddef 315 B

123456789101112131415
  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 __CSTDDEF_HEADER
  5. #define __CSTDDEF_HEADER
  6. #include <stddef.h>
  7. namespace std {
  8. using ::ptrdiff_t;
  9. using ::size_t;
  10. }
  11. #endif // CSTDDEF_HEADER