template.h

来自「psp游戏机上的SDK的开发例子」· C头文件 代码 · 共 27 行

H
27
字号
/* * 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.h 1888 2006-05-01 08:47:04Z tyranid $ */#ifndef __TEMPLATE_H#define __TEMPLATE_H#ifdef __cplusplusextern "C" {#endifint template_call(void);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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