Friday, July 31, 2009

External function in c language?

I have an employee program with about 10 functions in c language. I am using linux/unix to write this program how can i create two of my functions externals function. after that i need to make a file but first i need to know how to create external functions the teacher explain both to me. I thought i had it but when i start coding it didn't work so give me a hand.

External function in c language?
Create another program like normal with the functions in it and add the new program to your makefile.





What error messages did you get when you tried compiling? Use the -Wall flag on gcc to get all errors and warnings. They may be helpful.


No comments:

Post a Comment