bcbwrapper.c
来自「SLP协议在linux下的实现。此版本为1.2.1版。官方网站为www.open」· C语言 代码 · 共 11 行
C
11 行
/***************************************************************************//* *//* This file is only a wrapper for C++ Builder, where a project cannot *//* contain a source file with the same base name as the project itself. *//* for other Windows build environments, please use slptool.c directly. *//* *//***************************************************************************/#include "../../slptool/slptool.c"#pragma link "slp.lib"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?