VSS Package Index  Abraxas VSS Home Table of Contents

Abraxas Software, Inc.


CodeCheck Voting System Standards Test Suite - v542s.c

v542s.c(1): /*
vss 542s. Initializes every variable upon declaration where permitted
v542s.c(3): */
v542s.c(4): 
// global
v542s.c(6): 
v542s.c(7): int foo = 1;	//good
v542s.c(8): 
v542s.c(9): int foam;		// bad
v542s.c(10): 
// local



Function Name: v8()

v542s.c(12): v8() {
v542s.c(13): 
v542s.c(14): 	int foo = 1;	// good
v542s.c(15): 
v542s.c(16): 	int foam;		// bad
v542s.c(17): }

VSS Package Index  Abraxas VSS Home Table of Contents

CodeCheck Copyright (c) 1988-2006 by Abraxas Software Inc. (R). All rights reserved.