#include struct blob { void *data; size_t size; }; struct blob load_file(char const *const name);