template.c

来自「psp开发用的所有头文件。包含所有系统API。需要psp-gcc编译器。在www」· C语言 代码 · 共 19 行

C
19
字号
/* * PSP Software Development Kit - http://www.pspdev.org * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * template.c - Template source file for a library * * Copyright (c) 2005 James F <tyranid@gmail.com> * * $Id: template.c 1888 2006-05-01 08:47:04Z tyranid $ */#include "template.h"int template_call(void){	return 0;}

⌨️ 快捷键说明

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