Dear Gaussians
i have a c program in a text file. How can i use the function in this program inside Gauss?
thank.
Soliman
1 Answer
0
You will need to compile the C code to a shared library and then you can call it from GAUSS, using the 'dllcall' keyword. Take a look at these for more information:
Your Answer
1 Answer
0
You will need to compile the C code to a shared library and then you can call it from GAUSS, using the 'dllcall' keyword. Take a look at these for more information: