This website works better with JavaScript.
Explore
Help
Sign In
sigonasr2
/
WanderingGensos
Watch
1
Star
0
Fork
You've already forked WanderingGensos
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
283 KiB
Tree:
b3a3968a0c
WanderingGensos
/
project
/
extras.c
6 lines
82 B
Raw
Normal View
History
Unescape
Escape
Initial commit
3 years ago
#
include
<ncurses.h>
#
include
"extras.h"
void
writeExtras
(
)
{
addch
(
ACS_PI
)
;
}