Re: write




"Bill Waddington" <william.waddington@xxxxxxxxxx> wrote in message
news:c75a149109g74qhdr6tiqd9i9jkh61jvaq@xxxxxxxxxx
What does file say if you call write thusly:

if((t=write(file,buf,7))==-1) {

Just curious,
Bill

I will try it. I should of used strlen actually there but I was just
writing something to see if it would work. I wonder if there are system
calls that would eliminate the use of any standard C functions. That would
be cool.

Bill


.