Path: utzoo!attcan!uunet!mcvax!enea!kth!draken!chalmers!tekn01.chalmers.se!d85_kitte From: d85_kitte@tekn01.chalmers.se (Kristian Wedberg) Newsgroups: comp.sys.amiga Subject: libraries & function-calling Message-ID: <209@tekn01.chalmers.se> Date: 28 Sep 88 22:50:11 GMT Organization: Chalmers Univ. of Technology, Gothenburg, Sweden Lines: 12 Hi! I'm making a library of routines with Lattice C, and I wonder if there is a way to do this: I want the user to call a function foo() in my library. foo() is part of the normal Amiga-functions, and in my library I want to call the Amiga-version of foo(), not my own. Is this possible? I'm using macros and a different name now, but that is not altogether satisfactory. kitte also known as d85_kitte@tekn01.chalmers.se