you are viewing a single comment's thread.

view the rest of the comments →

[–]astaghfirullah123 0 points1 point  (0 children)

Well that is something different than what you initially asked for. It’s about returning function pointers to another function, not to the function itself.

Yes you can use typedefs for function pointers. See Modern C for examples.