working on fake values

This commit is contained in:
phyto
2019-01-27 13:03:59 +01:00
parent c462c9ad91
commit baec9fdb14
3 changed files with 21 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
/*
* fake-values.c
* -------------
* useless software
*/
#include <stdio.h>
@@ -30,7 +32,7 @@ if (verbosity > 1) {
fprintf(stderr, "fake values - %s %s\n", __DATE__, __TIME__);
}
printf("%f %d\n", dtime(), random1000(type));
printf("%.3f %d\n", dtime(), random1000(type));
return 0;
}