To tylko jedna z 2 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
Fread • Prototype: size_t fread( void * buffer , size_t size , size_t count , FILE * stream ); • Parameters: buffer Storage location for data size Item size in bytes count Maximum number of items to be read stream Pointer to FILE structure • Reads up to count items of size bytes from the input stream and stores them in buffer • Returns the number of full items actually read • The file pointer associated with the stream is increased by the number of bytes actually read • If the given stream is opened in text mode, carriage return-linefeed pairs are replaced with single linefeed characters • The value of a partially read item cannot be determined
... zobacz całą notatkę
Komentarze użytkowników (0)