TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using goto for error handling in C

4 pointsby pcr910303about 4 years ago

1 comment

cmollisabout 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.