Re: write
- From: "Bill Cunningham" <nospam@xxxxxxxxx>
- Date: Mon, 28 Apr 2008 00:28:37 GMT
"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
.
- References: