Re: problem using FILE pointer
- From: Rocky <RobertGush@xxxxxxxxx>
- Date: Sun, 8 Feb 2009 22:14:39 -0800 (PST)
On Feb 5, 11:17 pm, CBFalconer <cbfalco...@xxxxxxxxx> wrote:
abc wrote:With many compilers for limited resource processors it is quite common
uint8 ecg[ecg_size]={0};
void main (void)
^^^^_____________main returns an int - say so. void is illegal
to support the option of a void main() especially when 'returning'
from main is meaningless in these cases as it was never actually
called. (Again, to save stack space.)
.
- Follow-Ups:
- Re: problem using FILE pointer
- From: CBFalconer
- Re: problem using FILE pointer
- From: CBFalconer
- Re: problem using FILE pointer
- From: Everett M. Greene
- Re: problem using FILE pointer
- References:
- problem using FILE pointer
- From: abc
- Re: problem using FILE pointer
- From: CBFalconer
- problem using FILE pointer
- Prev by Date: Re: problem using FILE pointer
- Next by Date: Re: flash access for arm7
- Previous by thread: Re: problem using FILE pointer
- Next by thread: Re: problem using FILE pointer
- Index(es):
Relevant Pages
|