Sign in
android
/
platform
/
external
/
musl
/
b52aa6472cd39047b5b4406dc16ffb70fded9e4a
/
.
/
android
/
include
/
sys
/
cdefs.h
blob: 03302bdb34edc2b7fb4eb6550edc2bd21db9e1c5 [
file
] [
log
] [
blame
]
#pragma
once
#if defined(__cplusplus)
#define
__BEGIN_DECLS
extern
"C"
{
#define
__END_DECLS
}
#else
#define
__BEGIN_DECLS
#define
__END_DECLS
#endif