sabaoth.h
来自「一个内存数据库的源代码这是服务器端还有客户端」· C头文件 代码 · 共 25 行
H
25 行
#ifndef _SABAOTH_DEF#define _SABAOTH_DEF#ifdef WIN32#ifndef LIBSABAOTH#define sabaoth_export extern __declspec(dllimport)#else#define sabaoth_export extern __declspec(dllexport)#endif#else#define sabaoth_export extern#endifsabaoth_export str SABprelude(int *ret);sabaoth_export str SABepilogue(int *ret);sabaoth_export str SABmarchScenario(int *ret, str *lang);sabaoth_export str SABretreatScenario(int *ret, str *lang);sabaoth_export str SABmarchConnection(int *ret, str *host, int *port, bit *ssl) ;sabaoth_export str SABwildRetreat(int *ret);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?