Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!hc!lll-winken!uunet!cadnetix.COM!cadnetix!pem From: pem@cadnetix.COM (Paul Meyer) Newsgroups: comp.sys.mac.programmer Subject: Re: Output problems with LSC Summary: Don't hose with standard stuff unless you know what you're doing Message-ID: <7248@cadnetix.COM> Date: 28 Mar 89 18:35:59 GMT References: <3859@ucdavis.ucdavis.edu> <7430009@hpwrce.HP.COM> Sender: news@cadnetix.COM Reply-To: pem@cadnetix.COM (Paul Meyer) Organization: Cadnetix Corp., Boulder, CO Lines: 12 [] Your problem is very simple. You are defining "_main()" instead of "main()" for your main program even though you are using Stdio. Thus when your main program terminates, the Stdio finalization stuff doesn't get done. The moral of the story is, don't mess with the normal way the system works unless you know what you're doing! Paul Meyer pem@cadnetix.COM Cadnetix Corp. 5775 Flatirons Pkwy. {uunet,boulder}!cadnetix!pem Boulder, CO 80301 (303)444-8075x244