Portable Fixed Width Integer types in C99
If you are an embedded software developer, then believe me this article will help you. Before the C99, the C standard only introduced built-in types with no defined size. This ambiguity is intentional in the original C standard to give the compiler vendors more flexibility. But sometimes it creates a problem and reduces portability. According […]
Portable Fixed Width Integer types in C99 Read More »