7 Tips for using assertions in C
One of the greatest bug squashing tools available to embedded software developers is the assert macro. Despite the power of…
Jacob's Blog
Tag Archives: assertions
One of the greatest bug squashing tools available to embedded software developers is the assert macro. Despite the power of…
that is the question. The use of assertions often confuses even the most experienced developers. Developers should be considering whether…