#ifndef __CXX_CSTDDEF #define __CXX_CSTDDEF #include namespace std { using ::size_t; using ::ptrdiff_t; } #endif /* __CXX_CSTDDEF */