24.12.2012 Views

CSC322 C Programming and UNIX - Department of Computer ...

CSC322 C Programming and UNIX - Department of Computer ...

CSC322 C Programming and UNIX - Department of Computer ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

#include <br />

#include <br />

#include <br />

#include <br />

#include <br />

#include <br />

#define MAX_LINE 1024<br />

void err_sys(char* message)<br />

{<br />

perror(message);<br />

exit(EXIT_FAILURE);<br />

}<br />

Example: A mini-Shell<br />

Stephan Schulz 615

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!