PError
Print error on standard error output
Declaration
Source position: errors.pp line 23
procedure PError(const s: string; Errno: cint);
Description
PError will print the error message S followed by the errNo and the result for StrError(errNo) for ErrNo on standard output.
Errors
None.
See also
Name | Description |
---|---|
StrError | Convert an error code to a string |