ridiculousfish/cdecl-blocks

Syntax error when variable name is func

Opened this issue · 0 comments

void (*fun)(int) is completely correct however void void (*func)(int) is completely wrong.

This is very tedious because the linux man calls most of function pointers func