Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!harpo!decvax!tektronix!uw-beaver!info-mac From: info-mac@uw-beaver (info-mac) Newsgroups: fa.info-mac Subject: Re: Softworks C Message-ID: <2262@uw-beaver> Date: Fri, 16-Nov-84 20:51:41 EST Article-I.D.: uw-beave.2262 Posted: Fri Nov 16 20:51:41 1984 Date-Received: Sun, 18-Nov-84 04:48:01 EST Sender: yenbut@uw-beave Organization: U of Washington Computer Science Lines: 12 From: olson@harvard.ARPA (Eric Olson) I did an emergency programming project for the Mac in Softworks C, and did just edit the cmac.h file to get what I needed. I also had to LINK with each .REL file missing and write down the unknown externals, then reassemble the libraries with only those functions in order to make the application fit in memory (a human-powered function extractor). I plan to split up ostraps, quicktraps, and tooltraps and packtraps, as well as cmac.h so that I can select just what I've used. Of course, with a 512K Mac these problems become much less troublesome. I rather like that C, as I mentioned before. Eric.