Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
f6b1edb3af8bd1297888fd083aad39a825f4591e
/
.
/
tools
/
localize
/
log.h
blob: 4a5fa7f0809c3e87ddab3ffa403dea130cae4cb0 [
file
] [
log
] [
blame
]
The Android Open Source Project
9066cfe
2009-03-03 19:31:44 -0800
[
diff
] [
blame
]
1
#ifndef
LOG_H
2
#define
LOG_H
3
4
void
log_printf
(
const
char
*
fmt
,
...);
5
6
#endif
// LOG_H
7