UTsetProg
Routine
-
void UTsetProg (const char Program[]);
-
char *UTgetProg (void)
Purpose
-
Set the program name for messages
-
Get the program name for messages
Description
This routine sets a program name string. This string is used by error
reporting routines as an identifier in error message strings.
Parameters
-
UTsetProg:
-
-> const char Program[]
-
Program name, normally without a path
-
UTgetProg:
-
<- char *UTgetProg
-
Pointer to the program name. If the program name has not been set, this
is a pointer to an empty string.
Author / revision
P. Kabal Copyright (C) 1995
/ Revision 1.10 1995/06/01
Main Index libtsp