Tips and Tricks – Learning to write portable code using ANSI-C
Embedded software engineers should be interested in writing production software that is portable and reusable. Societal demands for refreshing embedded…
Jacob's Blog
Tag Archives: ANSI-C
Embedded software engineers should be interested in writing production software that is portable and reusable. Societal demands for refreshing embedded…
The keyword const in C can at best be a misleading type qualifier. One would think that const would specify…
The ANSI-C standard is probably one of the most important tools that any embedded software developer has available to them. …
In order to reuse and port embedded software it is absolutely imperative that the code be written without any ambiguity….