/* yep */
int dowork(
	   /* how long to work for */
	   int count,
	   char (*area)()	/* where to do the work */,
	   long fiveoclock	/* when to knock off */);


syntax highlighted by Code2HTML, v. 0.9.1