pantry/projects/github.com/python-cffi/cffi/sum.c
2024-01-19 10:38:59 -05:00

1 line
39 B
C

int sum(int a, int b) { return a + b; }