Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 1 Aug 2000 21:44:50 -0400 Message-Id: <200008020144.VAA30696@envy.delorie.com> From: DJ Delorie To: pgarceau AT teleport DOT com CC: cygwin AT sources DOT redhat DOT com In-reply-to: <3987193F.13209.142D841@localhost> (pgarceau@teleport.com) Subject: Re: _argc & _argv References: <39871530 DOT 13263 DOT 132FCC9 AT localhost> (pgarceau AT teleport DOT com) <3987193F DOT 13209 DOT 142D841 AT localhost> > 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 AT sourceware DOT cygnus DOT com