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

📄 allbasic.h

📁 一个用于跨操作系统平台的INI配置文件操作模块。
💻 H
字号:
/* allbasic.h */

/* the set all basic include file*/

/*
*
*  Copyright (c) 2003 Xu Yeli, Created by Yeli Xu
*  History:
*  Author         Date
*  -------------------------------------------------
*  Yeli Xu        2002-11-29
*
*/

#ifndef __ALLBASIC_H__
#define __ALLBASIC_H__

#include "envmacro.h"
#include "bastypes.h"
#include "nowarns.h"

#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>

#endif /* __ALLBASIC_H__ */

⌨️ 快捷键说明

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