🐐 EVERRO

This commit is contained in:
Nikolaj
2026-04-13 11:18:46 +02:00
parent ffc60f8a06
commit 675e3ecc9d
6 changed files with 15 additions and 0 deletions

View File

@@ -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)) {