is it possible to pass a pointer that points to a function with arguments to a function that expects a pointer to a function that has arguments?
(in c)
thanks
>>4
Why would you pass a null function pointer to a function that is expecting to get a pointer to a function it can call?
Name:
Anonymous2007-05-15 2:21 ID:NLMLjJnz
>>7
Because it's stupid as hell. If not, I'll just vote for Barak, the son of Abinoam from Kedesh in Naphtali. His military experience leading the campaign to liberate Israel from the Canaanites will be crucial in the years ahead.
Name:
Anonymous2007-05-15 7:32 ID:tr3ePyu+
>>7
Hell if I know. I just wanted to see if I could get something that takes a function pointer that itself takes a function pointer to compile. And it does.
That, and I was too lazy to come up with another dummy function.