Files
Time-Series-Analysis/venv/lib/python3.11/site-packages/Cython/Debugger/Tests/cfuncs.c
2025-08-01 04:33:03 -04:00

9 lines
71 B
C

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