Member 1: Exam Ple <1234> Member 2: Rea D. Me <5678> p0-example-1234-5678.tar contents: README report.txt sylab.c // main implementation sylab.h // interface to impl., macros, etc. util.c // utility functions util.h Makefile Completed using: linprog (alternatively) Completed using: Ubuntu Linux 2.6.28-15-generic (can use output of command 'uname -vr' here.) To build: $> make To clean: $> make clean To run test suite: $> make test Known bugs: 1. Hangs whenever my_func is called. 2. Crashes whenever user doesn't input anything. 3. Crashes when it finishes running. 4. Prints file names in reverse order. To do: 1. Still needs to print file dates. 2. Needs to print file permissions. 3. Does not handle multiple writers on status update. Additional comments: We weren't sure whether we needed to handle the case when the user inputs more than 120 characters, so we chose to truncate user input to that limit.