⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exports.exp

📁 psp开发用的所有头文件。包含所有系统API。需要psp-gcc编译器。在www.psp-dev.com上有
💻 EXP
字号:
# Define the exports for the prxPSP_BEGIN_EXPORTS# These four lines are mandatory (although you can add other functions like module_stop)# syslib is a psynonym for the single mandatory export.PSP_EXPORT_START(syslib, 0, 0x8000)PSP_EXPORT_FUNC(module_start)PSP_EXPORT_FUNC(module_stop)PSP_EXPORT_VAR(module_info)PSP_EXPORT_ENDPSP_END_EXPORTS

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -