[Charset iso-8859-1 unsupported, filtering to ASCII...]
> > It's only "clear" insofar as it's "clear" that the code is terrible.
Sorry I know English bad, do you want to say that my code is terrible?

> Coffee first, critique second. 8)
> 
> > #define TCPCASH_ROWSIZE     256
> > #define TCPCASH_COLSIZE     256
> > #define TCPCASH_ADDR(x)     ((x) * TCPCASH_ROWSIZE)
> 
> #define TCPCASH_ADDR(x,y)     ((y) * TCPCASH_ROWSIZE + (x))
Yes I know that I will use tcpcashe_addr(x,y) instead of [x][y],
(thank for cash -> cashe) with some macro declarations,
but it is something artificial for array of array representation:

[0,0][0,1]...[0,255][1,0][1,1]...[1,255]...

with statically unknown first index range.

-- 
Александр А. Бабайлов                  mailto:[EMAIL PROTECTED]/
                                           http://links.ru/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to