📄 mydb.h
字号:
#ifndef _mydb_student_markinfo
#define _mydb_student_markinfo
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <conio.h>
#include "macro.h"
#include "struct.h"
#include "func.h"
extern FILE *fp;
extern char myerr[];
extern pfileinfo myfileinfo;
extern pstuinfo mystuinfo;
extern char waitgui[];
extern char *subname[];
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -