P99

◆ p99_errno_getname()

char const* p99_errno_getname ( errno_t  p00_err)
inline

Return the name of an error condition.

This uses a long list of error condition names to detect potential candidates for such error conditions. This uses the fact that all identifiers starting with "E" and consisting only of uppercase letters or decimals are reserved for error conditions.

If an error condition is not found in the list of known values, a null pointer is returned.

Definition at line 198 of file p99_errno.h.