SyntaxFix
Write A Post
Hire A Developer
Questions
When compiling your program, you need to include dict.c as well, eg:
gcc -o test1 test1.c dict.c
Plus you have a typo in dict.c definition of CreateDictionary, it says CreateDectionary (e instead of i)
CreateDictionary
CreateDectionary
e
i