-3

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.

Egon Allison
  • 1,329
  • 1
  • 13
  • 22

1 Answers1

0

You can embed some Python code in your C program. https://docs.python.org/2/extending/embedding.html

Paweł Dymowski
  • 840
  • 7
  • 14