1 /*
2  * calculate some sections.
3  * Note: this becomes the description.
4  *
5  * Warning: This becomes a section.
6  */
simplesect(int fred,int world)7 int simplesect(
8 	int fred,	/* Mary's boyfriend */
9 	int world	/* real crazy */
10 )
11 {
12 	what the heck, all this stuff just gets ignored
13 }
14