# compile cython --embed test.py gcc $(python-config --cflags) $(python-config --ldflags) ./test.c -o test # execute ./test