K.G. wrote:
> On Tue, 30 Aug 2005 19:57:59 +0300
> Antti-Juhani Kaijanaho <[EMAIL PROTECTED]> wrote:
>>Also, main should return int.
> In C99 you can "return" void if you want (i don't know about previous
> standards)

No, you can't.  What you can do is omit the return statement in the main
function (which is equivalent to executing a "return 0;" at the end of
the function).
-- 
Antti-Juhani

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to