CDECL Utility
    Jarrett Billingsley 
    kb3ctd2 at yahoo.com
       
    Sun Dec 30 12:25:47 PST 2007
    
    
  
"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. 
    
    
More information about the Digitalmars-d-learn
mailing list