#include <stdio.h> void my_c_function(int a, int b) { printf("C function called with a = %d, b = %d\n", a, b); }
this should answer your question, I'm happy to clarify further if necessary