Re: A89: C problem


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

Re: A89: C problem




Hi!

> > void _main(void)
> 
> this should be:
> 	void main(void)
> 

You are not right: main entry point in TIGCC is "_main"
instead of "main"; this is due to compatibility with
DoorsOS linker :-)

Zeljko Juric