New version of tac.c

Tito farmatito at tiscali.it
Thu Jan 10 08:01:10 UTC 2008


Hi Denis,
couldn't we change this 0x7f 

if (!(i & 0x7f))
    /* Grow on every 128th char */
    line = xrealloc(line, i + 0x7f + sizeof(int) + 1);

into a define

#define WHATEVER                          0x7f

so that it could be changed in one place
and to improve readability for newbies like me. :-)

Just an idea.

Ciao,
Tito



More information about the busybox mailing list