adamcote/CIS-2500-Assignment-1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# alphabetical_printing.c - Name of the project #Description This program takes in a file of words (a regular text file with no punctuation) and prints out all the words from the file that start with 'A' to 'Z'. #Source Files src/alphabet_lib.h - required functions for source code src/alphabet_lib.c - source code src/alphabet_printing.c - main program src/Makefile #Compilation make all #Execution ./alphabetical_printing