CDECL Utility

jpl none at nospam.com
Sun Dec 30 14:57:16 PST 2007


Jarrett Billingsley Wrote:

> "jpl" <none at nospam.com> wrote in message 
> news:fl8sqm$2t8e$1 at digitalmars.com...
> 
> >> alias void function(int) signal(int, void function(void));
> >
> > alias void function(int) signal(int, void function(int));
> 
> X(
> 
> > And how would it be the declaration without the alias in D?
> 
> void function(int) function(int, void function(int)) signal;
> 
> Now it's a function pointer. 
> 
> 

Ah... OK, now, without the alias I get it ; )

Thanks 



More information about the Digitalmars-d-learn mailing list