Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
sxiv
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Use bool from stdbool.h after switching to C99
master
Bert Münnich
12 anos atrás
pai
b3f3bc29a1
commit
e810072d71
1 arquivos alterados
com
1 adições
e
8 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-8
types.h
+ 1
- 8
types.h
Ver arquivo
@@ -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,
Escrever
Pré-visualização
|
|
|
|
|
|
x
0
0
0:0
Carregando…
Cancelar
Salvar