From c9c6c17587a776a43c7bcafd56105362938a5da8 Mon Sep 17 00:00:00 2001 From: milang Date: Wed, 18 Sep 2019 18:27:57 +0200 Subject: [PATCH] comment functions --- liblog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/liblog.h b/liblog.h index c7759c6..730e36c 100644 --- a/liblog.h +++ b/liblog.h @@ -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();