You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// note - set threshold to three
|
|
void foo(void)
|
|
{
|
|
a = 1;
|
|
bb = 2;
|
|
ccc = 3;
|
|
dddd = 4;
|
|
eeeee = 5;
|
|
ffffff = 6;
|
|
|
|
|
|
|
|
a = 1;
|
|
eeeeee = 5;
|
|
fffffff = 6;
|
|
|
|
|
|
|
|
a = 1;
|
|
eeeee = 5;
|
|
ccc = 3;
|
|
ffffff = 6;
|
|
|
|
|
|
a = 1;
|
|
iiiiiiiiiiiiieeeee = 5;
|
|
ccc = 3;
|
|
ffffff = 6;
|
|
}
|
|
|