Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Use bool from stdbool.h after switching to C99
master
Bert Münnich
hace 12 años
padre
b3f3bc29a1
commit
e810072d71
Se han
modificado 1 ficheros
con
1 adiciones
y
8 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-8
types.h
+ 1
- 8
types.h
Ver fichero
@@ -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,
Escribir
Vista previa
Cargando…
Cancelar
Guardar