#pragma once //检查是否头文件(防止头文件被多次包含)#include <stdio.h> //尖括号表示标准库,从系统文件引用#include "hibari.h" //双引号表示文件地址,从目录引用