Skip to content

Completed Implementation of Cat

Michael Aaron Murphy requested to merge mmstick:cat into master
  • Added exit_status to the Program structure to keep track of errors.
  • Removed the vector for buffering the file and instead opted for printing to stdout directly.
  • Implemented caret (^) and M- notation for showing non-printable characters.

Merge request reports