Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
piumarta
/
ccmeta
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
added a file to help debug
master
Nathan R
hace 3 años
padre
dbb3902c87
commit
b4dad36909
Se han
modificado 1 ficheros
con
23 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+23
-0
debug.c
+ 23
- 0
debug.c
Ver fichero
@ -0,0 +1,23 @@
#
ifdef FOO
XXX
#
ifdef BAR
XXX
#
endif
XXX
#
endif
#
define FOO 1
#
ifdef FOO
#
ifdef FOO
int
x
=
0
;
#
endif
int
main
(
)
{
return
x
;
}
#
endif
Escribir
Vista previa
Cargando…
Cancelar
Guardar