You are not logged in.
Pages: 1
A callback function in a structure is just a function pointer.
If you want good examples of that, look at the Linux kernel source,
it's full with them. It's useful for implementing a given API, a bit like
inheritance in object oriented languages.
Offline
Pages: 1