Library call question

N

nysfp

Library call question:
How to read block of data using
Read ( unsigned char * Buf ,
unsigned long * BufSize );
??
 
J

Jack Klein

Library call question:
How to read block of data using
Read ( unsigned char * Buf ,
unsigned long * BufSize );
??

Read from where?

There is no C library function named "Read", or even "read".

You could use fread() to read from a FILE * stream, provided that the
value pointed to by the pointer was within the positive range of
signed long on your system, but you need to provide the FILE pointer.

If you're not talking about fread(), you're off-topic here and need to
ask in a compiler or operating system specific group.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,083
Messages
2,570,591
Members
47,212
Latest member
RobynWiley

Latest Threads

Top