Codebase list r-cran-bitops / cf3d40e1-e430-4781-8b28-f5ec714a31e2/main NAMESPACE
cf3d40e1-e430-4781-8b28-f5ec714a31e2/main

Tree @cf3d40e1-e430-4781-8b28-f5ec714a31e2/main (Download .tar.gz)

NAMESPACE @cf3d40e1-e430-4781-8b28-f5ec714a31e2/mainraw · history · blame

1
2
3
4
5
6
## Re-written 2012-11-03 B. D. Ripley

useDynLib(bitops, .registration = TRUE, .fixes = "C_")

export(bitFlip, bitAnd, bitOr, bitXor, bitShiftL, bitShiftR, cksum)
export("%&%", "%|%", "%^%", "%<<%", "%>>%")