kexpr_free_function - frees up a previous compiled function
LIBRARY CALL
int kexpr_free_function(
kaddr function)
INPUT
function - the variable identifier.
type - the data type for the value pointer.
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
This routine frees the resources associated with a previous
compiled function in order to avoid the overhead of repeated
calls to the kexpr_compile_function().
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.