nestlog: choose function-printing style
This commit is contained in:
parent
7c964ab93c
commit
2871874dd8
7 changed files with 81 additions and 24 deletions
|
|
@ -26,7 +26,7 @@ main(int argc, char ** argv) {
|
|||
|
||||
int n = 4;
|
||||
|
||||
scope log(XO_SSETUP0(), ":n", 4);
|
||||
scope log(XO_SSETUP0(), ":n ", 4);
|
||||
|
||||
int fn = fib(n);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue