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

9 lines
71 B
C
Raw Normal View History

2024-05-03 04:18:51 +03:00
void
some_c_function(void)
{
int a, b, c;
a = 1;
b = 2;
}