ESC190 Project 1
Submitting your project
Submit the file
- autocomplete.c
on Gradescope.
The file will be compiled using.
gcc -Wall -std=99 autocomplete.c main.c -o autocomplte
The file autocomplete.h that is given to you will be present in the same folder. You mustmake sure that your code passes the tests on Gradescope and that it runs correctly on ECF.
Clarifications and discussion board
Important clarifications and/or corrections to the project, should there be any, will be posted onthe ESC190 Piazza. You are responsible for monitoring the announcements there.
Hints & tips
...