--- In [email protected], Mohan S N <[EMAIL PROTECTED]> wrote: <snip> > int main (char **argz, char argc) > ^^^^^^^^^^^^^^ looks funny to me. > Isn't it supposed to be: > int main (int argc, char** argv) > > Or is this ok in older C? > > Regards, > Mohan S N
Hi Mohan, no, you're right, this is not correct. But the source code was not copied-and-pasted anyway but typed in; you can see that at distinct places. So it's quite possible that the OP has typed in the code correctly and mistyped while copying. Regards, Nico
