python-c

A small Python module in C
git clone https://git.tronto.net/python-c
Download | Log | Files | Refs | README

sum.c (38B)


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