#include <cstdio> int fwrite( const void *buffer, size_t size, size_t count, FILE *stream );
fwrite() 函数从数组缓冲区中写入 count 个大小为 size 的对象到流。返回值是写入对象的个数。