|
|
|
|
|
by pavlov
588 days ago
|
|
Use typedef? Granted, the function pointer syntax is forever confusing (to me anyway). The rest is easily tackled by naming things. Even for function pointers, it’s just one lookup and then you can copy-paste the typedef for any other function pointer types in the project. |
|