|
You are here |
hiddedevries.nl | ||
| | | | |
hidde.blog
|
|
| | | | | Hidde's blog about web accessibility, standards, HTML, CSS, JavaScript and more. | |
| | | | |
decks.tink.uk
|
|
| | | | | ||
| | | | |
shortdiv.com
|
|
| | | | | ||
| | | | |
blog.oddbit.com
|
|
| | | Overview I was recently working with someone else's C source and I wanted to add some basic error checking without mucking up the code with a bunch of if statements and calls to perror. I ended up implementing a simple must function that checks the return value of an expression, and exits with an error if the return value is less than 0. You use it like this: must(fd = open("textfile.txt", O_RDONLY)); Or: | ||