]> mj.ucw.cz Git - libucw.git/commit
Implemented ffs() and unified it with fls() to bitops.h.
authorMartin Mares <mj@ucw.cz>
Thu, 22 Sep 2005 20:44:51 +0000 (20:44 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 22 Sep 2005 20:44:51 +0000 (20:44 +0000)
commit5c195762cfba7ef442f65df6cb5d05fdf7c7ffd1
treeaf1a46891a9d21b6bd40b88abee61b41d8811c6c
parent9c573104bf05cebbd2907f3aed1046e3b55ba0ea
Implemented ffs() and unified it with fls() to bitops.h.
lib/Makefile
lib/bit-ffs.c [new file with mode: 0644]
lib/bit-fls.c [new file with mode: 0644]
lib/bitops.h [new file with mode: 0644]
lib/bitops.t [new file with mode: 0644]
lib/log2.c [deleted file]