C-Splint ------------ ====================================================================== == Step 1 : Install splint - Static analyser ====================================================================== == .. literalinclude:: splint_install.py ====================================================================== == ====================================================================== == Step 2 : Create a file test.c with programming mistake ====================================================================== == .. literalinclude:: splint_test_program.py ====================================================================== == ====================================================================== == Step 3 : Run splint on test.c to do Static analysis ====================================================================== == .. literalinclude:: splint_check_program.py ====================================================================== == ====================================================================== == Step 4 : Fix Programming mistakes in file test.c and check splint ====================================================================== == .. literalinclude:: splint_test_program_fixed.py ====================================================================== == ====================================================================== == Step 5 : Run splint on test.c to do Static analysis ====================================================================== == .. literalinclude:: splint_check_program_fixed.py ====================================================================== ==