#include <cstdio> int fwrite( const void *buffer, size_t size, size_t count, FILE *stream );
fwrite() 函式從陣列緩衝區中寫入 count 個大小為 size 的物件到流。返回值是寫入物件的個數。