nestlog: choose function-printing style

This commit is contained in:
Roland Conybeare 2023-09-12 15:21:48 -04:00
commit 2871874dd8
7 changed files with 81 additions and 24 deletions

View file

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