In general, are these good recommendations for building software for embedded or lower-spec devices? I don't know how to do preprocessor macros anyhow, for instance - so as i am reading this i am like "yeah, i agree..." until the no stdio.h!
Embedded more so than just lower-spec devices. Depends on the domain too.
stdio.h is fine in some embedded contexts, and very very not fine in others
stdio.h is not what you would use in safe code.
Embedded more so than just lower-spec devices. Depends on the domain too.
stdio.h is fine in some embedded contexts, and very very not fine in others