/** * Localchat * Ben Burwell * * Loading display */ void loading() { printf(" Loading... 3"); fflush(stdout); sleep(1); printf("\r Loading... 2"); fflush(stdout); sleep(1); printf("\r Loading... 1"); fflush(stdout); sleep(1); printf("\r Loading... Done.\n\n"); }