High-Level Language Application Programming Interface
4-87
Sample C HLLAPI Program
This sample program is part of the software offering for the HLLAPI function; it can be found
in the /usr/lib/hcon/hllapi directory.
/******************************************************************
/
/* FILE NAME: SAMPLE.C
*/
/*
*/
/* MODULE NAME= SAMPLE.C
*/
/*
*/
/* DESCRIPTIVE NAME= C SAMPLE PROGRAM FOR HLLAPI
*/
/*
*/
/* Displays HLLAPI and session information.
*/
/* Writes string to host.
*/
/* Searches for written string on host.
*/
/* Displays host session screen.
*/
/*
*/
/* COPYRIGHT: XXXXXXXXX (C) COPYRIGHT IBM CORP.1992
*/
/* LICENSED MATERIAL – PROGRAM PROPERTY OF IBM
*/
/* ALL RIGHTS RESERVED
*/
/*
*/
/* NOTES=
*/
/*
*/
/*
*/
/*
*/
/*
*/
/*********************–END OF
SPECIFICATIONS–**********************/
/******************************************************************
/
/********************** BEGIN INCLUDE FILES
***********************/
/******************************************************************
/
#include <stdio.h>
#include <string.h>
#include ”hapi_c.h” /* Get HLLAPI include file*/
Kommentare zu diesen Handbüchern