Explorar el Código

added a file to help debug

master
Nathan R hace 3 años
padre
commit
b4dad36909
Se han modificado 1 ficheros con 23 adiciones y 0 borrados
  1. +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

Cargando…
Cancelar
Guardar