| C N V _ U L O N G T O B I T S ( )
| | | | | SOURCE: qdev_autodocs.txt 1.163 (12/09/2014) English INDEP - CNV_#?
----------------------------------------------------------------------------
NAME
cnv_ULONGtoBITS() - Determines how many bits in the value.
SYNOPSIS
bits = cnv_ULONGtoBITS(value);
ULONG cnv_ULONGtoBITS(ULONG);
FUNCTION
With this function you can find out exactly how many bits
are needed for a given value.
INPUTS
value - ULONG value.
RETURNS
Number of bits.
BASES
None.
NOTES
UQUAD variant of this function exists.
SEE ALSO
cnv_AtoULONG(), cnv_ULONGtoA()
EXAMPLE
None.
BUGS
None known.
----------------------------------------------------------------------------
| |
| |