News: 0000818498

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

[$] LWN.net Weekly Edition for April 30, 2020



[$] Sorry, this article is currently available to LWN suscribers only [https://lwn.net/subscribe/].

if (me != you) // FIXME: probably always true, delete?
for (n = 0; n < who_knows_what; n++) {
answer = DoSomething (withthis[n]);
if (answer == foobar) {
GetLost (n);
break;
}
}