Re: function prototype vs function declaration
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Tue, 18 Dec 2007 10:44:32 +0000
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>
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.
- Follow-Ups:
- Re: function prototype vs function declaration
- From: Ravishankar S
- Re: function prototype vs function declaration
- References:
- function prototype vs function declaration
- From: Ravishankar S
- function prototype vs function declaration
- Prev by Date: function prototype vs function declaration
- Next by Date: Re: Exceptions in C/C++
- Previous by thread: function prototype vs function declaration
- Next by thread: Re: function prototype vs function declaration
- Index(es):
Relevant Pages
|