Hi,

   I find in some application, the programmer define a function like below,
why they put the type of parameter after the parameter list.

static char *
reg(cp, paren, flagp)
register struct comp *cp;
int paren;                      /* Parenthesized? */
int *flagp;
{

        ..
        ..
        Return ....
}

Thanks!

Eric


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to