Re: How to call C functions from Linux C executable and vice-versa

2019-12-25 Thread Chris Angelico
On Thu, Dec 26, 2019 at 3:41 AM Manomugdha Biswas wrote: > > Hi, > I have a Linux C binary (executable, not .so file). i can update (add new > files/folders if it is required) but after compilation i will get a binary > executable file. > I want to access/call few functions of this executable from

How to call C functions from Linux C executable and vice-versa

2019-12-25 Thread Manomugdha Biswas
Hi, I have a Linux C binary (executable, not .so file). i can update (add new files/folders if it is required) but after compilation i will get a binary executable file. I want to access/call few functions of this executable from python. for this i want to use cython interface (most probably cython