BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kprog_set_argv - set the command line argument array
LIBRARY CALL
int kprog_set_argv( char *argv[])
INPUT
argv
- The array to set the program argv list to.
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
Set the argv list that the program uses.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
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.