Hacker News new | ask | show | jobs
by shakna 609 days ago
Not all pointers. Function pointers, though often used that way, should not be cast to void. ISO C forbids it. (Implementations may allow it.)
1 comments

ISO C forbids it, but, FWIW, POSIX requires it. So pick your standard I guess.