From ba0333fb910bce10841d4c67d6cf3ce028558df8 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 14 Aug 2017 00:15:02 +0200 Subject: Usefull comments --- item.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'item.c') diff --git a/item.c b/item.c index b7dc18e..9cf83ba 100644 --- a/item.c +++ b/item.c @@ -1,5 +1,14 @@ +/* + * Ache - 2017-08-14 - GPLv3 + */ + #include "item.h" +/* + * Set of functions to manage a list of items (One file or directory is + * an item). + */ + int sort_i(const void* A, const void* B) { -- cgit v1.2.3