Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
istep0.C 286 Bytes
Copy Edit Raw Blame History
extern "C" {
#include <stdio.h>
#include <stdlib.h>
#include <libpdbg.h>
}
#include <libekb.H>
#include <libipl/libipl.H>
int main(void)
{
if (!pdbg_targets_init(NULL))
exit(1);
if (libekb_init())
exit(1);
if (ipl_init(IPL_AUTOBOOT))
exit(1);
return ipl_run_major(0);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化