Repository URL to install this package:
cdef inline int my_add(int a, int b=1, int c=0): return a + b + c