No commit message
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
/**
* @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