exports.exp

来自「psp开发用的所有头文件。包含所有系统API。需要psp-gcc编译器。在www」· 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 + -
显示快捷键?