🐐 EVERRO
This commit is contained in:
@@ -458,6 +458,11 @@ void cent_dice(CentValue v) {
|
||||
fputc('\n', stdout);
|
||||
}
|
||||
|
||||
void cent_everro(void) {
|
||||
fputs("\033[2J\033[H", stdout);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
CentValue cent_avdi(void) {
|
||||
char *buf = cent_arena_alloc(cent_arena, 1024);
|
||||
if (!fgets(buf, 1024, stdin)) {
|
||||
|
||||
Reference in New Issue
Block a user