tttk_string_op(library call) tttk_string_op(library call)
NAME [Toc] [Back]
tttk_string_op - map a string to a ToolTalk op code
SYNOPSIS [Toc] [Back]
#include <Tt/tttk.h>
Tttk_op tttk_string_op(
const char *opstring);
DESCRIPTION [Toc] [Back]
The tttk_string_op function returns the Tttk_op named by opstring.
RETURN VALUE [Toc] [Back]
Upon successful completion, the tttk_string_op function a Tttk_op
value; otherwise, it returns TTDT_OP_NONE.
APPLICATION USAGE [Toc] [Back]
See tttk_op_string(3).
SEE ALSO [Toc] [Back]
Tt/tttk.h - Tttttk(5), tttk_op_string(3), tt_message_op(3).
- 1 - Formatted: January 24, 2005 [ Back ] |