summaryrefslogtreecommitdiffstats
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