Next: POPCNT, Previous: PARITY, Up: Intrinsic Procedures [Contents][Index]
9.215 PERROR — Print system error message
- Description:
Prints (on the C
stderrstream) a newline-terminated error message corresponding to the last system error. This is prefixed by STRING, a colon and a space. Seeperror(3).- Standard:
GNU extension
- Class:
Subroutine
- Syntax:
CALL PERROR(STRING)- Arguments:
STRING A scalar of type CHARACTERand of the default kind.- See also:
