(*(void(*)())0)();

分析

void(*)()是一个函数指针
*(void(*)())0是说取0这个地址的函数
(*(void(*)())0)()表明函数调用

posted @ 2021-10-14 18:02  小帆敲代码  阅读(178)  评论(0编辑  收藏  举报