summaryrefslogtreecommitdiff
path: root/eg/sections.c
blob: 8a84a0066bc9cec3f2dcfa9ec54cc6dacfc8bb49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * NAME
 *	sections - multisection function comment.
 *
 * DESCRIPTION
 *	Only a mental cripple would be as verbose as this.
 *
 * WARNING
 *	Now here's a legitimate excuse for it.
 */
int sections(
	int fred,	/* Mary's boyfriend */
	int world	/* real crazy */
)
{
	what the heck, all this stuff just gets ignored
}