chiark / gitweb /
Add a new function to compute the leftmost bit of a uint32_t
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 19 Apr 2008 10:43:07 +0000 (11:43 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 19 Apr 2008 10:43:07 +0000 (11:43 +0100)
commitf9d42b20477523bf2ab2172d51e78d2a398e117f
treeb9dd034b5cf3c7c2a641a48c979efa10b5b658ad
parent1bcd69c4cfd2f1080014b792a1dc15ed1883f1c5
Add a new function to compute the leftmost bit of a uint32_t
lib/Makefile.am
lib/bits.c [new file with mode: 0644]
lib/bits.h [new file with mode: 0644]
lib/t-bits.c [new file with mode: 0644]
lib/test.c
lib/test.h