?? 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 + -