All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/system/log_printf.h
Go to the documentation of this file.
00001 #ifndef QRK_LOG_PRINTF_H
00002 #define QRK_LOG_PRINTF_H
00003 
00013 namespace qrk
00014 {
00020     int log_printf(const char *format, ...);
00021 
00022 
00028     void log_setName(const char* file_name);
00029 }
00030 
00031 #endif /* !QRK_LOG_PRINTF_H */