aboutsummaryrefslogtreecommitdiff
path: root/item.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-08-14 00:15:02 +0200
committerache <ache@ache.one>2017-08-14 00:15:02 +0200
commitba0333fb910bce10841d4c67d6cf3ce028558df8 (patch)
tree4a7117698d4982965d2f0d89e9a24dc979c0115e /item.c
parentControl with arrows (diff)
Usefull comments
Diffstat (limited to 'item.c')
-rw-r--r--item.c9
1 files changed, 9 insertions, 0 deletions
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) {