This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-01/mockenv/lib/python3.6/site-packages/Cython/Debugger/Tests/cfuncs.c

9 lines
71 B
C
Raw Normal View History

2022-07-22 12:43:59 +02:00
void
some_c_function(void)
{
int a, b, c;
a = 1;
b = 2;
}