xref
: /
external
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
StdDef
/
size_t.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
_SIZE_T
2
#
define
_SIZE_T
3
typedef
__SIZE_TYPE__
size_t
;
4
#
endif
5