Deciphering C Declarations with 'cdecl'
2020-05-17 00:00:00 -0000
Sometimes C declarations can be a little tricky to pull apart.
Especially when it comes to pointers to functions, arrays, and
pointers to functions returning arrays of pointers to functions. Throw
in some const
and you might really need some help. Thankfully,
there’s a utility for that.