Continue reading "libc: Defining Standard Types For Your Platform"
libc: Defining Standard Types For Your Platform
Our next step on the libc bringup adventure is an important one: we need to define the standard types. In order to implement the standard types in an extensible manner, we need to support different type definitions on different platforms. Today we’ll look into the implementation of two headers: stddef.h and stdint.h. Next week we …
