How to declare a pointer to function returning pointer to function

Chris Torek chris at umcp-cs.UUCP
Thu Aug 29 01:19:44 AEST 1985


> I couldn't resist trying this.  Cdecl claims no problem declaring
> something to be a pointer to a function returning a pointer to a
> function returning int:

There *is* no problem declaring that.  The problem is declaring a
function returning a pointer to a function returning a pointer to
a function returning a pointer to a ..., ad infinitum.  *There is
no base type in the definition*.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 4251)
UUCP:	seismo!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at maryland



More information about the Comp.lang.c mailing list