You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Slávek Banko 0f27805eed
DEB pyrex: Added to repository.
3 years ago
..
Makefile DEB pyrex: Added to repository. 3 years ago
Makefile.msc DEB pyrex: Added to repository. 3 years ago
Makefile.msc.static DEB pyrex: Added to repository. 3 years ago
Makefile.unix DEB pyrex: Added to repository. 3 years ago
README DEB pyrex: Added to repository. 3 years ago
embedded.pyx DEB pyrex: Added to repository. 3 years ago
main.c DEB pyrex: Added to repository. 3 years ago

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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>.