#pragma once #include typedef int Errno; Errno read_entire_file(FILE *f, char **out_data, bool null_terminate);