Copyright Digital Equipment Corp. All rights reserved.

fwrite

   Writes a specified number of items to the file.

   Format

     #include  <stdio.h>

     size_t fwrite  (const void *ptr, size_t size_of_item, size_t  
                    number_items, FILE *file_ptr);
 


Additional information available:

Arguments       Description     Return_Value