in reply to Re: How to say 'oops' in OOPs?
in thread How to say 'oops' in OOPs?

Actually, C tends to return -1 on failure, setting errno. For functions returning pointers, a NULL return value is often used to indicate failure.

Abigail