typedef char byte; /* 8 bits */ typedef int word; /* 16 bits */ typedef long int quad; /* 32 bits */ typedef unsigned char ubyte; /* 8 bits */ typedef unsigned uword; /* 16 bits */ typedef unsigned long uquad; /* 32 bits */