??? 02/25/08 14:44 Read: times |
#151415 - typedef vs #define Responding to: ???'s previous message |
Chris Bertrand said:
#define uint unsigned int
#define uchar unsigned char Charles Bannister said:
#define uint unsigned int
#define uchar unsigned char I presume this is just followinf the original, but is there any reason to use #define instead of typedef? |