IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
<stdlib.h>'s abort, exit, getenv, and system have implementation-defined behaviors, and should therefore be avoided.
<stdlib.h>
abort
exit
getenv
system
#include <stdlib.h> void f( ) { exit(0); // Noncompliant }