CS 332 Homework One
##Purpose
To implement code that uses a structure, dynamic memory allocation, and the c library string functions.
gcc CS332_HW1.c
./a.out Insert keywords here < filename
Stephanie Cook
- man page for getline()
- man page for size_t
- page for string functions in library: https://en.cppreference.com/w/c/string/byte
- for how structures work https://www.geeksforgeeks.org/structures-c/