Package Index  Table of Contents

CodeCheck ECS C/C++ to Test Suite - 43.cpp

/*
43.   Document the interface exposed by every function.
*/
// foo does this ..



Function Name: foo()

foo() {
}



Function Name: badfoo()

badfoo() {
	{ 
		int i;
		i++;
	}
}

Package Index  Table of Contents

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