ahci: Whitespace and line length cleanup only.
[haiku.git] / headers / cpp / cstddef
blobaebc498f94cba05c35efff07f5cb0dac4ca8507c
1 // -*- C++ -*- forwarding header.
2 // This file is part of the GNU ANSI C++ Library.
4 #ifndef __CSTDDEF__
5 #define __CSTDDEF__
7 #include <stddef.h>
9 namespace std {
10         using ::ptrdiff_t;
11         using ::size_t;
14 #endif