// ISO C++ standards definitions #include #pragma once namespace std { using ::ptrdiff_t; using ::size_t; }