Index Index for
Section 3
Index Alphabetical
listing for I
Bottom of page Bottom of
page

imc_perror(3)

NAME

imc_perror - Prints a message that explains a Memory Channel API library function error

LIBRARY

Memory Channel API library (libimc.a)

SYNOPSIS

#include <sys/imc.h> void imc_perror ( char *userstring, int code );

PARAMETERS

userstring Specifies a string to be prefixed to the error message. code Specifies the return status from the Memory Channel Application Programming Interface (API) library function that failed.

DESCRIPTION

The imc_perror() function prints a message to standard error output that gives an explanation of the error status which is specified in the code parameter. The message is made up of the following: · The prefix specified in the userstring parameter · A colon (:) · A blank space · The error message · A newline character

RETURN VALUES

The imc_perror() function does not return any values.

RELATED INFORMATION

Introduction: imc(3) Commands: imc_init(1), imcs(1) Function: imc_api_init(3), imc_ckerrcnt_mr(3) Cluster Highly Available Applications

Index Index for
Section 3
Index Alphabetical
listing for I
Top of page Top of
page