curses/utils/utils.c

6 lines
84 B

#include <ncurses.h>
#include "utils.h"
void testReach() {
addch(ACS_DEGREE);
}