📄 funclib.h
字号:
/* * Here are all funclib structures, defines, macros and return codes. */typedef enum { FUNCLIB_OK, /* The funclib execution (start/close) went OK */ FUNCLIB_PARAMETER, /* parameter error when the funclib was called */ FUNCLIB_INTERNAL, /* some kind of internal, undefined error! */ FUNCLIB_RESOURCE, /* failed getting a system resource */ FUNCLIB_MEMORY, /* failed getting enough memory from the system */ FUNCLIB_LOAD, /* failed loading the funclib */ FUNCLIB_VERSION /* the requested funclib version wasn't found */} FuncRet;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -