diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-01-28 17:10:44 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-01-28 17:13:26 -0500 |
commit | 6a12472ba33b2d46541f3be11d088a28d69cfe57 (patch) | |
tree | c57d5988d95cc481d78cbc4e4a18723cd8a752ce | |
parent | 9bf75cee19b8d60d2b4f6260a8c2322cc8ca11db (diff) | |
download | bfs-6a12472ba33b2d46541f3be11d088a28d69cfe57.tar.xz |
main: Add some new source files to the top-level comment
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,9 +34,11 @@ * * - Utilities: * - bfs.h (constants about bfs itself) + * - bar.[ch] (a terminal status bar) * - color.[ch] (for pretty terminal colors) * - darray.[ch] (a dynamic array library) * - diag.[ch] (formats diagnostic messages) + * - dir.[ch] (a directory API facade) * - dstring.[ch] (a dynamic string library) * - fsade.[ch] (a facade over non-standard filesystem features) * - mtab.[ch] (parses the system's mount table) |