Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
#include <stdio.h>
size_t fread(void *restrict ptr, size_t size, size_t nobj,
FILE *restrict fp);
size_t fwrite(const void *restrict ptr, size_t size, size_t nobj,
FILE *restrict fp);
/* Both return: number of objects read or written */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment