Mail Archives: djgpp/1999/02/03/21:55:46
Hi Daniel, torsdag, den 4 februari 1999, you wrote:
> On Wed, 3 Feb 1999, anarko wrote:
> ) #define RBIT(c,b) ((uchar) (c >> (1+b)) << (1+b)) | ((uchar) (c << (8-b)) >> (8-b))
> ) #define SBIT(c,b,b2) (((uchar) (c << (8-b))) >> (8-b)) | (((uchar) (c >> (1+b))) << (1+b)) | b2
> Damn, if I understand what you want to do, you took an insanely
> complicated route to do it.
hehe guess i did, thanks for your code :)
/anarko <anarko AT flashback DOT net>
- Raw text -