C Parameter Kinds

Use “c parameter” to match all C Parameter kinds

Kind Name
C Parameter
C Unnamed Parameter

A parameter is a formal parameter to any function or member function.

extern int func_ext(int param_ext); // Not parameter entity 
void func (int param_1) {};         // C Parameter 

Scientific Toolworks, Inc.
http://www.scitools.com