From: wemccaug AT prairienet DOT org (Wendy E. McCaughrin) Newsgroups: comp.os.msdos.djgpp Subject: What is proper protocol for matherr()? Lines: 6 Message-ID: Date: Wed, 20 Oct 1999 05:41:59 GMT NNTP-Posting-Host: 192.17.3.4 X-Complaints-To: newsmgr AT prairienet DOT org X-Trace: firefly 940398119 192.17.3.4 (Wed, 20 Oct 1999 00:41:59 CDT) NNTP-Posting-Date: Wed, 20 Oct 1999 00:41:59 CDT Organization: Prairienet -- Your Community Network for East Central Illinois To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What is supposed to happen if a user returns 0 from matherr() (indicating no fix to problem)? Does the function abort? If so, is _abort or _exit called?