fwrite(3): binary stream input/output - Linux man page
The function fwrite() writes nmemb elements of data, each size bytes long, to the stream pointed to by stream, obtaining them from the location given by ptr. ... Name fread, fwrite - binary stream input/output Synopsis #include size_t fread(void *ptr, si...