diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-14 23:28:22 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-04-14 23:28:22 +0000 |
commit | 7e5514079803257f5e0da0a6270f8d8f0d4eda13 (patch) | |
tree | c1fe0a7c0169669775a4a2609d6de1a48557303c /wk5/pset/speller | |
parent | 248d296234dc7ce76294c677bf2ca5e76c2f50d1 (diff) |
Sun, Apr 14, 2024, 4:28 PM -07:00
Diffstat (limited to 'wk5/pset/speller')
-rw-r--r-- | wk5/pset/speller/dictionary.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wk5/pset/speller/dictionary.c b/wk5/pset/speller/dictionary.c index a20c467..95d9cae 100644 --- a/wk5/pset/speller/dictionary.c +++ b/wk5/pset/speller/dictionary.c @@ -36,6 +36,7 @@ unsigned int hash(const char *word) bool load(const char *dictionary) { // TODO + fopen() return false; } |