This is libexptcl.man in view mode; [Download] [Up]
.TH LIBEXPTCL 3 "30 December 1992" .SH NAME libexptcl \- programmed dialogue with interactive programs in a Tcl environment \- C functions .SH SYNOPSIS .nf .B #include <exp_main.h> .B cc files... \-lexptcl \-ltcl .fi .SH DESCRIPTION This is a placeholder for a description of a library for programs that want to use Expect with Tcl. Until this entry is completed, use the file exp_main_exp.c in the Expect distribution as a prototype main. Briefly, this library allows C programs to provide Expect commands along with Tcl commands. See the Tcl documentation on how to integrate Tcl with a C program (the tclTest program is a good example). To add the Expect calls, add include the file "exp_main.h" and a call to exp_init(interp), where interp has been defined from Tcl_CreateInterp(). Expect's main (in exp_main_exp.c) is an example of this. .SH AUTHOR Don Libes, libes@cme.nist.gov, National Institute of Standards and Technology .PP Design and implementation of the .B expect library was paid for by the U.S. government and is therefore in the public domain. However the author and NIST would like credit if this program and documentation or portions of them are used.
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.