📄 allbasic.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 + -