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

📄 slinclud.h

📁 一个C格式的脚本处理函数库源代码,可让你的C程序具有执行C格式的脚本文件
💻 H
字号:
#ifndef _SLANG_INCLUDE_H_#define _SLANG_INCLUDE_H_#include "config.h"#include "sl-feat.h"#include <stdio.h>#include <string.h>#if defined(__QNX__) && defined(__WATCOMC__)# include <unix.h>#endif  #ifdef HAVE_STDLIB_H# include <stdlib.h>#endif#ifdef HAVE_UNISTD_H# include <unistd.h>#endif#ifdef HAVE_MALLOC_H# include <malloc.h>#endif#ifdef HAVE_MEMORY_H# include <memory.h>#endif#endif				       /* _SLANG_INCLUDE_H_ */

⌨️ 快捷键说明

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