comment functions

This commit is contained in:
milang 2019-09-18 18:27:57 +02:00
parent 35497ac11a
commit c9c6c17587
No known key found for this signature in database
GPG Key ID: D287C9D6C33D9035
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
#ifndef LLOG
#define LLOG
// Display a message in the log stream
void ll_log(const char * txt);
// Puts the 8 last lines of the stream
void ll_display_log();