while (1) { /* Loop body here */ }
for (;;) { /* Loop body here */ }
do { /* Loop body here */ } while (1); 