Re: A89: Help with C


[Prev][Next][Index][Thread]

Re: A89: Help with C




> Because you can't define _main as an integer... it should always be a
> void, except there is some way to have it return a value with #define
> RETURN_VALUE, but by what you are doing, it doesn't look too important
> or intentional.

Principally, you CAN define _main as an integer, but from aspects of 
TIOS, it will be regarded as void.

Zeljko