2
votes
What is a “callback” in C and how are they implemented?
Here is an example of callbacks in C.
Let's say you want to write some code that allows registering callbacks to be called when some event occurs.
First define the type of function …
