particle[(int) N];
14 PARTICLE *particles;
15 ...
16 for(i=0;i
17%
06.10.2022
_addrmodule(dwfl, (uintptr_t)ip);
13 const char *module_name = dwfl_module_info(module, 0, 0, 0, 0, 0, 0, 0);
14 if (! strstr(module_name, stacktrace_module_name) ) {
15 continue;
16 }
17
18 found