Re: main() is just another procedure...
Perry E. Metzger (perry@piermont.com)
Thu, 14 Aug 1997 10:07:17 -0400
Juergen Ilse writes:
> > void main( int argc, char** argv, char** env )
>
> ^^^^
> Please don't do that! in ISO- and ANSI- C, main has to return int, not
> void.
Well, technically that is true only in a hosted environment, but the
point is true given that Guile only runs (currently) in a hosted
environment...
It would not need to be true for the hypothetical GuileOS...
Perry