This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: _argc & _argv



> 	More specifically, is argc, argv defined with or w/o leading 
> underscores for Cygwin when it comes to defining them for a 
> main() routine?
> 
>    csMain (argc, argv); (Cygwin?)

They're parameter names.  You can call them anything you want.  You
could call them "quagmire" and "felicity" if you want.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]