kexpr_variable_delete - delete a variable associated with an id
LIBRARY CALL
int kexpr_variable_delete(
long id,
char *variable)
INPUT
id - the id variable whose list of variables will have one
variable deleted.
variable - the variable to delete from the list of variables.
OUTPUT
none
RETURN VALUE
returns TRUE (1) if the variable was deleted from the list
of variables or FALSE (0) if the variable was not deleted from
the list of variables or was not in the list of variables.
DESCRIPTION
This routine deletes a variable from the current list of
variables for a particular id. kexpr_variable_delete()
deletes the specified variable from the id's variable list.
a particular id.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kexpr/src/routines.c
SEE ALSO
kexpr(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.