Message-Id: <199808041419.JAA10555@kendall.> Date: Tue, 4 Aug 1998 09:19:18 -0500 (CDT) From: Jeff Williams Reply-To: Jeff Williams Subject: Re: 80x87 detection in DJGPP programs To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: ooeMDuKGXlWZ3tTtCWB/yQ== Precedence: bulk -: -: > So my question is: how can I detect a 80x87 in a DJGPP program? -: -: The easiest way is to use the library function _detect_80387(). It -: takes no arguments and returns non-zero if x87 is available. -: This sounds useful..., but I can't find any mention of it using `info libc'. What include file do I need for this function? jeff williams P.S. My apologies to DJ, to whom I inadvertently sent this message the first time.