Input function from other file

Hello everyone, i just want to ask that if i read a function from a c file(input file) using Input/output with files and want to use this function in my code at run time. Is it possible? if it is then anyone can give me the idea how it should be done. Thanks.
Your program would need to include a C compiler. The Clang sources include an example that does just this. Note that this is so complicated that it's rarely worth the effort.
Topic archived. No new replies allowed.