Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

tttk_string_op (3)

Name

tttk_string_op - map a string to a ToolTalk op code

Synopsis

#include <Tt/tttk.h>
Tttk_op tttk_string_op(const char *opstring);

Description

tttk_string_op(3)             ToolTalk Functions             tttk_string_op(3)



NAME
       tttk_string_op - map a string to a ToolTalk op code

SYNOPSIS
       #include <Tt/tttk.h>
       Tttk_op tttk_string_op(const char *opstring);

DESCRIPTION
       The tttk_string_op() function returns the Tttk_op named by opstring.

RETURN VALUE
       Upon  successful  completion,  the  tttk_string_op() function a Tttk_op
       value; otherwise, it returns TTDT_OP_NONE.

APPLICATION USAGE
       See tttk_op_string(3).


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


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

SEE ALSO
       tttk(5), tttk_op_string(3), tt_message_op(3).




ToolTalk 1.3                     1 March 1996                tttk_string_op(3)