Hacker News new | ask | show | jobs
by gizmo686 2581 days ago
>The linux kernel also makes judicious use of gotos for cleaning up error handling.

Isn't that standard c style? I can't imagine programming c without goto end.