X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flog2.c;h=08b27bcf8dc95aedfe70f17a1bdc45c3c8b045dc;hb=997624f88f37bec5cb96cf9fc3b3cac05ccc6ed8;hp=5ba257765f0690af4c4f4c2eb8c3633c25370bdb;hpb=b8d8a4e155bcb5d793450b3e6002ea6d41786513;p=libucw.git diff --git a/lib/log2.c b/lib/log2.c index 5ba25776..08b27bcf 100644 --- a/lib/log2.c +++ b/lib/log2.c @@ -1,17 +1,16 @@ /* * Sherlock Library -- Binary Logarithm * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include - -#include "lib.h" - -#undef log2 +#include "lib/lib.h" int -log2(u32 x) +fls(u32 x) { uns l;