Author: Alex Baker email: alexebaker@unm.edu unm id: 101372834
This assignment consits of three files:
- README.rst (this document)
- Makefile
- pwl.h
- pwl.c
All structs and function definitions can be found in pwl.h. All writen code can be found in pwl.c.
compile code:
makerun code:
./pwl some_fileremove binaries from folder:
make clean