[C] u_int vs u_int32_t
Posted: Tue Jun 15, 2010 4:51 am
Hello,
There are two type definition include files <sys/types.h> (u_int, u_char, u_long) and <stdint.h> (u_int8_t, u_int16_t, u_int32_t...).
What are the differencies between these two? Is it important to make a difference between u_int (32 bits) and u_int32_t which is 32 bits also?
Thanks.
There are two type definition include files <sys/types.h> (u_int, u_char, u_long) and <stdint.h> (u_int8_t, u_int16_t, u_int32_t...).
What are the differencies between these two? Is it important to make a difference between u_int (32 bits) and u_int32_t which is 32 bits also?
Thanks.