Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
15ef8ca4d4153657de923c3495ad7be068fd81aa
/
.
/
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