Path: utzoo!mnetor!uunet!husc6!bbn!rochester!PT.CS.CMU.EDU!IUS1.CS.CMU.EDU!edw From: edw@IUS1.CS.CMU.EDU (Eddie Wyatt) Newsgroups: comp.lang.c Subject: do you like? Message-ID: <906@PT.CS.CMU.EDU> Date: 19 Feb 88 18:02:16 GMT Sender: netnews@PT.CS.CMU.EDU Organization: Carnegie-Mellon University, CS/RI Lines: 16 I'm soliticing comments on two new macro I added to my repetoire of useful things. #define IMPORT(from) extern #define EXPORT(to) example of usage: IMPORT (geometry.c) TOKEN vw_trans_at(); EXPORT (tokenf.c main.c) void add_to_frametable(); -- Eddie Wyatt e-mail: edw@ius1.cs.cmu.edu