Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
076357b8567458d4b6dfdcf839ef751634cd2bfb
/
.
/
tools
/
localize
/
log.h
blob: 4a5fa7f0809c3e87ddab3ffa403dea130cae4cb0 [
file
] [
log
] [
blame
]
The Android Open Source Project
54b6cfa
2008-10-21 07:00:00 -0700
[
diff
] [
blame
]
1
#ifndef
LOG_H
2
#define
LOG_H
3
4
void
log_printf
(
const
char
*
fmt
,
...);
5
6
#endif
// LOG_H
7