Use perror to print (on standard error) an error message corresponding to the current value of the global variable errno. Unless you use NULL as the value of the argument prefix, the error message will begin with the string at prefix, followed by a colon and a space (: ). The remainder of the error message is one of the strings described for strerror.
The alternate function _perror_r is a reentrant version. The extra argument reent is a pointer to a reentrancy structure.### Returns
perror returns no result.
---
**Authoritative source**: BUSMASTER DITA help source `perror.dita`, compiled into `BUSMASTER.CHM` with the application.