소스 검색

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,


||||||
x
 
000:0
불러오는 중...
취소
저장