Mail Archives: djgpp/2000/09/14/12:07:10
Is there a obvious technique for passing the source code for a small C
function (e.g., `for (i=1;i<=N;i++) y[i]=foo(x[i]);'), which might be in
a file or passed via command-line, to an already-compiled C program and
have that program be able to interpret and use the function internally?
I'm looking for a way to give a program some extra flexibility
without requiring the user to write various custom C functions and
then re-compile/re-link with the main program.
TIA---jtw
- Raw text -