working on fake values
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user