Next: , Previous: Pack Intrinsic, Up: Table of Intrinsic Functions



8.11.9.202 PError Intrinsic

     CALL PError(String)

String: CHARACTER; scalar; INTENT(IN).

Intrinsic groups: unix.

Description:

Prints (on the C stderr stream) a newline-terminated error message corresponding to the last system error. This is prefixed by String, a colon and a space. See perror(3).