/* === PLATFORM IMPLEMENTATION === Here we define the structs that were left incomplete in platform.h =============================== */ #include struct p_file { FILE *handle; };