/* CSE 391 Header for IO module */ #ifndef _IO_H #define _IO_H void get_input(char* input); void print_output(char* output); #endif