exports.exp
来自「psp游戏机上的SDK的开发例子」· EXP 代码 · 共 13 行
EXP
13 行
# 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 + =
减小字号Ctrl + -
显示快捷键?