The Android Open Source Project 54b6cfa9a9 Initial Contribution
2008-10-21 07:00:00 -07:00

8 lines
86 B
C

#ifndef LOG_H
#define LOG_H
void log_printf(const char* fmt, ...);
#endif // LOG_H