sdbm_tune.h

来自「apache 安装教程 apache 安装教程」· C头文件 代码 · 共 27 行

H
27
字号
/* * sdbm - ndbm work-alike hashed database library * tuning and portability constructs [not nearly enough] * author: oz@nexus.yorku.ca */#define BYTESIZ		8/* * important tuning parms (hah) */#define SEEDUPS			/* always detect duplicates */#define BADMESS			/* generate a message for worst case:				   cannot make room after SPLTMAX splits *//* * misc */#ifdef DEBUG#define debug(x)	printf x#else#define debug(x)#endifint sdbm_fd_lock(int fd, int readonly);int sdbm_fd_unlock(int fd);

⌨️ 快捷键说明

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