blob: 4a5fa7f0809c3e87ddab3ffa403dea130cae4cb0 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001#ifndef LOG_H
2#define LOG_H
3
4void log_printf(const char* fmt, ...);
5
6#endif // LOG_H
7