pangodev91

Results 1 issues of pangodev91

**Description of the issue** I want to resolve calls made with pointer variables, such as: ``` struct foo_struct { void (*foo)(void); }; static void foo_func(void) { printf("hello from foo_func\n"); }...

question