Higher order functions in C

Posted by Kingdom of Fish on Stack Overflow See other posts from Stack Overflow or by Kingdom of Fish
Published on 2010-03-29T03:20:27Z Indexed on 2010/03/29 3:23 UTC
Read the original article Hit count: 501

Is there a "proper" way to implement higher order functions in C.

I'm mostly curious about things like portability and syntax correctness here and if there are more than one ways what the merits and flaws are.

© Stack Overflow or respective owner

Related posts about c

    Related posts about functional-programming