⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errcode.h

📁 Unix 环境下用C语言实现的内存数据库。
💻 H
字号:
#ifndef ERRCODE_H
#define ERRCODE_H

#define T_SUCCESS                  0000
#define T_FAIL                     0001

/* Memory DataBase Error Code Define Here */
#define T_MDB_DUPKEY               1701
#define T_MDB_NOTFOUND             1703
#define T_MDB_NOTMATCH             1704
#define T_MDB_LACKSPACE            1705
#define T_MDB_EMAXKEY              1706
#define T_MDB_EMAXFETCHKEY         1707
#define T_MDB_ESHMGET              1711
#define T_MDB_ESHMAT               1712
#define T_MDB_ESHMDT               1713
#define T_MDB_ESEMGET              1715
#define T_MDB_ESEMCTL              1716
#define T_MDB_ESEMRM               1717
#define T_MDB_ESHMRM               1718
#define T_MDB_ESHMLOCK             1721
#define T_MDB_ESHMUNLOCK           1722
#define T_MDB_ENOMEM               1731
#define T_MDB_ENAMELEN             1732

#endif

⌨️ 快捷键说明

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