#ifndef UTIL_H #define UTIL_H uint8_t init_curses(int*, int*); uint8_t handle_input(WINDOW*, int*, int*); #endif