Funniest code construct of the month

Denis Vlasenko vda.linux at googlemail.com
Sat Jun 2 12:27:58 UTC 2007


        ullong llimit, limit;
...
        limit = llimit;
        if (limit != llimit)
                limit = 0x7fffffff;
--
vda



More information about the busybox mailing list