config.h

来自「SR-tree is an index structure for high-d」· C头文件 代码 · 共 9 行

H
9
字号
#define HAVE_MEMMOVE

#define vsnprintf(s, n, format, ap)  vsprintf(s, format, ap)

#if !defined(_MT) || !defined(_DLL)
#error libHnSRTree.dll requires programs to be compiled with the /MD switch so that the global variables (e.g., errno) will be shared among the run-time library, the SR-tree library, and user's object files.
#endif

⌨️ 快捷键说明

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