Hacker News new | ask | show | jobs
by foxfluff 1615 days ago
Dunno, I feel like the goto out pattern is substantially more irritating any time you actually want to return a value from the function. I'd like to just return val instead of int val; /* ... */ ret=val; goto out;