Thread: A Little Rpg
View Single Post
Old 12-09-2005, 08:37 PM   #34
NrmMyth
Hero Gamer

 
Join Date: Jan 2005
Location: ,
Posts: 454
Default

For anything.

Syntax:
Code:
 #include <stdio.h>
 *int fwrite( const void *buffer, size_t size, size_t count, FILE *stream );
The fwrite() function writes, from the array buffer, count objects of size size to stream. The return value is the number of objects written.
__________________
Never mess with me when I have a cougar, Never!
NrmMyth is offline                         Send a private message to NrmMyth
Reply With Quote