bitint.icn: Procedures to convert integers and bit strings

link bitint
May 25, 1994; Ralph E. Griswold
This file is in the public domain.

int2bit(i) produces a string with the bit representation of i.

bit2int(s) produces an integer corresponding to the bit representation i.

Source code | Program Library Page | Icon Home Page