powered by
Functions to allocate (and de-allocate) bit masks
.BITSbit_init()bit_done()
bit_init()
bit_done()
An object of class integer of length 1.
integer
Jens Oehlschlägel
The C-code operates with bit masks. The memory for these is allocated dynamically. bit_init is called by .First.lib and bit_done is called by .Last.lib. You don't need to care about these under normal circumstances.
bit_init
.First.lib
bit_done
.Last.lib
bit
bit_done() bit_init()
Run the code above in your browser using DataLab