The reason for SIGSEGV function pointer problem

ag0aep6g via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 7 10:46:16 PDT 2017


On 06/07/2017 06:50 PM, Russel Winder via Digitalmars-d-learn wrote:
> So why isn't &checkFrontend a thing of type check_frontend_t*?

It's a thing of type `check_frontend_t`, which is a function pointer 
already. When you add an asterisk, you get a pointer to a function pointer.


More information about the Digitalmars-d-learn mailing list