Function callers in C?

Posted by thyrgle on Stack Overflow See other posts from Stack Overflow or by thyrgle
Published on 2010-05-07T23:47:42Z Indexed on 2010/05/07 23:58 UTC
Read the original article Hit count: 138

Filed under:
|

So I was wondering how they work. To explain what I mean by a "function caller" a good example of what I mean would be glutTimerFunc, it is able to take in a function as a parameter and call it even with it not knowing it is declared. How is it doing this?

© Stack Overflow or respective owner

Related posts about c

    Related posts about functions