[comp.unix.questions] lint question

lwv@n8emr.UUCP (Larry W. Virden) (12/12/88)

Could someone show me a specific example of how to specify the
lint VARARGSn type comment?  I tried something like:

/* VARARGS2 */
extern	int	myprtf();

and didnt seem to get what I was looking for.
I still got lint msgs about variable number of arguments.

-- 
Larry W. Virden	 75046,606 (CIS)
674 Falls Place, Reynoldsburg, OH 43068 (614) 864-8817
osu-cis!n8emr!lwv (UUCP)	osu-cis!n8emr!lwv@TUT.CIS.OHIO-STATE.EDU (INTERNET)
We haven't inherited the world from our parents, but borrowed it from our children.

gwyn@smoke.BRL.MIL (Doug Gwyn ) (12/13/88)

Use /*VARARGS2*/ before the definition of the function, not before
declarations.