Subject: Re: Answer to "which echo.c"
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 12/09/1999 20:43:31
In message <199912100221.SAA09865@shell17.ba.best.com>, Todd Whitesel writes:
>Gross is right. Recursive calling of main() is discouraged by more recent
>drafts of ANSI C, as it is not C++ friendly.

I don't recall that the *standard* discourages it.  Now, a lot of *books*
discourage it.  Personally, I don't care about C++, but on the other hand,
I don't see a lot of reason to call main().

-s