🔧 优化了虚拟机启动脚本

This commit is contained in:
fslongjin
2022-01-25 13:33:36 +08:00
parent d0cd77799c
commit 14374d5faf
3 changed files with 22 additions and 25 deletions

View File

@ -4,8 +4,6 @@
//
#pragma once
#ifndef GLIB_H
#define GLIB_H
//引入对bool类型的支持
#include <stdbool.h>
@ -102,4 +100,3 @@ static inline int strlen(char *s)
return __res;
}
#endif