Query: rfio_perror
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RFIO_PERROR(3) Rfio Library Functions RFIO_PERROR(3)NAMErfio_perror - print error message corresponding to the last RFIO function failureSYNOPSIS#include <sys/types.h> #include "rfio_api.h" void rfio_perror (const char *umsg); int rfio_serrno (); char *rfio_serror ();DESCRIPTIONrfio_serrno gets error code corresponding to the last RFIO function failure (local or remote). rfio_serror gets error message correspond- ing to the last RFIO function failure (local or remote). rfio_perror produces a message on standard error describing the last RFIO error. The message is prefixed with umsg followed by a colon and a blank.RETURN VALUErfio_serrno returns the last error code: errno, serrno or rfio_errno. rfio_serror returns a pointer to the error string.AUTHORLCG Grid Deployment TeamLCG$Date: 2005/03/31 13:13:03 $ RFIO_PERROR(3)