📄 buildperl.h
字号:
/* * Experimental Perl code in Build, include file. * * Written by Ryan C. Gordon. (icculus@clutteredmind.org) * * Please do NOT harrass Ken Silverman about any code modifications * (including this file) to BUILD. */// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman// Ken Silverman's official web site: "http://www.advsys.net/ken"// See the included license file "BUILDLIC.TXT" for license info.// This file IS NOT A PART OF Ken Silverman's original release#ifndef _INCLUDE_BUILDPERL_H_#define _INCLUDE_BUILDPERL_H_#ifdef __cplusplusextern "C" {#endif#if (!defined USE_PERL)#error Please define USE_PERL before including this file.#endifint buildperl_init(void);void buildperl_frame(void);void buildperl_deinit(void);#ifdef __cplusplus}#endif#endif // include-once-blocker.// end of buildperl.h ...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -