tt_error_pointer(library call) tt_error_pointer(library call)
NAME [Toc] [Back]
tt_error_pointer - return a pointer to an error object that encodes
the code
SYNOPSIS [Toc] [Back]
#include <Tt/tt_c.h>
void *tt_error_pointer(
Tt_status ttrc);
DESCRIPTION [Toc] [Back]
The tt_error_pointer function returns a pointer to an error object
that encodes a Tt_status return value.
The ttrc argument is the Tt_status code that is to be encoded.
RETURN VALUE [Toc] [Back]
Upon successful completion, the tt_error_pointer function returns a
pointer to the encoded Tt_status code.
SEE ALSO [Toc] [Back]
Tt/tt_c.h - Tttt_c(5).
- 1 - Formatted: January 24, 2005 [ Back ] |