22.07.2013 Views

Download File

Download File

Download File

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

}<br />

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

perror("\nUnable to open file for writing...");<br />

else<br />

{<br />

for(i=0;msg_obj2.msg_data[i]!=0;i++)<br />

{<br />

putc(msg_obj2.msg_data[i],f);<br />

}<br />

fclose(f); //closing file<br />

}<br />

return 0;<br />

/*<br />

Compiling………….<br />

$CC msgrecvQ.c -o msgrecvQ<br />

Execution…………..<br />

$ msgrecvQ <br />

*/<br />

NP Lab Manual , RNEC page: 16

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

Saved successfully!

Ooh no, something went wrong!