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
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel