Re: Why no generic function pointers?
Eric Sosman skrev:
[...]
Sure can, but isn't a cast needed?
OTOH, a cast isn't needed to void* convert to another
(pointer-to-object) type.
--
Tor <bwzcab@wvtqvm. vw | tr i-za-h a-z>
Eric Sosman skrev:
[...]
>
And in strictly-conforming C you can cast any function pointer
to any other function pointer type and back again. What's your beef?
And in strictly-conforming C you can cast any function pointer
to any other function pointer type and back again. What's your beef?
Sure can, but isn't a cast needed?
OTOH, a cast isn't needed to void* convert to another
(pointer-to-object) type.
--
Tor <bwzcab@wvtqvm. vw | tr i-za-h a-z>
Comment