You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |
4 years ago | |
---|---|---|
.. | ||
Makefile | 4 years ago | |
Makefile.msc | 4 years ago | |
Makefile.msc.static | 4 years ago | |
Makefile.unix | 4 years ago | |
README | 4 years ago | |
embedded.pyx | 4 years ago | |
main.c | 4 years ago |
README
This example demonstrates how Pyrex-generated code can be called directly from a main program written in C. In this example, the module's initialisation function (called "initembedded", since the module is called "embedded") is called explicitly. This is necessary because the module is not being imported using the normal Python import mechanism. The Windows makefiles were contributed by Duncan Booth <Duncan.Booth@SuttonCourtenay.org.uk>.