_argc & _argv

Chris Faylor cgf@cygnus.com
Tue Aug 1 17:47:00 GMT 2000


On Tue, Aug 01, 2000 at 05:39:51PM -0800, Paul Garceau wrote:
>Hi folks,
>
>   From what I can tell, the values noted in the subject line 
>are not defined as part of standard non-mingw32 headers.
>
>   My question is, how does Cygwin deal with argc, argv  without 
>using mingw32 headers?

Like any UNIX program (or Windows program for that matter).  They
are arguments to main:

int main (int argc, char **argv);

cgf

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



More information about the Cygwin mailing list