Y
Hacker News
new
|
ask
|
show
|
jobs
by
tempodox
2973 days ago
In C, a function pointer is typically just the address of the first assembly instruction in that function. Invocation is typically done by an instruction that does a subroutine call to that address stored in a register.