ridiculousfish / cdecl-blocks

The venerable cdecl, with Apple blocks support
965 stars 72 forks source link

Accepts qualified void arguments #24

Open klutt opened 4 years ago

klutt commented 4 years ago

void (*f)(const void)

yields:

declare f as pointer to function (const void) returning void

but it is not allowed to use const in this situation.