liblog/liblog.h

10 lines
91 B
C
Raw Normal View History

2019-09-18 17:44:47 +02:00
#ifndef LLOG
#define LLOG
void ll_log(const char * txt);
void ll_display_log();
#endif