16.05.2015 Views

Working with the Unix OS

Working with the Unix OS

Working with the Unix OS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

C Libraries<br />

}<br />

if ((fd=fopen(argv[1], "r")) == NULL)<br />

{<br />

perror(argv[1]);<br />

exit(2);<br />

}<br />

signal (SIGINT, done); /* open window, echo off */<br />

initscr();<br />

noecho();<br />

cbreak();<br />

nonl();<br />

idlok(stdscr, TRUE);<br />

}<br />

while(1)<br />

{<br />

move(0,0);<br />

for (line=0; line

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

Saved successfully!

Ooh no, something went wrong!