util: New function bitwise_one().
authorBen Pfaff <blp@nicira.com>
Wed, 11 Apr 2012 19:07:51 +0000 (12:07 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 14 Apr 2012 03:43:37 +0000 (20:43 -0700)
commitc2dd49322f538714572c66d72a1c142547c49b1d
tree8ec8115e13507f964bb57af91ed93b8ee26e33b5
parentc7e7bb21ff20f6fb2ca6509d9cffeca895fcbc78
util: New function bitwise_one().

It's the obvious counterpart to bitwise_zero().

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/util.c
lib/util.h
tests/library.at
tests/test-util.c