:) :) a copy paste of a routine could easily be converted to
fwrite(ptr,1,sizeof(p1),fptr) or so
but the things work in either way.


On 7/8/06, Dave No, not that one Korn <[EMAIL PROTECTED]> wrote:
"naveed" <[EMAIL PROTECTED]> wrote in message
> void dummy(unsigned char* ptr,int sz)
> {
>     for(int i=0;i<sz;i++)
>         fwrite(&ptr[i],1,1,fptr);
> }


  :) Bit odd way of doing things!

    cheers,
      DaveK
--
Can't think of a witty .sigline today....



_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Reply via email to