Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP ToolTalk Programmer's Guide > Chapter 6 Participating in ToolTalk Sessions

Including the ToolTalk API Header File

» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Glossary

To modify your application to use the ToolTalk service, you must first 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>
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.