--- Chris Gray <[EMAIL PROTECTED]> wrote: > vector". But they are just arguments to a > function and can have any > name a person wants. So all the following are > correct: > > int main(void) > int main(int foo, char **bar) > int main(int foo, char **bar, char **baz) > to be honest, I haven't seen this last one. how does it work? xucaen
p.s. (moot point) let us not forget the classic: int main(int argc, char *argv[]) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

