ソースを参照

Use bool from stdbool.h after switching to C99

master
Bert Münnich 12年前
コミット
e810072d71
1個のファイルの変更1行の追加8行の削除
  1. +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,


読み込み中…
キャンセル
保存