Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / include / c++ / cstddef
1 // ISO C++ standards definitions
2
3 #include <stddef.h>
4
5 #pragma once
6
7 namespace std
8 {
9 using ::ptrdiff_t;
10 using ::size_t;
11 }