Files
Time-Series-Analysis/.venv/lib/python3.12/site-packages/Cython/Debugger/Tests/cfuncs.c
2025-07-30 17:09:11 +03:00

9 lines
71 B
C

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