// ISO C++ standards definitions #include <stddef.h> #pragma once namespace std { using ::ptrdiff_t; using ::size_t; }