index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
localize
/
log.h
blob: 4a5fa7f0809c3e87ddab3ffa403dea130cae4cb0 (
plain
)
1
2
3
4
5
6
7
#ifndef LOG_H
#define LOG_H
void
log_printf
(
const char
*
fmt
, ...);
#endif
// LOG_H