Mastodon Feed: Post

Mastodon Feed

Boosted by jwz:
error@bsd.cafe ("System Fault") wrote:

Look what I found

Here: http://pigeonsnest.co.uk/stuff/pigeons-device.html

An image of a code sample with control flow arrows added. The code reads: /* Isn't C a wonderful language? */     switch (mode) {         case 0: if (gloop(a, b)) {         case 1:     result = arfle(a, b);                     break;                 } else {         case 2:     result = barfle(a, b);                     break;                 }     }     return (result); }