BOOTSTRAP (
kexpr
) functions
LIBRARY ROUTINE
kexpr_variables_def - list variable definitions associated with an id
LIBRARY CALL
char **kexpr_variables_def( long id, int *num)
INPUT
id
- the id whose list of current variables will be extracted.
OUTPUT
num
- number of variables in list or NULL if not needed
RETURN VALUE
the list of variable definitions or NULL upon failure
DESCRIPTION
This routine extracts the current list of variable definitions for a particular id variable and returns a pointer to the list of variable definitions.
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.