generalheader.h

来自「Graphic Library for screen pg12864 handl」· C头文件 代码 · 共 19 行

H
19
字号
#include <iolpc2124.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>

#include "MacroDefinitions.h"
#include "FuncDef.h"

#ifdef MAIN_FILE
    #define DECLARE
    #define INIT_VARIABLE
#else
    #define DECLARE extern
#endif 

#include "variable.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?