void
example(void)
{
p1 = first_procedure(second_procedure(p2, p3),
third_procedure(p4, p5));
p1 = first_procedure(second_procedure(p2,
p3),
third_procedure(p4,
p5));
p1 = first_procedure(
second_procedure(p2, p3),
third_procedure(p4, p5));
}
void
example(void)
{
p1 = first_procedure(second_procedure(p2, p3),
third_procedure(p4, p5));
p1 = first_procedure(second_procedure(p2,
p3),
third_procedure(p4,
p5));
p1 = first_procedure(
second_procedure(p2, p3),
third_procedure(p4, p5));
}
void
example(void)
{
p1 = first_procedure(second_procedure(p2, p3),
third_procedure(p4, p5));
p1 = first_procedure(second_procedure(p2,
p3),
third_procedure(p4,
p5));
p1 = first_procedure(
second_procedure(p2, p3),
third_procedure(p4, p5));
}
void
example(void)
{
p1 = first_procedure(second_procedure(p2, p3),
third_procedure(p4, p5));
p1 = first_procedure(second_procedure(p2,
p3),
third_procedure(p4,
p5));
p1 = first_procedure(
second_procedure(p2, p3),
third_procedure(p4, p5));
}
{
if (cond11a
&& cond11b
&& cond11c) {
stmt11;
} else if (cond12a
&& cond12b
&& cond12c) {
stmt12;
}
}
{
if (cond21a
&& cond21b
&& cond21c)
stmt21;
else if (cond22a
&& cond22b
&& cond22c)
stmt22;
}
{
if (cond11a
&& cond11b
&& cond11c) {
stmt11;
} else if (cond12a
&& cond12b
&& cond12c) {
stmt12;
}
}
{
if (cond21a
&& cond21b
&& cond21c)
stmt21;
else if (cond22a
&& cond22b
&& cond22c)
stmt22;
}