Abraxas/ECS C++ Home  Table of Contents 

Module - 43.html

ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++.

ECS C++-C Test Suite for Module - 43.cpp

/*

43. Document the interface exposed by every function.

*/

// foo does this ..




Function Name: foo()

foo() {
}



Function Name: badfoo()

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

Abraxas/ECS C++ Home  Table of Contents

ABRAXAS SOFTWARE - CodeCheck ECS C++ Test-Suite ECS C++