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



> extern int	_argc;
> extern char**	_argv;
> 
> 	What is used for Cygwin?

Ah, that's a different question.

For Cygwin, no such variables exist.  If you need something like this,
the only way that is portable is for *your* main() to save them
somewhere.

> Cygwin does mean Cygnus for Win32, does it not?

Of course, but that doesn't mean we all use the same software, or do
unportable things the same way.  If we did, there wouldn't be any
point, would there?

--
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]