Forked from 谢伊 / sysycompiler
Loading
compile.h 252 bytes
/** 
 * @FilePath: compile.h
 * @Author: shay
 * @Date: 2023-04-30 21:23:33
 * @LastEditors: 
 * @LastEditTime: 2023-04-30 21:23:33
 * @Descripttion: 
*/
#ifndef _COMPILE_H
#define _COMPILE_H
/** 
 * @brief 作用域级别
extern int scope;
#endif