Go to the first, previous, next, last section, table of contents.


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).


Go to the first, previous, next, last section, table of contents.