📄 common.h
字号:
/* This file takes care of the common I/O variables */
#include <stdio.h>
#ifdef sun
FILE *fdi, *fdo;
#endif
#ifdef _TMS320C30
#include "drivers.h"
#ifdef BITS
#include "bits.h"
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -