Learn more about cloning repositories
You have read-only access
Rewrite a while-loop that walks a linked list as a for-loop. Eventually I will replace the for-loop with a macro like LIST_FOREACH() from queue(3).