Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!apple!apple.com!casseres From: casseres@apple.com (David Casseres) Newsgroups: comp.sys.mac.programmer Subject: Another LSC 3.0 Question Message-ID: <1527@internal.Apple.COM> Date: 25 Apr 89 17:51:44 GMT Sender: usenet@Apple.COM Organization: Apple Computer, Inc. Lines: 16 References: 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. I rooted through the library sources looking for atoi so that I could build a custom library containing just atoi and a few other functions, but I couldn't find it. I think the compiler must be changing it to something else. Aaargh! For now, I am using an atoi copied from K&R, but this is not really the right way to do things. Am I missing something? David Casseres Exclaimer: Wow!