Procházet zdrojové kódy

added a file to help debug

master
Nathan R před 3 roky
rodič
revize
b4dad36909
1 změnil soubory, kde provedl 23 přidání a 0 odebrání
  1. +23
    -0
      debug.c

+ 23
- 0
debug.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit