unsigned char read (FCB *fcb, void *data);

Read the next sequential record from a file.

fcb =File Control Block to use for the search.
data =Pointer to 128 byte buffer to receive data.
Return:Zero for success, non-zero on error.

Include file: diskio.h