Hacker News new | ask | show | jobs
by PennRobotics 845 days ago
infinite loop in C:

  for(;;){
      // loop body here
  }