gdbm.proto2
来自「开源的数据库管理系统」· PROTO2 代码 · 共 16 行
PROTO2
16 行
/* extra prototypes *//* GDBM C++ support */#if defined(__cplusplus) || defined(c_plusplus)extern "C" {#endifGDBM_DLL_IMPEXP char *gdbm_strerror __P((gdbm_error));#if defined(__cplusplus) || defined(c_plusplus)}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?