#pragma once #include // IO helper. Read the entirety of a FILE* content into a freshly alloced array. // Returns NULL on error. char *drain(FILE *fp);