mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🔧 优化了虚拟机启动脚本
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user