perror()
perror displays str, then a colon (:), then an english description of the last system call error, as defined in the header file
Protocol:
- check system calls for a return value of -1
- call perror() for an error description during debugging (see example on next slide)