liblog/liblog.h

10 lines
91 B
C

#ifndef LLOG
#define LLOG
void ll_log(const char * txt);
void ll_display_log();
#endif