Welcome 微信登录

首页 / 操作系统 / Linux / C语言函数指针实现跳转

1 void (*theUboot)(void); theUboot = (void (*)(void))(0x30700000); theUboot(); 2 (*(void (*)(void))(0x30700000))();