📄 function.h
字号:
/*包含系统头文件.*/
#include<io.h>
#include<stdio.h>
#include<graphics.h>
#include<ctype.h>
#include<string.h>
#include<math.h>
#include"init_g.c"
#include"HZK16.c"
#include"GUI.c"
#define MAXSIZE 128
#define EOS '\0'
/*int out16hz(int x,int y,int z,int color,char *str);
void init_graphics();
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -