Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
03e2dffc99f3be583d5c8fa35cbce62f5781ad96
/
.
/
guest
/
fuchsia
/
include
/
cutils
/
properties.h
blob: d977fbfd2e6c800427f1ee9328fecf907f0a0d16 [
file
] [
log
] [
blame
]
#ifndef
__CUTILS_PROPERTIES_H__
#define
__CUTILS_PROPERTIES_H__
#define
PROPERTY_VALUE_MAX
92
extern
"C"
{
int
property_get
(
const
char
*
key
,
char
*
value
,
const
char
*
default_value
);
}
#endif