Mail Archives: djgpp/1997/08/02/20:02:47
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
- Raw text -