/** clear our console */ #include int main() { printf("\033c"); fflush(stdout); // force printing to console return 0; }