本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Immanuel
/
sxiv
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Use bool from stdbool.h after switching to C99
master
Bert Münnich
12 年之前
父節點
b3f3bc29a1
當前提交
e810072d71
共有
1 個檔案被更改
,包括
1 行新增
和
8 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-8
types.h
+ 1
- 8
types.h
查看文件
@@ -19,14 +19,7 @@
#ifndef TYPES_H
#define TYPES_H
#undef bool
#undef false
#undef true
typedef enum {
false,
true
} bool;
#include <stdbool.h>
typedef enum {
BO_BIG_ENDIAN,
Write
Preview
Loading…
取消
儲存