sciwrap.h

来自「C语言编程中算法数据结构中的树行代码」· C头文件 代码 · 共 27 行

H
27
字号
/******************************************************************************
*
*
* Notepad2
*
* SciWrap.h
*   C-Wrapper around Scintilla C++ functions
*
* See Readme.txt for more information about this source code.
* Please send me your comments to this work.
*
* See License.txt for details about distribution and modification.
*
*                                              (c) Florian Balmer 1996-2008
*                                                  florian.balmer@gmail.com
*                                               http://www.flos-freeware.ch
*
*
******************************************************************************/


int SciWrap_RegisterClasses(HINSTANCE hInstance);
int SciWrap_ReleaseResources();


// End of SciWrap.h

⌨️ 快捷键说明

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