mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 15:26:47 +00:00
🆕 添加对bool类型的支持
This commit is contained in:
parent
4810257d1c
commit
8ab4d5b98a
@ -5,6 +5,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
//引入对bool类型的支持
|
||||
#include<stdbool.h>
|
||||
|
||||
#define NULL 0
|
||||
|
||||
#define sti() __asm__ __volatile__("sti\n\t" :: \
|
||||
|
Loading…
x
Reference in New Issue
Block a user