Package Index  Table of Contents

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

/*
16.    Use lowerCamelCase for function names.
*/



Function Name: Foofun()

int Foofun() { 		// 16. Use lowerCamelCase for function names.
 int locfoo;
}

Package Index  Table of Contents

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