Error handling conventions in C programming languages
1 Reply
EDIT February 22, 2014: You’ll find the code for the functions mentioned in this post (and related ones) in TECommon Programmers have many options available to them when it comes to error handling. A very common convention among C programmers is to make a function return a non-zero value if an error has occurred. This […]