Date: Wed, 18 Sep 1996 20:57:43 -0400 From: dj (DJ Delorie) Message-Id: <199609190057.UAA19846@delorie.com> To: scriven AT CS DOT ColoState DOT EDU CC: djgpp AT delorie DOT com In-reply-to: <323F9B17.1EBF@CS.ColoState.EDU> (message from Yamaha / XYZZ on Wed, 18 Sep 1996 00:47:51 -0600) Subject: Re: Wildcards and Floating-point > Is there a way to use DJGPP's wildcard expansion from within the > program? (in other words, use it in places other than the startup code) Yes. Use the glob() function, as defined by POSIX.2 > And how do I use floating-point emulation? It's automatic; the djgpp runtime installs the emulator if it detects that a real one isn't available.