1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<HTML>
<HEAD>
<TITLE>TSP (libtsp/UT) - UTsetProg</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFACD">
<H2>UTsetProg</H2>
<HR>
<H4>Routine</H4>
<DL>
<DT>
void UTsetProg (const char Program[]);
<DT>
char *UTgetProg (void)
</DL>
<H4>Purpose</H4>
<DL>
<DT>
Set the program name for messages
<DT>
Get the program name for messages
</DL>
<H4>Description</H4>
This routine sets a program name string. This string is used by error
reporting routines as an identifier in error message strings.
<H4>Parameters</H4>
<DL>
<DT>
UTsetProg:
<DT>
-> const char Program[]
<DD>
Program name, normally without a path
<DT>
UTgetProg:
<DT>
<- char *UTgetProg
<DD>
Pointer to the program name. If the program name has not been set, this
is a pointer to an empty string.
</DL>
<H4>Author / revision</H4>
P. Kabal Copyright (C) 1995
/ Revision 1.10 1995/06/01
<P>
<HR>
Main Index <A HREF="../libtsp.html">libtsp</A>
</BODY>
</HTML>
|