BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kprog_get_argv - get the arguments in the argv structure
LIBRARY CALL
char **kprog_get_argv(void)
INPUT
none
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
returns the array of commandline arguments.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
This routine returns a pointer to the internal argv array. Do not change or free any data in this array, use for read only purposes 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.