BOOTSTRAP (klibm) functions


LIBRARY ROUTINE

kclear - return an value with all bits clear

LIBRARY CALL

/* ARGSUSED */
unsigned long kclear(
   unsigned long x)

INPUT

OUTPUT

none

RETURN VALUE

An unsigned long with all bits clear.

DESCRIPTION

Return an unsiged value with all bits clear, independent of the word length. This function is supplied only for symmetry with the kset() function.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/klibm/src/extensions.c

SEE ALSO

klibm(3)

COPYRIGHT

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