File: NAMESPACE

package info (click to toggle)
r-cran-bitops 1.0-9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: ansic: 231; sh: 13; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
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("%&%", "%|%", "%^%", "%<<%", "%>>%")