debian man page for rfio_perror

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)

NAME
rfio_perror - print error message corresponding to the last RFIO function failure
SYNOPSIS
#include <sys/types.h> #include "rfio_api.h" void rfio_perror (const char *umsg); int rfio_serrno (); char *rfio_serror ();
DESCRIPTION
rfio_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 VALUE
rfio_serrno returns the last error code: errno, serrno or rfio_errno. rfio_serror returns a pointer to the error string.
AUTHOR
LCG Grid Deployment Team
LCG
$Date: 2005/03/31 13:13:03 $ RFIO_PERROR(3)
Related Man Pages
rfio_fopen(3) - debian
rfio_lseek(3) - debian
rfio_lseek64(3) - debian
rfio_preseek64(3) - debian
rfio_unlink(3) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?