25 Aug
2003
25 Aug
'03
10:17 p.m.
shyamemani wrote:
None of the 'declaration' rules also seem to parse the tokens 'float (int,int) (I know I am missing something here).
'float (int, int)' is a type. In particular, it is type of the function 'f' if 'f' is declared like this: float f(int, int); -- Rainer Deyke - rainerd@eldwood.com - http://eldwood.com