C
-
Undefined Behavior regarding Pointers
An article explains why languages have undefined behavior
Posted on , in Programming, tagged with recommended reading, c, rust
-
Don't Repeat Yourself While Writing Unit Tests in C
Use macro magic to avoid having to repeat test names
Posted on , updated on , in Programming, tagged with c, unit tests
-
Explicitly Place All Sections When Linking With GNU LD
Use an assertion to detect sections that are not placed explicitly by a linker script
Posted on , updated on , in Programming, tagged with c, embedded