BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kprog_set_argc - set the number of commandline parameters
LIBRARY CALL
int kprog_set_argc( int argc)
INPUT
argc
- The current list in which we will be adding the
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
Sets the number of arguments in the program argv structure.
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.