allbasic.h

来自「一个用于跨操作系统平台的INI配置文件操作模块。」· C头文件 代码 · 共 29 行

H
29
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?