| .. | |||||
| __pycache__ | |||||
| TestLibCython.py | |||||
| __init__.py | |||||
| cfuncs.c | |||||
| codefile | |||||
| test_libcython_in_gdb.py | |||||
| test_libpython_in_gdb.py |
void
some_c_function(void)
{
int a, b, c;
a = 1;
b = 2;
}
| .. | |||||
| __pycache__ | |||||
| TestLibCython.py | |||||
| __init__.py | |||||
| cfuncs.c | |||||
| codefile | |||||
| test_libcython_in_gdb.py | |||||
| test_libpython_in_gdb.py |