#ifndef CONIO_H #define CONIO_H char * strinv(char str[]); void set_conid(int id); int get_conid(); void set_cursor_pos(int x, int y); void set_cursor_mode(int mode); int get_cursor_mode(); #endif