| 1 | #ifndef _LIBCPP_CSTDDEF |
|---|---|
| 2 | #define _LIBCPP_CSTDDEF |
| 3 | |
| 4 | #include <stddef.h> |
| 5 | #include <type_traits> |
| 6 | |
| 7 | typedef ptrdiff_t my_ptrdiff_t; |
| 8 | |
| 9 | #endif |
| 10 |
| 1 | #ifndef _LIBCPP_CSTDDEF |
|---|---|
| 2 | #define _LIBCPP_CSTDDEF |
| 3 | |
| 4 | #include <stddef.h> |
| 5 | #include <type_traits> |
| 6 | |
| 7 | typedef ptrdiff_t my_ptrdiff_t; |
| 8 | |
| 9 | #endif |
| 10 |