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

📄 funclib.h

📁 类PASCAL语言的编译器,LINUX环境的,我没试过是否正确.
💻 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 + -