Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucdavis.UUCP Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!ucdavis!deneb!u572112244ea From: u572112244ea@ucdavis.UUCP (Mark Nagel) Newsgroups: net.micro.6809 Subject: passing parameters between modules Message-ID: <474@ucdavis.UUCP> Date: Fri, 13-Dec-85 12:42:27 EST Article-I.D.: ucdavis.474 Posted: Fri Dec 13 12:42:27 1985 Date-Received: Sat, 14-Dec-85 23:46:24 EST Distribution: net Organization: University of California, Davis Lines: 12 I am trying to convert an Ext. BASIC program for the CoCo into C under OS9. The BASIC program uses low memory to hold variables and switches programs while still able to access those variables. My question is, is there a way to pass variables between two separate C modules without using the shell? Do I need to pass the information into a pipe and retrieve it on the other end or can I keep a data module in memory? Thank you in advance. - Mark Nagel {ucbvax,lll-crg,dual}!ucdavis!deneb!u572112244ea