kprog_get_command - gets the command string in which this program was executed with.
LIBRARY CALL
char *kprog_get_command(void)
INPUT
none
OUTPUT
none
RETURN VALUE
none
DESCRIPTION
Gets the command used to originally excute the current program.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
This routine returns a pointer to the private string
used to store the toolbox variable. Use this as
a read only resource; do NOT change or free this pointer.
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/program.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.