6 lines
84 B
C
6 lines
84 B
C
|
#include <ncurses.h>
|
||
|
#include "utils.h"
|
||
|
|
||
|
void testReach() {
|
||
|
addch(ACS_DEGREE);
|
||
|
}
|