赞
踩
app.c app.h foo.py main.c
app.h
int add(int a, int b); int mul(int a, int b);
app.c
int add(int a,