From ba0333fb910bce10841d4c67d6cf3ce028558df8 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 14 Aug 2017 00:15:02 +0200 Subject: Usefull comments --- basic_curses.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'basic_curses.c') diff --git a/basic_curses.c b/basic_curses.c index 51bef2b..1a48b8d 100644 --- a/basic_curses.c +++ b/basic_curses.c @@ -1,5 +1,15 @@ +/* + * Ache - 2017-08-14 - GPLv3 + */ + #include "basic_curses.h" +/* + * Set of functions to easy print on the ncurse interface + */ + + + void printfc(char* fstrc, int max_length, ...) { int i = 0; int nbC = 0; -- cgit v1.2.3