BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

khash_free - frees the hash array and all memory

LIBRARY CALL

int khash_free(
  khash  *hash,
  void  (*routine) PROTO((kaddr)) )

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise.

DESCRIPTION

This function frees the hash array and all associated memory.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

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

SEE ALSO

kutils(3)

COPYRIGHT

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