ai-content-maker/.venv/Lib/site-packages/Cython/Debugger/Tests/cfuncs.c

9 lines
71 B
C

void
some_c_function(void)
{
int a, b, c;
a = 1;
b = 2;
}