want to know

Doug Gwyn gwyn at smoke.BRL.MIL
Sat Aug 19 07:59:57 AEST 1989


In article <8496 at galbp.LBP.HARRIS.COM> jsb at advdev.UUCP (FLEA) writes:
>I'm curious.  What does your C compiler at home do differently with main()
>and why is it a "pseudo-function"?
>What different rules does it follow?

	int main(void) { ... }
is required to work properly even when there are arguments that could
have been passed to it.  This is not true of genuine functions.



More information about the Comp.lang.c mailing list