diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-03-17 13:06:13 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-03-17 13:06:13 -0600 |
commit | 0b89f38ca4c0f86f2cbc5f24ed803f070e3a1f77 (patch) | |
tree | 52f364eaf0f33d531a76ceec57eec2d09b6eb813 /main.c | |
parent | afbd26dc1d08e5786987018154ee10a3a447ae9b (diff) | |
download | bfs-0b89f38ca4c0f86f2cbc5f24ed803f070e3a1f77.tar.xz |
main: Add pointer to trie.[ch]
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ * - posix1e.[ch] (wraps POSIX.1e functionality, if present) * - spawn.[ch] (spawns processes) * - stat.[ch] (wraps stat(), or statx() on Linux) + * - trie.[ch] (a trie set/map implementation) * - typo.[ch] (fuzzy matching for typos) * - util.[ch] (everything else) */ |