Sfoglia il codice sorgente

added a file to help debug

master
Nathan R 3 anni fa
parent
commit
b4dad36909
1 ha cambiato i file con 23 aggiunte e 0 eliminazioni
  1. +23
    -0
      debug.c

+ 23
- 0
debug.c Vedi File

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

Caricamento…
Annulla
Salva