Explorar el Código

:new: 添加对bool类型的支持

fslongjin hace 3 años
padre
commit
8ab4d5b98a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      kernel/glib.h

+ 3 - 0
kernel/glib.h

@@ -5,6 +5,9 @@
 
 #pragma once
 
+//引入对bool类型的支持
+#include<stdbool.h>
+
 #define NULL 0
 
 #define sti() __asm__ __volatile__("sti\n\t" :: \