FUNCTION PROTOTYPE (use for a new function)
/*

*//* f(args)

	Descr

Accepts :

	arg1		desc

Returns :

	<value>		TRUE if OK
			FALSE if not.

Notes :


*/

int
f ARGLIST( (args) )
    FARG( int		xxx )		/* comment */
{
}
