Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ukma!husc6!endor!siegel From: siegel@endor.harvard.edu (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: Another LSC 3.0 Question Message-ID: <1767@husc6.harvard.edu> Date: 6 May 89 14:14:24 GMT References: <1527@internal.Apple.COM> Sender: news@husc6.harvard.edu Reply-To: siegel@endor.UUCP (Rich Siegel) Organization: Symantec/THINK Technologies, Bedford, MA Lines: 26 In article <1527@internal.Apple.COM> casseres@apple.com (David Casseres) writes: >I have what I hope is a simple problem. In a simple LSC program, I want >to use the standard function atoi. This is in the stdio library, and when >I link it in apparently all the code in the library gets copied, and my >code segment gets too big! I can't believe this is supposed to happen. atoi() is in unix, not stdio. If you put unix in a segment by itself, everything should work OK. [There's generally not enough room in one segment for much more than MacTraps and stdio.] The sources are in :Library Sources:unix .c files: --Rich ~~~~~~~~~~~~~~~ Rich Siegel Staff Software Developer Symantec Corporation, Language Products Group Internet: siegel@endor.harvard.edu UUCP: ..harvard!endor!siegel "She told me to make myself comfortable, so I pulled down my pants and sat in the pudding." -Emo Phillips ~~~~~~~~~~~~~~~