From 1ca8b4d9e81bfe7bed51fa6b858d59b721143054 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 13 Feb 2020 17:08:23 -0500 Subject: time: Split out time-related functions from util --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index abab187..b8d7bae 100644 --- a/main.c +++ b/main.c @@ -42,6 +42,7 @@ * - mtab.[ch] (parses the system's mount table) * - spawn.[ch] (spawns processes) * - stat.[ch] (wraps stat(), or statx() on Linux) + * - time.[ch] (date/time handling utilities) * - trie.[ch] (a trie set/map implementation) * - typo.[ch] (fuzzy matching for typos) * - util.[ch] (everything else) -- cgit v1.2.3