From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: "Missing" functions Date: Fri, 01 Aug 1997 12:22:57 -0400 Organization: Cornell University Lines: 17 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33E20D61.1038@cornell.edu> References: <33E20183 DOT 69C5 AT ncs DOT com> Reply-To: asu1 AT cornell DOT edu NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Brian Almquist wrote: > Could someone please point out a workaround to these functions, or at > least tell me exactly what they do so that I can find a reasonable > alternative. for fcloseall(), refer to http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp/1996/04/11/17:25:17 for future reference, searching the mailing list archives usually produces useful information both fcloseall and strcmpi are nonstandard. afaik, stcmpi does a case insensitive compare. check the docs for the corresponding function. (probably stricmp or strcasecmp or both, can't remember now.) -- Sinan