#include #include int main(int argc, char** argv) { printf("Hello world"); fflush(stdout); sleep(2); printf("\33[2K\rHello world everybody"); }