Query: tttk_string_op
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tttk_string_op(library call) tttk_string_op(library call)NAMEtttk_string_op -- map a string to a ToolTalk op codeSYNOPSIS#include <Tt/tttk.h> Tttk_op tttk_string_op( const char *opstring);DESCRIPTIONThe tttk_string_op function returns the Tttk_op named by opstring.RETURN VALUEUpon successful completion, the tttk_string_op function a Tttk_op value; otherwise, it returns TTDT_OP_NONE.APPLICATION USAGESee tttk_op_string(3).SEE ALSOTt/tttk.h - Tttttk(5), tttk_op_string(3), tt_message_op(3). tttk_string_op(library call)