Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

tt_error_pointer (3)

Name

tt_error_pointer - return a pointer to an error object that encodes the code

Synopsis

#include <Tt/tt_c.h>
void *tt_error_pointer(Tt_status ttrc);

Description

tt_error_pointer(3)           ToolTalk Functions           tt_error_pointer(3)



NAME
       tt_error_pointer - return a pointer to an error object that encodes the
       code

SYNOPSIS
       #include <Tt/tt_c.h>
       void *tt_error_pointer(Tt_status ttrc);

DESCRIPTION
       The tt_error_pointer() function returns a pointer to  an  error  object
       that  encodes  a  Tt_status  return value, which is within the range of
       TT_OK == 0 <= ttrc < TT_STATUS_LAST.

       The ttrc argument is the Tt_status code that is to be encoded.

RETURN VALUE
       Upon successful completion, the tt_error_pointer() function  returns  a
       pointer to the encoded Tt_status code.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
       +---------------+------------------+
       |Availability   | library/tooltalk |
       +---------------+------------------+
       |Stability      | Committed        |
       +---------------+------------------+

SEE ALSO
       tt_c(5).




ToolTalk 1.3                     1 March 1996              tt_error_pointer(3)