X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 21 Feb 2002 22:16:42 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Kronoman X" Message-Id: <3405-Thu21Feb2002221641+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (kronoman_x AT hotmail DOT com) Subject: Re: Where is _is_cdrom_drive prototype???? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Kronoman X" > Date: Thu, 21 Feb 2002 17:04:57 +0000 > > I can't compile my program because seems that GCC don't found > the _is_cdrom_drive function, that the libc.a reference (html) says that is > on There is no _is_cdrom_drive in DJGPP v2.03. It only exists in the development sources in the CVS. The libc reference you are reading probably belongs to the development version. You can use the function getmntent to return type information about each drive.