Re: I have a problem in my study
- From: "Herbert Rosenau" <os2guy@xxxxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 21:16:43 +0000 (UTC)
On Mon, 30 Oct 2006 15:19:27 UTC, Andrew Poelstra
<apoelstra@xxxxxxxxxx> wrote:
You can't have a prototype within another function. Move this to the
top of your program or into a header file.
Not true. That is absolutely legal. The visibility of the prototye is
restricted to the function only but that's all.
if (argc==1)
filecopy(stdin,stdout);
Please use spaces liberally; horizontal space is free in this
particular piece of code, and it makes things much easier to read.
--
Tschau/Bye
Herbert
Visit http://www.ecomstation.de the home of german eComStation
eComStation 1.2 Deutsch ist da!
.
- References:
- I have a problem in my study
- From: qazwsx746
- Re: I have a problem in my study
- From: Andrew Poelstra
- I have a problem in my study
- Prev by Date: Re: finding how much the file system is full, from a C program?
- Next by Date: Re: assembly in future C standard
- Previous by thread: Re: I have a problem in my study
- Next by thread: Re: I have a problem in my study
- Index(es):
Relevant Pages
|