pantry/projects/github.com/python-cffi/cffi/sum.c

1 line
39 B
C
Raw Normal View History

2024-01-19 18:38:59 +03:00
int sum(int a, int b) { return a + b; }