Content deleted Content added
No edit summary |
|||
Line 95:
;Offensive programming
<syntaxhighlight lang="c">
//
if (new_code(user_config)
// Loudly report and abruptly terminate program to get proper attention
report_error("Something went very wrong");
exit(-1);
}
</syntaxhighlight>
|