To tylko jedna z 2 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
Fwrite • Prototype (like fread): size_t fwrite( void * buffer , size_t size , size_t count , FILE * stream ); • Parameters (like fread): buffer Storage location for data size Item size in bytes count Maximum number of items to be read stream Pointer to FILE structure • Writes up to count items, of size length each, from buffer to the output stream • Returns the number of full items actually written • The file pointer associated with stream is incremented by the number of bytes actually written • If stream is opened in text mode, each carriage return is replaced with a carriage-return - linefeed pair
... zobacz całą notatkę
Komentarze użytkowników (0)