¡@

Home 

python Programming Glossary: fc.o

Simple wrapping of C code with cython

http://stackoverflow.com/questions/3046305/simple-wrapping-of-c-code-with-cython

link cython f.pyx f.cpp compile f.cpp and fc.cpp link f.o fc.o f.so a dynamic lib that python import f will load. For students.. f.cpp # see cython h g c ... f.cpp f.o g c ... fc.cpp fc.o cc lib f.o fc.o dynamic library f.so . Modify the cc lib mac.. cython h g c ... f.cpp f.o g c ... fc.cpp fc.o cc lib f.o fc.o dynamic library f.so . Modify the cc lib mac wrapper below for..