浏览代码

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,


正在加载...
取消
保存