Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
llvm-project
/
clang
/
test
/
Headers
/
Inputs
/
include
/
stdlib.h
blob: 47cd80ca84f01dae6876d8925faf6c5bec98fe4d [
file
] [
log
] [
blame
]
#pragma
once
typedef
__SIZE_TYPE__
size_t
;
void
*
malloc
(
size_t
);
void
free
(
void
*);
#ifndef
__cplusplus
extern
int
abs
(
int
__x
)
__attribute__
((
__const__
));
#endif