BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kstruct_free - frees a structure and any associated memory

LIBRARY CALL

void kstruct_free(
 kaddr data,
 int   type,
 int   freeself)

INPUT

OUTPUT

none

RETURN VALUE

none

DESCRIPTION

This module is used to call the free handler associated with a structure data definition. The structure free handler is called to free the assocaited data with the structure.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/kstruct.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.