Content-type: text/html Man page of tnfctl_strerror

tnfctl_strerror

Section: TNF Library Functions (3TNF)
Updated: 4 Mar 1997
Index Return to Main Contents
 

NAME

tnfctl_strerror - map a tnfctl error code to a string  

SYNOPSIS

cc [ flag ... ] file ... -ltnfctl [ library ... ]
#include <tnf/tnfctl.h>

const char * tnfctl_strerror(tnfctl_errcode_t errcode);  

DESCRIPTION

tnfctl_strerror() maps the error number in errcode to an error message string, and it returns a pointer to that string. The returned string should not be overwritten or freed.  

ERRORS

tnfctl_strerror() returns the string "unknown libtnfctl.so error code" if the error number is not within the legal range.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWtnfc
MT LevelMT-Safe

 

SEE ALSO

prex(1), TNF_PROBE(3TNF), libtnfctl(3TNF), tracing(3TNF), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
ERRORS
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:12 GMT, October 02, 2010