...
- that function cannot fail.
- its return value is inconsequential; that is, it does not indicate an error.
- it is one of a handful of functions whose return values are not traditionally checked. These functions are listed in the following table:
Functions for which Return Values Need Not Be Checked
...