Question
:
How Do I Call a Function From Other Program
View Single Post
red_cartoon
Posts: 52, Reputation: 33
Junior Member
#
2
Nov 20, 2007, 10:07 AM
Say the other file is other.c
You have to include this in you current file using :
# include "other.c"
Make sure you don't have a main() in the other.c
Now you can call the functions in other.c in the current file as well.
Helpful
Reply
We'd like to understand what you find wrong with
red_cartoon's answer
:
What's inaccurate about this answer? Say it in 25 words or less here and/or reply in the thread with more detail. Please focus on the content not the person!
Link to a credible and well-known source. You can provide a URL or simply describe the source.
red_cartoon
View Public Profile
Send a private message to red_cartoon
Find all posts by red_cartoon