Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added paretheses missing from a compliant solution.

...

Code Block
bgColor#ccccff
int do_xyz(void); 
 
if (do_xyz()) { 
  /* handle error */ 
} 

Risk Assessment

...