Estou trabalhando em um código C antigo que possui instruções de depuração como esta:
debug(1, "SomeDebugStmt %s %d", someString, someNumber);
...
debug(2, "another SomeDebugStmt number 2 %s %d", anotherString, anotherNumber);
Existem cen...
22.05.2014 / 02:36