Przeglądaj źródła

Use bool from stdbool.h after switching to C99

master
Bert Münnich 12 lat temu
rodzic
commit
e810072d71
1 zmienionych plików z 1 dodań i 8 usunięć
  1. +1
    -8
      types.h

+ 1
- 8
types.h Wyświetl plik

@@ -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,


Ładowanie…
Anuluj
Zapisz