From mboxrd@z Thu Jan 1 00:00:00 1970 From: houanito Subject: how to call Functions implemented in other file? Date: Tue, 27 May 2008 06:06:24 -0700 (PDT) Message-ID: <17490027.post@talk.nabble.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org hello! i have a problem using gcc c Complier in Unix. I want to use a function which is implemented in a file in another path.This function is written by the distirbuters of the system and so the system uses this function.But i want to use that in order to do one part of my homework. Because the file that contains this function is *.c and not *.h, adding #include *.c to my code,generates problem.. any help??thanks! -- View this message in context: http://www.nabble.com/how-to-call-Functions-implemented-in-other-file--tp17490027p17490027.html Sent from the linux-c-programming mailing list archive at Nabble.com.