unsigned char write (FCB *fcb, const void *data);

Write the next sequential record to a file.

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

Include file: diskio.h