Hàm rewind di chuyển con trỏ file về đầu file

void rewind(FILE *stream);

Parameter:

stream: con trỏ file

Remark:

Hàm rewind( ) di chuyển con trỏ file về đầu file. Hàm rewind( ) tương đương với hàm fseek( stream, 0L, SEEK_SET );

Be the first to comment

Leave a Reply