1 2 3 4 5 6 7 8 9 10 11
#ifndef io_h #define io_h #include "wren.h" // Frees up any pending resources in use by the IO module. // // In particular, this closes down the stdin stream. void ioShutdown(); #endif