bit_init {bit}R Documentation

Initializing bit masks

Description

Functions to allocate (and de-allocate) bit masks

Usage

  bit_init()
  bit_done()

Details

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.

Value

NULL

Author(s)

Jens Oehlschlägel

See Also

bit

Examples

  bit_done()
  bit_init()

[Package bit version 1.1-14 Index]