do you like?

Eddie Wyatt edw at IUS1.CS.CMU.EDU
Sat Feb 20 04:02:16 AEST 1988


  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 at ius1.cs.cmu.edu



More information about the Comp.lang.c mailing list