repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ahci: Whitespace and line length cleanup only.
[haiku.git]
/
headers
/
cpp
/
cstddef
blob
aebc498f94cba05c35efff07f5cb0dac4ca8507c
1
// -*- C++ -*- forwarding header.
2
// This file is part of the GNU ANSI C++ Library.
3
4
#ifndef __CSTDDEF__
5
#define __CSTDDEF__
6
7
#include <stddef.h>
8
9
namespace std {
10
using ::ptrdiff_t;
11
using ::size_t;
12
}
13
14
#endif