📄 mcs51.h
字号:
/*
*****************************************************************************************
* 电赛
*
* 与mcs51有关的头文件
*
* (c) Copyright 2007, yyw, hbut
* All Rights Reserved
*
* V1.00
*
* File : mcs51.h
* By :
*****************************************************************************************
*/
#ifndef _MCS51_H_
#define _MCS51_H_
#include <reg52.h>
// #include <intrins.h>
// #include <stdio.h>
// #include <stdlib.h>
// #include <stdarg.h>
// #include <ctype.h>
// #include <string.h>
// #include <absacc.h>
// #include <math.h>
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -