Introduction
Introduction Statistics Contact Development Disclaimer Help
trange.c: add missing newline char to output - numtools - perform numerical ope…
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit d7ec07cf8c41de0a001237eded7af64e8868b345
parent d97e551d2b850c6ce5f835281beec71baa94f4c0
Author: Anders Damsgaard <[email protected]>
Date: Mon, 9 May 2022 17:55:04 +0200
range.c: add missing newline char to output
Diffstat:
M range.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/range.c b/range.c
t@@ -74,6 +74,7 @@ main(int argc, char *argv[])
printf(fmtstr, pow(10, minv + i * dx));
else
printf(fmtstr, minv + i * dx);
+ putchar('\n');
}
return 0;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.