Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cython_examples

Simple examples for using Cython / Python / C to call a C functions from Python. Passing by reference.

Examples so far include:

  • swapping two integer values
  • sorting a list of integers

Based off of this "Hello World" example: https://github.com/stavshamir/cython-c-wrapper

To build: cd lib; make; cd -; make

About

Simple example for using Cython / Python / C to call a C swap function from Python. Passing by reference

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages