Re: function prototype vs function declaration




"Richard Heathfield" <rjh@xxxxxxxxxxxxxxx> wrote in message
news:eNWdnUUdru5UPvranZ2dnUVZ8qXinZ2d@xxxxxxxxx
Ravishankar S said:

<snip>

It turns out that function
declarations and function prototypes are the same thing in standard C.

No, it doesn't.

It is true that all function prototypes are function declarations, but it
is not true that all function declarations are function prototypes.

<snip>

an example would help here.


.



Relevant Pages