TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Using goto for error handling in C
4 points
by
pcr910303
about 4 years ago
1 comment
cmollis
about 4 years ago
I used to use goto's all the time when programming in C for exactly the same reason.. goto label on error. clean.