Home | History | Annotate | Download | only in localize
      1 #ifndef LOG_H
      2 #define LOG_H
      3 
      4 void log_printf(const char* fmt, ...);
      5 
      6 #endif // LOG_H
      7 
      8