Currently At: Programming Reference > C Reference > Stndard C I/O > fwrite()

fwrite()


Syntax:
#include <stdio.h>
int fwrite( const void *buffer, size_t size, size_t count, FILE *stream );


Description:
The fwrite() function writes, from the array buffer, count objects of size size to stream. The return value is the number of objects written.

Related Topics:
fread(), fscanf(), getc(), fgetc()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions