ToolTalk User's Guide

Including the ToolTalk API Header File

To modify your application to use the ToolTalk service, first you must include the ToolTalk API header file tt_c.h in your program. This file resides in the /usr/dt/include/Tt/ directory.

The following code sample shows how a program includes this file.

#include <stdio.h>
#include <sys/param.h>
#include <sys/types.h>
#include <Tt/tt_c.h>