#include int main() { int i; while (1) { /* */ for (i = 0; i < 9999999; i++) // Loop used to slow down program ; putchar('*'); fflush(stdout); } }