Archives / Snippets / Projets

cython --embed euler78.py

gcc -I/usr/include/python2.7 euler78.c -lpython2.7 -o euler78

OU

gcc -I/usr/include/python3.4m/ euler78.c -lpython3.4m -o euler78