Menu

Call Python functions from C

I added a new directive, DEF, which allows calling Python functions from C. Syntax is DEF <return_type> <function_name> <argument_type ....>. Afterwards, the function can be called with <function_name> from C. See sample.py for example.

Posted by Fernando Trias 2010-02-14

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.