I guess that
typedef unsigned char byte;
would be better for portability, but the rest of the code relies on built-in routines from the specific compiler, and a particular type of chip, so I don't think this is a major problem.
typedef unsigned char byte;
would be better for portability, but the rest of the code relies on built-in routines from the specific compiler, and a particular type of chip, so I don't think this is a major problem.
Comment