Copyright Digital Equipment Corp. All rights reserved.

perror

   Writes a short error message to stderr describing the current
   value of errno.

   Format

     #include  <stdio.h>

     void perror  (const char *str);
 


Additional information available:

Argument        Description     Example