Share via


Function Pointers

Function pointers are simply pointers to the label of the respective function. There are no table of contents (TOC) requirements for function pointers.

See Also

Reference

Calling Convention