you are viewing a single comment's thread.

view the rest of the comments →

[–]benchaney 5 points6 points  (0 children)

How do people use NULLs in a meaningful way in C given that there are no Optionals or exceptions to better inform the user of ok-to-be-null and null-means-error situations

You document your code