Date: Thu, 28 Jan 1999 09:40:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Derek Marshall cc: djgpp AT delorie DOT com Subject: Re: header file In-Reply-To: <78npmo$k3a$1@remarQ.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 27 Jan 1999, Derek Marshall wrote: > #include > > could someone direct me to the same thing on DJGPP? There's no such thing in DJGPP, because DJGPP doesn't have the `fmtmsg' function in its library. You will have to use `printf' instead. Alternatively, you could write a version of `fmtmsg', including the the header, and donate it to DJGPP.