kprog_get_envp - gets the environment variable parameter structure
LIBRARY CALL
char **kprog_get_envp(void)
INPUT
none
OUTPUT
none
RETURN VALUE
returns the envp structure or NULL upon failure
DESCRIPTION
Gets the environment variable parameters structure, which
is the envp.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
This routine returns a pointer to the internal environment
array pointer. Do not change or free any data in this array,
Use as a read only resource only.
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.