Displaying 1 result from an estimated 1 matches for "hisory".
Did you mean:
history
2010 Mar 20
1
[MODULE] COM32 module to time null-dumping a file, v1.1
...nsfer rate.
+ *
+ * cptime [-s|-l] [-b _SIZE_] _FILE_...
+ * -s Change to simple output mode without computing transfer rate
+ * -l Change to long output mode (to allow for overriding previous -s)
+ * -b _SIZE_ use _SIZE_ for transfer size
+ * _FILE_... Space delimited list of files to dump
+ *
+ * Hisory:
+ * 1.1 Added -l and -b switches; more flexible command line processing
+ * 1.0 First release
+ */
+
+/*
+ * ToDos:
+ * - Refine timing to be more precise. Low priority.
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <u...