1 2 3 4
while(1) { print("Enter root password (or press Ctrl-D to continue):"); getchar(); //notice that the input goes nowhere...no variable to store even that single bit that it appears to input }