std::fwrite (3) Linux Manual Page
std::fwrite – std::fwrite Synopsis Defined in header<cstdio> std::size_t fwrite(const void *buffer, std::size_t size, std::size_t count, std::FILE *stream); Writes up to count binary objects from the given array buffer to the output stream stream. The objects are written as if by reinterpreting each object as an array of unsigned char and calling std::fputc size times for…
