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 / Revision 1.12 2003/05/09


Main Index libtsp