[$] LWN.net Weekly Edition for April 30, 2020
- Reference: 0000818498
- News link: https://lwn.net/Articles/818498/
- Source link:
[$] 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;
}
}