I have to import the python program in a C program.
I want to use python functions in C which I wrote in a python program.
Please suggest some solutions or software that can do this.
I have to import the python program in a C program.
I want to use python functions in C which I wrote in a python program.
Please suggest some solutions or software that can do this.
You can embed some Python code in your C program. https://docs.python.org/2/extending/embedding.html