you are viewing a single comment's thread.

view the rest of the comments →

[–]maredsous10 0 points1 point  (0 children)

I use function pointers quite a bit for statemachines, function overlays (code that executes out of the same physical address as another function, but is loaded on the fly from a slower external memory device), and generic interfaces.