liblog/liblog.h
2019-09-18 17:44:47 +02:00

10 lines
91 B
C

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