Commit c1e60669 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Trying to fix the tests by adding a header file.

parent f004aad9
void multiply_by_10_in_C(double arr[], unsigned int n);
# distutils: sources=./C_func_file.c
# distutils: include_dirs=./
# distutils: sources = C_func_file.c
# distutils: include_dirs = ./
cdef extern from "C_func_file.h":
void multiply_by_10_in_C(double *, unsigned int)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment