Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

tt_mark (3)

Name

tt_mark - mark a storage position in the ToolTalk API allocation stack

Synopsis

#include <Tt/tt_c.h>
int tt_mark(void);

Description

tt_mark(3)                    ToolTalk Functions                    tt_mark(3)



NAME
       tt_mark - mark a storage position in the ToolTalk API allocation stack

SYNOPSIS
       #include <Tt/tt_c.h>
       int tt_mark(void);

DESCRIPTION
       The  tt_mark()  function  marks  a storage position in the ToolTalk API
       allocation stack.

RETURN VALUE
       Upon successful completion, the tt_mark() function returns  an  integer
       that marks the storage position in the ToolTalk API allocation stack.


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


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

SEE ALSO
       tt_c(5), tt_release(3).




ToolTalk 1.3                     1 March 1996                       tt_mark(3)